Added new registration system

This commit is contained in:
2018-01-25 00:18:13 -05:00
parent ae663a1ef9
commit f3dca67ec4
11 changed files with 214 additions and 72 deletions

View File

@ -53,7 +53,8 @@ INSTALLED_APPS = [
'forum.apps.ForumConfig',
'main.apps.MainConfig',
'newsletters.apps.NewslettersConfig',
'tinymce'
'tinymce',
'widget_tweaks'
]
MIDDLEWARE = [