1
0
Fork 0
mirror of https://github.com/Findus23/RPGnotes.git synced 2024-09-19 15:43:45 +02:00
RPGnotes/days/apps.py

7 lines
140 B
Python
Raw Normal View History

2021-08-22 20:10:29 +02:00
from django.apps import AppConfig
2021-08-29 22:09:22 +02:00
class DaysConfig(AppConfig):
2021-08-22 20:10:29 +02:00
default_auto_field = 'django.db.models.BigAutoField'
2021-08-29 22:09:22 +02:00
name = 'days'