mirror of
https://github.com/django/django.git
synced 2024-12-26 11:06:07 +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
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
|
from django.core.management import execute_manager
|
||||||
try:
|
try:
|
||||||
import settings # Assumed to be in the same directory.
|
import settings # Assumed to be in the same directory.
|
||||||
|
Loading…
Reference in New Issue
Block a user