diff options
author | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-05-01 13:29:37 -0400 |
---|---|---|
committer | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-05-01 13:29:37 -0400 |
commit | bcc3aefd8ce5ffc639889418f017f2536957a100 (patch) | |
tree | fa66daa3b64b1f049a3b089ce21287e3292b88bf /settings.py | |
parent | 9fb25c95011d09129ef3affbd66e661c0b3fd2e7 (diff) | |
download | askbot-bcc3aefd8ce5ffc639889418f017f2536957a100.tar.gz askbot-bcc3aefd8ce5ffc639889418f017f2536957a100.tar.bz2 askbot-bcc3aefd8ce5ffc639889418f017f2536957a100.zip |
fixed initial badge installation, small bugfix in style, added badge keys to locale files
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/settings.py b/settings.py index f9b776cd..2acc920e 100644 --- a/settings.py +++ b/settings.py @@ -70,7 +70,6 @@ INSTALLED_APPS = ( 'django.contrib.humanize', 'django.contrib.sitemaps', 'debug_toolbar', - #'django_evolution', 'forum', 'django_authopenid', 'debug_toolbar' , |