Added forum model

This commit is contained in:
Zak Timson
2017-08-26 11:40:35 -04:00
parent 04f66506ec
commit 184b7e2e0a
8 changed files with 93 additions and 1 deletions

View File

@ -39,6 +39,7 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'forum.apps.ForumConfig',
'main.apps.MainConfig',
'newsletters.apps.NewslettersConfig'
]
@ -112,7 +113,7 @@ AUTH_PASSWORD_VALIDATORS = [
LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC'
TIME_ZONE = 'Canada/Eastern'
USE_I18N = True