mirror of
https://github.com/django/django.git
synced 2025-11-02 21:03:53 +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:
parent
1101739668
commit
4219e2b7f8
4 changed files with 41 additions and 4 deletions
|
|
@ -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 }}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue