mirror of
https://github.com/Findus23/RPGnotes.git
synced 2024-09-18 14:33:44 +02:00
6 lines
140 B
Python
6 lines
140 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class DaysConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'days'
|