mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 16:03:21 +00:00
5 lines
142 B
Python
5 lines
142 B
Python
from django.apps import AppConfig
|
|
|
|
class SchoolConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'School' |