Added humanize to difficult numbers

This commit is contained in:
2010-04-20 23:11:07 +01:00
parent 33f6fd514a
commit fa3a2d0ab1
3 changed files with 8 additions and 3 deletions

View File

@@ -73,6 +73,7 @@ INSTALLED_APPS = (
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.humanize',
'django_evolution',
'registration',
'eve_proxy',