Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.12 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.12 KB

Introduction

Build Status

This project is developed exclusively for Wagtail Tutorial Build Blog With Wagtail CMS, which shows people how to create a Wagtail blog using Bootstrap step by step. You can also import it into your Django project to quickly add professional blog function based on Wagtail.

Project Detail

  • Python 3
  • Django 2
  • Wagtail 2
  • Bootstrap 4

Run it in local env

git clone https://github.com/michael-yin/wagtail-bootstrap-blog.git
cd wagtail-bootstrap-blog
git checkout master

# setup virtualenv
pip install -r requirements.txt

./manage.py runserver
# http://127.0.0.1:8000/blog
# username: admin  password: admin

If you have any problem with your Wagtail project you can contact me

ScreenShot