Project for CS490
Project has been archived as underlying free hosting service as expired and code will not be updated. This project was generated with Django version 3.1.2.
Python environment is built with Conda
Create the environment from the environment.yml file:
conda env create -f CS490env.yml
MAC.conda env create -f CS490envNB.yml
Windows.
Latest python required dependencies can be found requirements.txt
or requirements.yml
Run python manage.py runserver
for a dev server. Navigate to http://127.0.0.1:8000/
.
The application is currently hosted on Heroku platform.
Link to the app: https://cs-490.herokuapp.com/
To get more help on the Django go check out the Django Documentation or DevDocs Django.