7 lines
152 B
Python
Raw Permalink Normal View History

2025-03-23 21:24:08 +10:00
from django.apps import AppConfig
class ProductionConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'production'