I made it so that using reed weblogin will sign you in to the site (probably). Since I'm off-campus I can't test it in prod right now, but it should work. For local dev, THE ADMIN SITE LOGIN WILL NO LONGER WORK. If you want to log in as someone, type export REMOTE_USER=username into your terminal before calling python manage.py runserver. If this becomes an issue, I can add admin site logins back in.
Closes #107 and #239
I made it so that using reed weblogin will sign you in to the site (probably). Since I'm off-campus I can't test it in prod right now, but it should work. For local dev, THE ADMIN SITE LOGIN WILL NO LONGER WORK. If you want to log in as someone, type
export REMOTE_USER=username
into your terminal before callingpython manage.py runserver
. If this becomes an issue, I can add admin site logins back in. Closes #107 and #239