From 0ef4f7832c6b50c3921ff2629240404a77cdf33b Mon Sep 17 00:00:00 2001 From: Sam Wenham Date: Tue, 10 Apr 2018 01:34:06 +0100 Subject: Import Image from PIL to support newer python import the Django registration module rather than the troggle one --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings.py') 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', -- cgit v1.2.3