Perform auth against the Protospace member portal

This commit is contained in:
2018-09-14 20:09:48 -06:00
parent 75ee9e9f6a
commit 28533e0300
3 changed files with 14 additions and 6 deletions

View File

@@ -119,3 +119,5 @@ STATIC_URL = '/static/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
MEDIA_URL = '/media/'
PROTOSPACE_LOGIN_PAGE = 'https://my.protospace.ca/login'