Setup:
- Install python 3
- Run 'pip install -r requirements.txt' in command prompt
- cd to mysite directory
- run 'python manage.py makemigrations'
- run 'python manage.py migrate'
- run 'python manage.py runserver'
- run 'python manage.py createsuperuser', enter credentials for admin
- In your web browser, go to localhost:8000
Notes:
- Website is not fully functional
- A .env file containing my SECRET_KEY, email, password has been included (mysite/mysite/.env). If you want to use your own email, see .env-example for format and replace my .env
- The following users were not working on a different machine. If they are not present (can check after logging in admin page and going to profiles) you can register. username: useri password: password@i ,(i=1, 2, 3)
- admin route: localhost:8000/admin