ba-thesis/app/gotify/apps.py

7 lines
144 B
Python
Raw Normal View History

2023-07-27 16:37:18 +02:00
from django.apps import AppConfig
class GotifyConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'gotify'