summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorSam Wenham <sam@wenhams.co.uk>2018-04-10 01:34:06 +0100
committerSam Wenham <sam@wenhams.co.uk>2018-04-10 01:34:06 +0100
commit0ef4f7832c6b50c3921ff2629240404a77cdf33b (patch)
tree59c0995ac0aad0d46b6cacec2f8c6c6b90a83165 /settings.py
parent0c2a6b49ba7bdd050ec1fc5cb44b7c190cc8ccdc (diff)
downloadtroggle-0ef4f7832c6b50c3921ff2629240404a77cdf33b.tar.gz
troggle-0ef4f7832c6b50c3921ff2629240404a77cdf33b.tar.bz2
troggle-0ef4f7832c6b50c3921ff2629240404a77cdf33b.zip
Import Image from PIL to support newer python
import the Django registration module rather than the troggle one
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index ca3011e..670c84c 100644
--- a/settings.py
+++ b/settings.py
@@ -93,7 +93,7 @@ INSTALLED_APPS = (
#'troggle.photologue',
#'troggle.reversion',
#'django_evolution',
- 'troggle.registration',
+ 'registration',
'troggle.profiles',
'troggle.core',
'troggle.flatpages',