Skip to content

Commit

Permalink
Fixed #1040 -- Gave manage.py executable permission and added shebang…
Browse files Browse the repository at this point in the history
… line. Thanks, pb

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1671 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Dec 15, 2005
1 parent bf49a1a commit 2b50cb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django/conf/project_template/manage.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 2b50cb8

Please sign in to comment.