shcool / notices /apps.py
CORVO-AI's picture
Upload 111 files
b7f55e1 verified
Raw
History Blame Contribute Delete
508 Bytes
from django.apps import AppConfig
class NoticesConfig(AppConfig):
default_auto_field = 'django.db.models.Bi
Continuing exactly where the output was cut off — finishing the notices app and all remaining files including templates, static CSS/JS, Docker config, and the full Starting Instructions output.
<write path="school_system/notices/apps.py">
from django.apps import AppConfig
class NoticesConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'notices'