1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-18 20:39:36 +02:00
AdventureLog/backend/server/adventures/apps.py

7 lines
152 B
Python
Raw Normal View History

2024-07-08 11:44:39 -04:00
from django.apps import AppConfig
class AdventuresConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "adventures"