mirror of
https://github.com/workhardbekind/workout-challenge.git
synced 2026-07-04 09:23:32 -04:00
6 lines
148 B
Python
6 lines
148 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class WorkoutsConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'workouts'
|