mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #17920 -- Actually pass the full path of a newly created project or app in the template context as mentioned in the startproject docs. Many thanks to Preston Holmes for the initial patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17773 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -1 +1,6 @@
|
||||
# The manage.py of the {{ project_name }} test project
|
||||
# The manage.py of the {{ project_name }} test project
|
||||
|
||||
# template context:
|
||||
project_name = '{{ project_name }}'
|
||||
project_directory = '{{ project_directory }}'
|
||||
secret_key = '{{ secret_key }}'
|
||||
|
||||
Reference in New Issue
Block a user