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

Running Locally on Gitpod #28

Closed liamjdavis closed 2 weeks ago

liamjdavis commented 4 weeks ago

To run locally on gitpod, run

python manage.py runserver

and try to open the local host url. When it throws an error, copy the domain it gives you and put it in 'ALLOWED_HOSTS' in settings.py. Then run again and it will work.