Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 548 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 548 Bytes

Django-Blog

This is a basic blog made by using django. Presently the features which are offered are :

  1. Add Blogs
  2. Modify Blogs
  3. Delete Blogs
  4. Administrative Features

Technologies used are :

  1. Python , Django Framework
  2. HTML,CSS,JS and Bootstrap framework
  3. Tiny MCE API For WYSIWG(What you see is what you get) Editing

Presently its being hosted on the localhost In further update Search feature will also be added

To execute the application clone this repository type the following command python manage.py runserver