fixed tests working.

This commit is contained in:
2021-04-15 11:33:36 +01:00
parent 99e8077d8b
commit 43fc877445
7 changed files with 336 additions and 14 deletions

View File

@@ -128,3 +128,5 @@ USE_X_FORWARDED_HOST = os.getenv('USE_X_FORWARDED_HOST', False) == 'True'
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
MYLAR_API_KEY = os.getenv('MYLAR_API_KEY', None)