From bd36d90a3b7944d5b8072526c227ece8852a3c2b Mon Sep 17 00:00:00 2001 From: ladeng07 <40017222+ladeng07@users.noreply.github.com> Date: Wed, 11 May 2022 03:05:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E9=BA=BB=E4=BA=86=EF=BC=8C=E8=AC=9D?= =?UTF-8?q?=E8=AC=9D=E4=BD=A0git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ITShowPlatform/settings.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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', ]