xray/orthanc/apps.py
The unwasted guests 8ec69c5d16 back-end 1.0
2025-01-28 21:43:26 +10:00

7 lines
146 B
Python

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