summaryrefslogtreecommitdiff
path: root/django/conf/project_template
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-12-15 03:23:37 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-12-15 03:23:37 +0000
commit2b50cb8c120d5f4add098fea8ea6fe49ed67dacf (patch)
tree626d5ef53f34b29c329422954cad46c6e1b3f0ed /django/conf/project_template
parentbf49a1a8f4f50eba9132f190fb5e90df0557cd7b (diff)
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
Diffstat (limited to 'django/conf/project_template')
-rwxr-xr-x[-rw-r--r--]django/conf/project_template/manage.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/conf/project_template/manage.py b/django/conf/project_template/manage.py
index 48a9a516a4..008aeeb72b 100644..100755
--- a/django/conf/project_template/manage.py
+++ b/django/conf/project_template/manage.py
@@ -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.