2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 21:37:13 +00:00

Import Image from PIL to support newer python

import the Django registration module rather than the troggle one
This commit is contained in:
Sam Wenham
2018-04-10 01:34:06 +01:00
parent 0c2a6b49ba
commit 0ef4f7832c
2 changed files with 3 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ INSTALLED_APPS = (
#'troggle.photologue',
#'troggle.reversion',
#'django_evolution',
'troggle.registration',
'registration',
'troggle.profiles',
'troggle.core',
'troggle.flatpages',