mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-01-24 14:29:05 -05:00
6 lines
183 B
Python
6 lines
183 B
Python
from django.apps import AppConfig
|
|
from django.conf import settings
|
|
|
|
class AdventuresConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'adventures' |