summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2014-10-30 01:01:24 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2014-10-30 01:01:24 +0100
commitee8de3ddef9b9071d1b0eee4839e2edfc83b93f6 (patch)
tree76356d99349a0b06f95ec1feec90d2371899be6d /example_project
parentcd4bacbecfb7f8b27bf99a9a6a2921476fa43ec7 (diff)
downloadIshtar-ee8de3ddef9b9071d1b0eee4839e2edfc83b93f6.tar.bz2
Ishtar-ee8de3ddef9b9071d1b0eee4839e2edfc83b93f6.zip
Remove geodjangofla from the app list
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py2
1 files changed, 1 insertions, 1 deletions
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',