MadaniBlog is a Django website created for the WOC7014 - Framework Based Software Design and Development course.
Use the package manager pip to install the necessary dependencies.
pip install -r requirements.txt
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver