Ultron/ultron/location/apps.py

7 lines
155 B
Python
Raw Normal View History

2021-12-09 16:53:44 +01:00
from django.apps import AppConfig
class LocationConfig(AppConfig):
2021-12-19 09:30:51 +01:00
default_auto_field = "django.db.models.BigAutoField"
name = "ultron.location"