Skip to content

Developer-Student-Club-Bijnor/DjangoBlogApp

 
 

Repository files navigation

DjangoBlogApp

A blog webapplication in django with the functionality of -

  • Draft post
  • Read Time
  • Slug
  • Coments and Replies
  • Image Upload
  • Markdown TextEditor Support
  • User Accounts
  • CRUD Operations
  • Search operation

Screenshot

img

Getting Started

Requirements

Python 3.7 & up
Virtual Environment (pipenv or virtualenv)

1. Create Virtual Environment & Install Django

$ cd /path/to/dev/folder
$ mkdir try_django
$ cd try_django
$ pipenv --python 3.7 install django==2.2.13

OR

$ pipenv shell
$ pipenv sync

2. Run Server

$ cd ./tryBlog
$ python manage.py runserver

About

My first Django Blog Web App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.5%
  • CSS 17.0%
  • Python 6.3%
  • HTML 3.2%