django/tests/admin_scripts/custom_templates/project_template/manage.py

7 lines
190 B
Python
Raw Normal View History

# The manage.py of the {{ project_name }} test project
# template context:
project_name = '{{ project_name }}'
project_directory = '{{ project_directory }}'
secret_key = '{{ secret_key }}'