InfoTech-Backend/infotech/professors/apps.py

7 lines
158 B
Python
Raw Permalink Normal View History

from django.apps import AppConfig
class ProfessorsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'professors'