sbt-idp/cope2n-api/fwd_api/apps.py

9 lines
260 B
Python
Raw Permalink Normal View History

2023-11-30 11:19:06 +00:00
from django.apps import AppConfig
class FwdApiConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "fwd_api"
def ready(self):
# import above schema.py
import fwd_api.api_specs.auth_extension # noqa: E402