/check_the_map

Check the Map Python/Django/Wagtail.io

Primary LanguagePython

Check the Map Python/Django/Wagtail.io redevelopment - trial Wagtail CMS

Requirements Status

Build Status

Basic build test image

docker build . -t check_the_map:latest
docker run --publish 8000:8000 --detach --name ctm check_the_map:latest

Clean up

docker stop ctm && docker rm ctm