diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-05-07 19:22:23 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-05-07 19:22:23 +0200 |
commit | c5cff744df1ee138ddf77fc2b683e4f252b77ad5 (patch) | |
tree | a5449faaaf5e6b034152fcaea7fcb23165f76947 /example_project | |
parent | 31c3a9a2e17db368a54e570eb1a2982b29849484 (diff) | |
download | Ishtar-c5cff744df1ee138ddf77fc2b683e4f252b77ad5.tar.bz2 Ishtar-c5cff744df1ee138ddf77fc2b683e4f252b77ad5.zip |
First work on parcel imports
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/local_settings_nantes.py | 2 | ||||
-rw-r--r-- | example_project/settings.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/example_project/local_settings_nantes.py b/example_project/local_settings_nantes.py index 1b9b9a537..b96b1404c 100644 --- a/example_project/local_settings_nantes.py +++ b/example_project/local_settings_nantes.py @@ -199,7 +199,7 @@ ISHTAR_OPE_COL_FORMAT = [ None, # pass (('towns',), 'parse_insee'), None, # pass - None, # (('parcels',), 'parse_parcels'), + (('parcels',), 'parse_parcels', [77], True), None, # pass None, # pass None, # pass 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', |