coderedcms-bootstrap4


Namecoderedcms-bootstrap4 JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://github.com/coderedcorp/coderedcms-bootstrap4
SummaryBootstrap 4 compatibility theme for Wagtail CRX.
upload_time2023-08-18 20:07:57
maintainer
docs_urlNone
authorCodeRed LLC
requires_python>=3.7
licenseBSD license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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`.

```python
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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/coderedcorp/coderedcms-bootstrap4",
    "name": "coderedcms-bootstrap4",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "CodeRed LLC",
    "author_email": "info@coderedcorp.com",
    "download_url": "https://files.pythonhosted.org/packages/bb/ac/5e73fdb986b6bb25467a5c8bcf189cca6bf2a7f4cb31408eb956464baca5/coderedcms-bootstrap4-2.0.0.tar.gz",
    "platform": null,
    "description": "Bootstrap 4 Theme for Wagtail CRX\r\n=================================\r\n\r\nThis is a compatibility package for older sites built with `coderedcms` 0.x\r\nseries wishing to upgrade to 1.x series (which switched to Bootstrap 5) without\r\nneeding to make any frontend changes.\r\n\r\n* Provides the older Bootstrap 4 templates from `coderedcms` version 0.25.\r\n* Provides the older Sass/CSS files from `coderedcms` version 0.25.\r\n* Provides Bootstrap 4.6.2 Sass and CSS/JS distribution.\r\n\r\nInstallation\r\n------------\r\n\r\n```\r\npip install coderedcms-bootstrap4\r\n```\r\n\r\nThen in your Django settings file, add `coderedcms_bootstrap4` **above**\r\n`coderedcms` in `INSTALLED_APPS`. This will make this theme's templates and\r\nstatic files override those shipped with `coderedcms`. Also add `bootstrap4`.\r\n\r\n```python\r\nINSTALLED_APPS = [\r\n    ...,\r\n    \"coderedcms_bootstrap4\",\r\n    \"coderedcms\",\r\n    \"bootstrap4\",\r\n    ...,\r\n]\r\n```\r\n\r\nThat's it! Continue to extend templates or import static files as usual from\r\n`coderedcms` and you will instead be getting the Bootstrap 4 versions from this\r\ntheme.\r\n\r\nNOTE: This theme will be maintained with necessary bug fixes, but will not\r\nreceive any new designs or new features. It is recommended to eventually upgrade\r\nyour sites to Bootstrap 5.\r\n",
    "bugtrack_url": null,
    "license": "BSD license",
    "summary": "Bootstrap 4 compatibility theme for Wagtail CRX.",
    "version": "2.0.0",
    "project_urls": {
        "Homepage": "https://github.com/coderedcorp/coderedcms-bootstrap4"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f93bcef15480da60b7c507044a056a3064d40568b5eee7f597a0d50c2445c109",
                "md5": "e23e30714c3ae131d6de6a8e94bd4cf1",
                "sha256": "9c356343a2b1b9e61923282df070cb1852d2323a63eb489881a5c560458ac1d8"
            },
            "downloads": -1,
            "filename": "coderedcms_bootstrap4-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e23e30714c3ae131d6de6a8e94bd4cf1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 1127452,
            "upload_time": "2023-08-18T20:07:55",
            "upload_time_iso_8601": "2023-08-18T20:07:55.699568Z",
            "url": "https://files.pythonhosted.org/packages/f9/3b/cef15480da60b7c507044a056a3064d40568b5eee7f597a0d50c2445c109/coderedcms_bootstrap4-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bbac5e73fdb986b6bb25467a5c8bcf189cca6bf2a7f4cb31408eb956464baca5",
                "md5": "14231c543240f3e6ec09ca2b1322a831",
                "sha256": "f465d24f091acd2e3fab48c00f99ca550f15ab48a391aae68ba61b7d0ccb33ea"
            },
            "downloads": -1,
            "filename": "coderedcms-bootstrap4-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "14231c543240f3e6ec09ca2b1322a831",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 1023290,
            "upload_time": "2023-08-18T20:07:57",
            "upload_time_iso_8601": "2023-08-18T20:07:57.916510Z",
            "url": "https://files.pythonhosted.org/packages/bb/ac/5e73fdb986b6bb25467a5c8bcf189cca6bf2a7f4cb31408eb956464baca5/coderedcms-bootstrap4-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-18 20:07:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "coderedcorp",
    "github_project": "coderedcms-bootstrap4",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "coderedcms-bootstrap4"
}
        
Elapsed time: 0.10831s