From c5cff744df1ee138ddf77fc2b683e4f252b77ad5 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 7 May 2013 19:22:23 +0200 Subject: First work on parcel imports --- example_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_project/settings.py') diff --git a/example_project/settings.py b/example_project/settings.py index bfb59fb5d..9dc52868c 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -102,7 +102,7 @@ INSTALLED_APPS = [ 'django.contrib.formtools', 'south', 'registration', - 'geodjangofla', + #'geodjangofla', 'ishtar_common', 'archaeological_operations', # mandatory app to run ishtar #'django_extensions', -- cgit v1.2.3