Registered apps

This commit is contained in:
Taizo 'Tsa6' Simpson 2017-08-25 15:50:07 -04:00
parent 8902a5aef4
commit 1b3bed584b
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ ALLOWED_HOSTS = []
# Application definition
INSTALLED_APPS = [
'LandingPage.apps.LandingpageConfig',
'Show.apps.ShowConfig',
'Discussions.apps.DiscussionsConfig',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',