Hosted at https://web-production-6b2e.up.railway.app/home/
- Python 3.8
- Other dependencies in
Pipfile
- Install
pipenvfor dependency managementpip install pipenv - Activate the new virtual environment
pipenv shell - Install Django new virtual environment
pipenv install django - Run development server on localhost
python manage.py runserver