/blog-app

Blog App built on wagtail and bootstrap

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Blog App

Blog App built on wagtail and bootstrap

Setup instructions

  1. Install dependencies
pip install -r requirements.txt
yarn
  1. Generate assets
 ./node_modules/.bin/webpack --config webpack.config.js
  1. Migrate
./manage.py migrate
  1. Runserver
./manage.py runserver

Deployment

Coming soon