Add: api schema app
add for generating OpenAPI schema and documentation
This commit is contained in:
parent
dd4aa0aebc
commit
bab45566c8
3 changed files with 28 additions and 0 deletions
6
backend/api/schema/apps.py
Normal file
6
backend/api/schema/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ApiConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "api.schema"
|
Loading…
Add table
Add a link
Reference in a new issue