diff options
Diffstat (limited to 'manage.py')
-rwxr-xr-x | manage.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 + from django.core.management import execute_manager + try: import settings # Assumed to be in the same directory. except ImportError: |