diff options
author | Dan McGee <dan@archlinux.org> | 2012-04-25 00:09:46 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-04-25 00:09:46 -0500 |
commit | 20675141c340ea3d2d6d8305f8ba0950d3bf974c (patch) | |
tree | 97366ef62607f0caadd45481613d0db6fdb5e853 /settings.py | |
parent | 116751e4bab183b3cca93ab13f7f4f21c752be4e (diff) |
Add django_countries country code fields and population migrations
This adds these columns and attempts to populate them with data from our
existing country column data.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py index a4800c92..52339c53 100644 --- a/settings.py +++ b/settings.py @@ -111,6 +111,7 @@ INSTALLED_APPS = ( 'django.contrib.markup', 'django.contrib.staticfiles', 'south', + 'django_countries', 'main', 'mirrors', |