1
0
Fork 0
mirror of https://github.com/Findus23/RPGnotes.git synced 2024-09-19 15:43:45 +02:00
RPGnotes/factions/apps.py
2021-10-03 16:44:54 +02:00

6 lines
148 B
Python

from django.apps import AppConfig
class FactionsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'factions'