Files
WerkoutAPI/video/apps.py
Trey t c5b577fc1b WIP
2023-07-14 14:55:15 -05:00

7 lines
142 B
Python

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