Wagtail + CodeRed for Web Developers
Build lean, fast websites with the frameworks you know and love.
By devs, for devs.
Python backend, pure Bootstrap 4 frontend.
CodeRed’s Wagtail extension is designed to be customized, and outputs fast lightweight web pages.Work with the frameworks you love.
an enjoyable and productive development stack
Bootstrap 4
Work within your wheelhouse. All components render as pure Bootstrap HTML on the front-end. Customize with CSS or override the HTML entirely.
Python
The world’s most popular programming language. Cross-platform and easy to learn, Python enables developers to express their ideas.
Django
“The web framework for perfectionists with deadlines.” Django powers web apps large and small from Instagram to startups around the world.
Wagtail
A powerful CMS framework. Wagtail is rapidly growing with use by Google, NASA, British NHS, and many others.
Fast and frustration-free.
Lightning Fast Page Cache
Never configure an upstream cache again. The built in page cache is just as fast as serving static files and works out-of-the-box. Your clients (and your AWS bill) will thank you.
Lean, Lightweight Code
The output HTML is plain and uncluttered. One single JavaScript file loads features only if they are needed. Finally: a CMS that generates clean code!
Easy Overrides
Every single component and page template can be overridden by simply putting an HTML file in a directory. No more hacky workarounds.
Built with Open Source. Backed by CodeRed.
pip install coderedcms coderedcms start myproject cd myproject/ python manage.py migrate python manage.py createsuperuser python manage.py runserver