Vince Salvino 9496dfeaf3 WIP | 2 jaren geleden | |
---|---|---|
.github | 2 jaren geleden | |
ci | 2 jaren geleden | |
docs | 2 jaren geleden | |
tutorial | 2 jaren geleden | |
wagtailcrx | 2 jaren geleden | |
.coveragerc | 2 jaren geleden | |
.editorconfig | 3 jaren geleden | |
.gitattributes | 3 jaren geleden | |
.gitignore | 3 jaren geleden | |
LICENSE | 2 jaren geleden | |
MANIFEST.in | 2 jaren geleden | |
README.md | 2 jaren geleden | |
azure-pipelines.yml | 2 jaren geleden | |
pyproject.toml | 2 jaren geleden | |
requirements-ci.txt | 2 jaren geleden | |
requirements-dev.txt | 2 jaren geleden | |
setup.cfg | 2 jaren geleden | |
setup.py | 2 jaren geleden |
The professional WordPress alternative for building marketing websites with Wagtail and Bootstrap.
Website | Documentation | Blog
Python Package | |
Build |
Formerly known as CodeRed CMS, Wagtail CRX (CodeRed Extensions), 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 templates for Bootstrap 4: 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 tracking.
Robust form builder including the ability for multi-step forms, conditional logic, customized confirmation emails, MailChimp integration, and more (all from within the streamfield!)
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
Run pip install wagtail-crx
Run wagtailcrx start mysite --sitename "My Company Inc." --domain www.example.com
Note: --sitename
and --domain
are optional to pre-populate settings of your website.
Enter the project cd mysite/
Run python manage.py migrate
to create the core models.
Run python manage.py createsuperuser
to create the initial admin user.
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.
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.
Icon files in wagtailcrx/templates/wagtailcrx/icons/
:
We would love to hear your questions, comments, and feedback. Open an issue on Github, message us on #wagtailcrx in the Wagtail slack.