ba-thesis/app/gotify/apps.py

7 lines
144 B
Python
Raw Normal View History

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