mirror of
https://github.com/its-michaelroy/Deep-Impact.git
synced 2026-06-04 02:20:41 +00:00
7 lines
160 B
Python
7 lines
160 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class DeepImpactAppConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'deep_impact_app'
|