mirror of
https://github.com/Hopiu/django.git
synced 2026-03-19 15:30:24 +00:00
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17773 bcc190cf-cafb-0310-a4f2-bffc1f526a37
6 lines
190 B
Python
Executable file
6 lines
190 B
Python
Executable file
# The manage.py of the {{ project_name }} test project
|
|
|
|
# template context:
|
|
project_name = '{{ project_name }}'
|
|
project_directory = '{{ project_directory }}'
|
|
secret_key = '{{ secret_key }}'
|