mirror of
https://github.com/decompals/frogress.git
synced 2025-07-03 03:36:01 +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"
|