Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 278 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 278 Bytes

About:

It is a photo blogging platform created using django.

Installation:

  1. clone the Repository
  2. Navigate to the project directory
  3. install required dependency using requirement.txt file.
  4. Run the below command to start django server. python manage.py runserver