This made with Django2.2, bootstrap, and markdown.
See the Installation detail.
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