Nenhuma descrição

Vince Salvino 6fb33fb505 Fix 3.0.4 release notes 6 meses atrás
.github 1fc06b44d4 Change name to "Wagtail CRX" (#456) 2 anos atrás
ci dc3a607aae Rename dev branch to main for consistency 1 ano atrás
coderedcms b71941d5fd Bump version to 3.0.4 6 meses atrás
docs 6fb33fb505 Fix 3.0.4 release notes 6 meses atrás
tutorial 37059634bd Switch to Wagtail 5 (#597) 1 ano atrás
.coveragerc 82414acca2 CI with Azure Pipelines (#198) 5 anos atrás
.editorconfig d7e45ed5ea Update git/editor config files for repo and project templates (#427) 3 anos atrás
.gitattributes d7e45ed5ea Update git/editor config files for repo and project templates (#427) 3 anos atrás
.gitignore a0dd8e9a48 Additional fixes for wagtail 2.11 (#396) 3 anos atrás
.prettierrc.toml 834a66f480 Drop jQuery, IE support (#512) 2 anos atrás
LICENSE 87e4f9084f Replace wagtailfontawesome with custom SVG icons (#485) 2 anos atrás
MANIFEST.in f8bdea984a Upgrade to Wagtail 2.9 (#334) 4 anos atrás
README.md dc3a607aae Rename dev branch to main for consistency 1 ano atrás
azure-pipelines.yml 2b7d147cc2 Fix bug caused by child having multiple terms set under the index order by classifier (#617) 10 meses atrás
pyproject.toml 56a00d2f9f Format project with black (#511) 2 anos atrás
requirements-ci.txt 56a00d2f9f Format project with black (#511) 2 anos atrás
requirements-dev.txt a0dd8e9a48 Additional fixes for wagtail 2.11 (#396) 3 anos atrás
setup.cfg 56a00d2f9f Format project with black (#511) 2 anos atrás
setup.py 66a1214ade Support Django 5 (#616) 10 meses atrás

README.md

Wagtail CRX (CodeRed Extensions)

The professional WordPress alternative for building marketing websites with Wagtail and Bootstrap.

Website | Documentation | Blog

Status

Python Package PyPI - Python Version PyPI - Django Version PyPI - Wheel PyPI - Downloads PyPI
Build Build Status Azure DevOps tests (branch) Azure DevOps coverage (branch)

What is Wagtail CRX?

CRX, formerly known as CodeRed CMS, provides a large set of enhancements and pre-built components for Wagtail which are ready to use out-of-the box! This saves development time and avoids "re-inventing the wheel" by providing features commonly needed by websites:

  • Streamfield blocks and page templates for Bootstrap 5: rows, columns, hero units, carousels, buttons, modals, cards, and more!

  • Settings for adding logo, navigation, footer, and other common elements.

  • Rich set of SEO tagging attributes on each page.

  • Configurable Google Analytics and other tracking.

  • Robust form builder including the ability for multi-step forms, conditional logic, customized confirmation emails, MailChimp integration, and more.

  • Article pages for building blogs, news, etc.

  • Calendar and event pages.

  • Google Maps blocks, and store locator functionality.

  • Dynamic classifier system, for creating filterable categories.

  • Website search functionality, filterable by page type.

  • Style your site using SASS/SCSS directly from Django, without the need for Node.js

Quick start

  1. Run pip install coderedcms

  2. Run coderedcms start mysite --sitename "My Company Inc." --domain www.example.com

    Note: --sitename and --domain are optional to pre-populate settings of your website.

  3. Enter the project cd mysite/

  4. Run python manage.py migrate to create the core models.

  5. Run python manage.py createsuperuser to create the initial admin user.

  6. Run python manage.py runserver to launch the development server, and go to http://localhost:8000 in your browser, or http://localhost:8000/admin/ to log in with your admin account.

See the documentation for next steps and customizing your new site.

Contributors

In addition to the CodeRed team, many thanks to the Wagtail community and our independent contributors.

If you're interested in building, developing, or contributing to Wagtail CRX, check out the Contributing Guide.

Attribution

Icon files in coderedcms/templates/coderedcms/icons/:

Contact

We would love to hear your questions, comments, and feedback. Open an issue on Github, message us on #coderedcms in the Wagtail slack.