all(minor): remove old, unused code

This commit is contained in:
Jens Langhammer
2019-12-05 15:07:37 +01:00
parent b08ec0477e
commit 74cd0bc08f
13 changed files with 6 additions and 865 deletions

View File

@ -108,13 +108,6 @@ GUARDIAN_MONKEY_PATCH = False
SWAGGER_SETTINGS = {
'DEFAULT_INFO': 'passbook.api.v2.urls.info',
# 'SECURITY_DEFINITIONS': {
# 'JWT': {
# 'type': 'apiKey',
# 'name': 'Authorization',
# 'in': 'header'
# }
# }
}
REST_FRAMEWORK = {