summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-02-11 02:41:45 -0500
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-02-11 02:41:45 -0500
commita87efe2d53adc660a4b0832140af0d14647b367f (patch)
treece54502fa7c9bb98c5cf55d7d6e94230e6b2d285 /setup.py
parent0a1f402e2a585445d0f75b0d105e62cc0fa7b970 (diff)
downloadaskbot-a87efe2d53adc660a4b0832140af0d14647b367f.tar.gz
askbot-a87efe2d53adc660a4b0832140af0d14647b367f.tar.bz2
askbot-a87efe2d53adc660a4b0832140af0d14647b367f.zip
added display of country flags
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 7807995b..f950152d 100644
--- a/setup.py
+++ b/setup.py
@@ -19,6 +19,7 @@ install_requires = [
'django-threaded-multihost',
'django-robots',
'unidecode',
+ 'django-countries==1.0.5',
]
import askbot