Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 697 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 697 Bytes

micro-blogger

A micro blogger in Django

Status Django Fork

Features

  • Authentication - Login/Signup
  • Rich Text Blogs - Markdown
  • Comments

Requirements

Requires Python 3.5+ and Django 2+

Installation

pip install Django
pip install -r requirements.txt

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

Authors

Areeb Jamal (@iamareebjamal)
Akshay Gupta (@Akshay0724)