diff --git a/EpisodesCommunity/settings.py b/EpisodesCommunity/settings.py index 82cd8fd..71bd9a4 100644 --- a/EpisodesCommunity/settings.py +++ b/EpisodesCommunity/settings.py @@ -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',