mirror of
https://github.com/lemeow125/InfoTech-Backend.git
synced 2025-01-31 13:08:11 +08:00
7 lines
158 B
Python
7 lines
158 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class ProfessorsConfig(AppConfig):
|
||
|
default_auto_field = 'django.db.models.BigAutoField'
|
||
|
name = 'professors'
|