Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.08 KB

README.md

File metadata and controls

50 lines (30 loc) · 1.08 KB

Blog using Django

This made with Django2.2, bootstrap, and markdown.

See the Installation detail.

Screenshot


Homepage

homepage


Blog Page

blog-page

Usage

Run the project locally

# clone it
git clone https://github.com/iColdPlayer/django-blog.git

# move to blog dir
cd django-blog

# activate the virtual environment or you can create yourself
source env/bin/activate

# install all the dependencies
pip install -r requirements.txt

# run the project locally
./manage.py runserver

default password & user are admin.

Note:


Copyright : iColdPlayer