diff --git a/ITShowPlatform/settings.py b/ITShowPlatform/settings.py index b5c7ca1..75d99b5 100644 --- a/ITShowPlatform/settings.py +++ b/ITShowPlatform/settings.py @@ -46,10 +46,10 @@ INSTALLED_APPS = [ 'django.contrib.messages', 'django.contrib.staticfiles', 'rest_framework', - 'Apps.enroll', - 'Apps.history', - 'Apps.comments', - 'Apps.work', + 'apps.enroll', + 'apps.history', + 'apps.comments', + 'apps.work', ]