Closed Wayleo closed 1 year ago
This PR also changes the navigation link for "Login" on the homepage to be the dashboard. That way, if you're already logged in, you automatically end up back at the dashboard. If you're not logged in, you still end up on the login page.
Small PR laying the simple foundation for logging functionality. This just adds an INFO level log with two added logged events in views.py. In the future, we can use additional logging levels, files, and other bells and whistles as desired.