Skip to content

A simple blog website made using django with full functional form to create and update blog posts

Notifications You must be signed in to change notification settings

shubham17sm/django-blog-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-blog-website

A simple blog website made using djnago with full functional form to create and update blog posts

About

A fully functional blog website build using Django 2.1.5 + Python 3.6, database used is SQLite and Bootstrap template.

Features:

  • User has his own page to create, update and delete post.
  • Django-TinyMCE based text editor to edit and create blog posts.
  • Django-allauth based authentication.
  • unique post view.
  • Signin to comment so no anonymous user can comment on post.

Bootstrap template:

You can use free Bootstrap template by Bootstrapious

Getting Started

First Create and start your virtual environment:

  pip install -r requirement.txt
  python manage.py makemigrations
  python manage.py migrate
  python manage.py createsuperuser
  python manage.py runserver

Post Installation

Go to the web browser and visit http:https://127.0.0.1:8000/

Admin username: admin

Admin password: admin

user username: user

user password: Userns23gk

About

A simple blog website made using django with full functional form to create and update blog posts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages