mirror of
https://github.com/decompals/frogress.git
synced 2025-08-11 06:29:12 +00:00
7 lines
147 B
Python
7 lines
147 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class FrogApiConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'frog_api'
|