start auth apis and packages, redis, celery and run with docker
This commit is contained in:
7
config/conf/drf_spectacular.py
Normal file
7
config/conf/drf_spectacular.py
Normal file
@@ -0,0 +1,7 @@
|
||||
SPECTACULAR_SETTINGS = {
|
||||
"TITLE": "Your Project API",
|
||||
"DESCRIPTION": "Your project description",
|
||||
"VERSION": "1.0.0",
|
||||
"SERVE_INCLUDE_SCHEMA": False,
|
||||
"CAMELIZE_NAMES": True,
|
||||
}
|
||||
Reference in New Issue
Block a user