Closed liamjdavis closed 2 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.
To run locally on gitpod, run
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.