iColdPlayer / django-blog

Blog using django and markdown editor

Home Page:http://notnoob.com

Repository from Github https://github.comiColdPlayer/django-blogRepository from Github https://github.comiColdPlayer/django-blog

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

About

Blog using django and markdown editor

http://notnoob.com

License:GNU General Public License v3.0


Languages

Language:Python 53.6%Language:HTML 46.4%