diff options
author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-04-23 18:37:55 +0200 |
---|---|---|
committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-04-23 18:37:55 +0200 |
commit | 17e7a8babf93feb65327db8898b2494c6b490d08 (patch) | |
tree | 21979e91fca6951684a7ee53115b1e5ae21ad69c /settings.py | |
parent | 44a94a8301ad5c77d89f9521da7016bb58aee488 (diff) | |
download | hyperkitty-17e7a8babf93feb65327db8898b2494c6b490d08.tar.gz hyperkitty-17e7a8babf93feb65327db8898b2494c6b490d08.tar.xz hyperkitty-17e7a8babf93feb65327db8898b2494c6b490d08.zip |
Add integration with gravatar in the template and adjust documentation
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py index bb1d2c1..280148f 100644 --- a/settings.py +++ b/settings.py @@ -131,6 +131,7 @@ INSTALLED_APPS = ( # 'django.contrib.admindocs', 'mongodb', 'djangorestframework', + 'gravatar', ) # A sample logging configuration. The only tangible logging |