/simple-blog

This is a simple Django blog application using wagtail CMS.

Primary LanguagePython

Introduction

This is a simple Django blog application using wagtail CMS.

Getting started

Clone the repository:

git clone https://github.com/mutuaMkennedy/simple-blog.git

Install dependencies:

pip install -r requirements/base.txt

Run server:

python manage.py runserver --settings=myblog.settings.dev

Testing

python manage.py test --settings=myblog.settings.dev