diff options
| -rwxr-xr-x[-rw-r--r--] | django/conf/project_template/manage.py | 1 |
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. |
