Skip to content

Commit

Permalink
Added django.contrib.gis to installed apps.
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxfish committed Mar 21, 2010
1 parent dc06ad6 commit 1e22da1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/rapidsms/webui/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,6 @@ def import_i18n_web_settings(conf):
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.admin',
'django.contrib.admindocs'
'django.contrib.admindocs',
'django.contrib.gis',
] + [app["module"] for app in RAPIDSMS_APPS.values()]

0 comments on commit 1e22da1

Please sign in to comment.