Some Warmth: Hacked 2022 Project
How to run the project:
-
Clone project
-
Make a venv https://realpython.com/get-started-with-django-1/#set-up-your-development-environment Python -m venv source venv/bin/activate Pip install django inside venv
-
Run project – python manage.py runserver in the project directory, which contains manage.py (please don't run any migrations if it asks)
dependencies to install: requests (command: pip install requests)