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