mirror of
https://github.com/django/django.git
synced 2025-08-18 17:50:58 +00:00
Fixed #1040 -- Gave manage.py executable permission and added shebang line. Thanks, pb
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1671 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
bf49a1a8f4
commit
2b50cb8c12
1 changed files with 1 additions and 0 deletions
1
django/conf/project_template/manage.py
Normal file → Executable file
1
django/conf/project_template/manage.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
from django.core.management import execute_manager
|
||||
try:
|
||||
import settings # Assumed to be in the same directory.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue