gapguide-api / apps /skills /apps.py
arifRB's picture
Deploy GapGuide backend (Docker)
ffd36e0 verified
Raw
History Blame Contribute Delete
149 Bytes
from django.apps import AppConfig
class SkillsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps.skills'