Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 567 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 567 Bytes

Travelevart

Travelling blog website - Group Project for WOC7012 - Web Based Framework Development using Django Framework

Getting Started

Download or clone the project.

Prerequisites

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

License

This project is licensed under the MIT License - see the LICENSE.md file for details