项目作者: emorozov

项目描述 :
Personal Django/Wagtail blog
高级语言: Python
项目地址: git://github.com/emorozov/motonomad.git
创建时间: 2018-02-28T11:28:19Z
项目社区:https://github.com/emorozov/motonomad

开源协议:GNU General Public License v3.0

下载


motonomad blog

This is a source code for my personal blog. It is based on the example blog
template from Boostrap 4 documentation and simplified wagtail bakerydemo
example.

Requirements

  • Django 2.0 or greater
  • Wagtail 2.0 or greater

Installation

  1. cd motonomad
  2. ./manage.py migrate
  3. ./manage.py create_initial_structure
  4. ./manage.py createsuperuser
  5. yarn