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:
Adrian Holovaty 2005-12-15 03:23:37 +00:00
parent bf49a1a8f4
commit 2b50cb8c12
1 changed files with 1 additions and 0 deletions

1
django/conf/project_template/manage.py Normal file → Executable file
View 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.