Skip to content

Commit 5579eb8

Browse files
committed
update
1 parent 5cbe886 commit 5579eb8

File tree

10 files changed

+7
-7
lines changed

10 files changed

+7
-7
lines changed
File renamed without changes.
File renamed without changes.

app/apps.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from django.apps import AppConfig
2+
3+
4+
class MainConfig(AppConfig):
5+
default_auto_field = "django.db.models.BigAutoField"
6+
name = "app"
File renamed without changes.
File renamed without changes.
File renamed without changes.

main/apps.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

student_management_system/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"django.contrib.sessions",
3939
"django.contrib.messages",
4040
"django.contrib.staticfiles",
41-
"main",
41+
"app",
4242
]
4343

4444
MIDDLEWARE = [

0 commit comments

Comments
 (0)