devinshende / challenge-tracker

Website to track challenge times for obstacles at nwninjapark in springfield, OR
https://ninjapark-tracker.herokuapp.com
1 stars 0 forks source link

Admin login with global password #38

Closed devinshende closed 5 years ago

devinshende commented 5 years ago

When you go to /admin it should require you to enter a password to go to the site.

devinshende commented 5 years ago

fixed in commit 93b74b26aab3d43f08fc0b05faca7721cfa703b1. I didn't use a password from a db, but instead made a variable ADMIN_PASSWORD in constants.py. The styling of the login and home page (both in myhome.html) could definitely still use some work and bootstrap themes but it is functional!