Software Engineering Course project - Fall 2021
In a python3.9+ envioronment, do as follows:
pip install -r requirements.txt
python manage.py makemigrations users visits
python manage.py migrate
python manage.py runserverThis codebase uses the black formatter.
It will automatically format your code, such that the whole codebase stay consistent.
Install pre-commit with pip install pre-commit and then in this repository folder run pre-commit install.
Your code will be formatted before you commit and push.