Skip to content

shyam999/Django-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 3.6 Django 3.0 Build Codecov license

Django Blog

Django-blog is an open-source blog management platform built on the Django Web Framework.

Features Included

  • Registration & Authentication
  • Custom guest dashboard
  • Search Functionality
  • Newsletter Services
  • Email Service for sharing
  • Disquss for react and comment
  • Rest Framework api
  • Responsive, mobile-friendly design

Installation

1.Setup Virtualenv

virtualenv env
source env/bin/activate

2.clone Repository & Install Packages

git clone https://github.com/shyam999/DjangoBlog.git
pip install -r requirements.txt

3.Migrate & Start Server

python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Where to find Me

Like Me on Facebook Or visit My Website

About

Fully open-source production ready blog management platform built using Django Framework and Bootstrap. It also has an API that can perform CRUD actions...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors