summaryrefslogtreecommitdiffstats
path: root/requirements_prod.txt
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-04-25 00:09:46 -0500
committerDan McGee <dan@archlinux.org>2012-04-25 00:09:46 -0500
commit20675141c340ea3d2d6d8305f8ba0950d3bf974c (patch)
tree97366ef62607f0caadd45481613d0db6fdb5e853 /requirements_prod.txt
parent116751e4bab183b3cca93ab13f7f4f21c752be4e (diff)
downloadarchweb-20675141c340ea3d2d6d8305f8ba0950d3bf974c.tar.gz
archweb-20675141c340ea3d2d6d8305f8ba0950d3bf974c.zip
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 'requirements_prod.txt')
-rw-r--r--requirements_prod.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements_prod.txt b/requirements_prod.txt
index e43437de..6ec70dd9 100644
--- a/requirements_prod.txt
+++ b/requirements_prod.txt
@@ -1,6 +1,7 @@
Django==1.4
Markdown==2.1.1
South==0.7.4
+django-countries==1.2
pgpdump==1.1
psycopg2==2.4.4
pyinotify==0.9.3