Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 428 Bytes

File metadata and controls

9 lines (7 loc) · 428 Bytes

CoderHut_Blog

A full featured blog app developed in Django.

How to run the app :

Clone this repository into your machine. Then run the following commands:

        1. cd ecommerce
        2. python manage.py runserver
        3. Goto "localhost:8000/" or "127.0.0.1:8000" to browse it