Skip to main content

Bootstrap 4 compatibility theme for Wagtail CRX.

Project description

Bootstrap 4 Theme for Wagtail CRX

This is a compatibility package for older sites built with coderedcms 0.x series wishing to upgrade to 1.x series (which switched to Bootstrap 5) without needing to make any frontend changes.

  • Provides the older Bootstrap 4 templates from coderedcms version 0.25.
  • Provides the older Sass/CSS files from coderedcms version 0.25.
  • Provides Bootstrap 4.6.2 Sass and CSS/JS distribution.

Installation

pip install coderedcms-bootstrap4

Then in your Django settings file, add coderedcms_bootstrap4 above coderedcms in INSTALLED_APPS. This will make this theme's templates and static files override those shipped with coderedcms. Also add bootstrap4.

INSTALLED_APPS = [
    ...,
    "coderedcms_bootstrap4",
    "coderedcms",
    "bootstrap4",
    ...,
]

That's it! Continue to extend templates or import static files as usual from coderedcms and you will instead be getting the Bootstrap 4 versions from this theme.

NOTE: This theme will be maintained with necessary bug fixes, but will not receive any new designs or new features. It is recommended to eventually upgrade your sites to Bootstrap 5.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coderedcms-bootstrap4-2.0.0.tar.gz (1.0 MB view details)

Uploaded Source

Built Distribution

coderedcms_bootstrap4-2.0.0-py3-none-any.whl (1.1 MB view details)

Uploaded Python 3

File details

Details for the file coderedcms-bootstrap4-2.0.0.tar.gz.

File metadata

  • Download URL: coderedcms-bootstrap4-2.0.0.tar.gz
  • Upload date:
  • Size: 1.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for coderedcms-bootstrap4-2.0.0.tar.gz
Algorithm Hash digest
SHA256 f465d24f091acd2e3fab48c00f99ca550f15ab48a391aae68ba61b7d0ccb33ea
MD5 14231c543240f3e6ec09ca2b1322a831
BLAKE2b-256 bbac5e73fdb986b6bb25467a5c8bcf189cca6bf2a7f4cb31408eb956464baca5

See more details on using hashes here.

File details

Details for the file coderedcms_bootstrap4-2.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for coderedcms_bootstrap4-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9c356343a2b1b9e61923282df070cb1852d2323a63eb489881a5c560458ac1d8
MD5 e23e30714c3ae131d6de6a8e94bd4cf1
BLAKE2b-256 f93bcef15480da60b7c507044a056a3064d40568b5eee7f597a0d50c2445c109

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page