Travelling blog website - Group Project for WOC7012 - Web Based Framework Development using Django Framework
Download or clone the project.
What things you need to install the software and how to install them
pip install -r requirements.txt
Setting up database
python manage.py makemigrations
python manage.py migrate
Running the application
python manage.py runserver
This project is licensed under the MIT License - see the LICENSE.md file for details