Mercurial > public > sg101
diff gpp/settings.py @ 28:04377c5bf912
Added bulletins template tag.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 22 Apr 2009 00:34:42 +0000 |
parents | cc8eb028def1 |
children | 74f04122295e |
line wrap: on
line diff
--- a/gpp/settings.py Tue Apr 21 23:25:05 2009 +0000 +++ b/gpp/settings.py Wed Apr 22 00:34:42 2009 +0000 @@ -93,6 +93,7 @@ 'django.contrib.admindocs', 'django.contrib.auth', 'django.contrib.contenttypes', + 'django.contrib.humanize', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.markup',