From 31493fe2b823f6bb398743f38f2853ee4a79f934 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 30 Oct 2014 01:01:24 +0100 Subject: Remove geodjangofla from the app list --- example_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index 27b040874..1c6cf027d 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -121,7 +121,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