summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
Diffstat (limited to 'example_project')
-rwxr-xr-xexample_project/manage.py2
-rw-r--r--example_project/settings.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/example_project/manage.py b/example_project/manage.py
index 80114eb68..655a2475a 100755
--- a/example_project/manage.py
+++ b/example_project/manage.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
import os
import sys
diff --git a/example_project/settings.py b/example_project/settings.py
index f13e5f0ce..8a7343212 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -274,7 +274,7 @@ TEST_RUNNER = 'ishtar_common.tests.ManagedModelTestRunner'
try:
from local_settings import *
-except ImportError, e:
+except ImportError as e:
print('Unable to load local_settings.py:', e)
if LANGUAGE_CODE == "fr-fr" and SRID == 4326: