Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 727 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 727 Bytes

djangoo

This is a dynamic blog website made by me using django.

I made this website for the DevCom Recruitment round 2 which i cleared via this

Brief Description

  • On the landing page one can login/signup and post new blogs or edit/delete his blogs via his account
  • One can see others blogs on the landing page. On clicking on one of them, they can see the complete blog

Guide to launch the website on ypur server

  1. Install django on your pc. Follow this
  2. Clone this repo into your pc
  3. Open terminal, go to this repo you have cloned and type command python manage.py runserver
  4. Open the local host on your pc. You can now see my webpage :")