diff options
| -rw-r--r-- | example_project/settings.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/example_project/settings.py b/example_project/settings.py index 9c4d5c9c3..104569e29 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -235,6 +235,8 @@ except ImportError, e:  if 'test' in sys.argv:      SOUTH_TESTS_MIGRATE = False +    DATABASES['default']['ENGINE'] = \ +        'django.contrib.gis.db.backends.spatialite'  PROJECT_SLUG = locals().get('PROJECT_SLUG', 'default') | 
