mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-19 21:09:37 +02:00
6 lines
No EOL
183 B
Python
6 lines
No EOL
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' |