/motonomad

Personal Django/Wagtail blog

Primary LanguagePythonGNU General Public License v3.0GPL-3.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

cd motonomad
./manage.py migrate
./manage.py create_initial_structure
./manage.py createsuperuser
yarn