PratikGarai / Blog-Django

A Blog webapp using Django for drafting, writing, viewing multiple articles and users and commenting service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog-Django

This BlogWebApp has the following features :

  1. The site admin only can create more users.
  2. The password is saved in the database with SHA256.
  3. Writers can save an ongoing article and continue writing it later.
  4. The comments made by other people are published to the public only by the article writer's permission.
  5. Articles can be edited and deleted by the writer after publushing.
  6. THe text editor come with Medium's tect editor plugin to allow similar features.

About

A Blog webapp using Django for drafting, writing, viewing multiple articles and users and commenting service.

License:MIT License


Languages

Language:JavaScript 88.7%Language:CSS 5.7%Language:Python 3.2%Language:HTML 2.3%Language:Procfile 0.0%