pandora/pandora/mobile/apps.py

7 lines
144 B
Python
Raw Normal View History

from django.apps import AppConfig
class MobileConfig(AppConfig):
2023-07-27 17:27:00 +00:00
default_auto_field = "django.db.models.BigAutoField"
name = 'mobile'