Skip to content
Snippets Groups Projects
Verified Commit c71d206c authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files
parents e662eeed 2bdca524
No related branches found
No related tags found
No related merge requests found
Pipeline #3498 passed
import os
from pathlib import Path
import ldap
from corsheaders.defaults import default_headers
from django_auth_ldap.config import LDAPSearch, PosixGroupType
import ldap
BASE_DIR = Path(__file__).resolve(strict=True).parent.parent
LOCALE_PATHS = (BASE_DIR / "locale",)
......@@ -106,6 +105,7 @@ SPECTACULAR_SETTINGS = {
"drf_spectacular.hooks.postprocess_schema_enums",
"steering.schema.add_enum_documentation",
"steering.schema.fix_schedule_pk_type",
"drf_spectacular.contrib.djangorestframework_camel_case.camelize_serializer_fields",
],
"VERSION": "1.0.0",
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment