Skip to content

Commit

Permalink
Create login facility for installations not using REMOTE_USER middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
profcturner committed Sep 18, 2018
1 parent 7188a62 commit 46f9ee5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WAM/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,5 @@
# Where do we store media
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
MEDIA_URL = '/media/'

LOGOUT_REDIRECT_URL = 'logged out'

0 comments on commit 46f9ee5

Please sign in to comment.