Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 264 Bytes

File metadata and controls

15 lines (10 loc) · 264 Bytes

Use Case

A blogging application created using Python/Django following MVT pattern.


Set up

Please run the following command to install the required dependencies:

pip install -r requirements.txt


Run Project

python3 manage.py runserver