mirror of
https://github.com/Screenly/Anthias.git
synced 2026-01-15 01:28:26 -05:00
7 lines
138 B
Python
7 lines
138 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ApiConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'api'
|