mirror of
https://github.com/decompals/frogress.git
synced 2025-08-08 04:59:11 +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"
|