ac-i2i-engineering / access-amherst

An web app to connect Amherst College students to events in a more convenient, intimate, and diverse way! https://amherst-connect.com/
https://ac-i2i-engineering.github.io/access-amherst/
MIT License
1 stars 1 forks source link

Updated Home Page HTML to be responsive #68

Closed liamjdavis closed 1 week ago

liamjdavis commented 1 week ago

This pull request includes changes to the access_amherst_backend/settings.py file to modify security settings and allow additional hosts. The most important changes include setting the SECRET_KEY to a default insecure value, enabling debug mode, and adding a new host to the ALLOWED_HOSTS list.

Security and configuration changes: