coderedcms


Namecoderedcms JSON
Version 3.0.3 PyPI version JSON
download
home_pagehttps://github.com/coderedcorp/coderedcms
SummaryWagtail-based CMS by CodeRed for building marketing websites.
upload_time2024-01-11 19:16:45
maintainer
docs_urlNone
authorCodeRed LLC
requires_python>=3.8
licenseBSD License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Wagtail CRX (CodeRed Extensions)

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

[Website](https://www.coderedcorp.com/cms/)
|
[Documentation](https://docs.coderedcorp.com/wagtail-crx/)
|
[Blog](https://www.coderedcorp.com/blog/tag/django-wagtail/)


## Status

|                        |                      |
|------------------------|----------------------|
| Python Package         | [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/coderedcms)](https://pypi.org/project/coderedcms/) [![PyPI - Django Version](https://img.shields.io/pypi/djversions/coderedcms)](https://pypi.org/project/coderedcms/) [![PyPI - Wheel](https://img.shields.io/pypi/wheel/coderedcms)](https://pypi.org/project/coderedcms/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/coderedcms)](https://pypi.org/project/coderedcms/) [![PyPI](https://img.shields.io/pypi/v/coderedcms)](https://pypi.org/project/coderedcms/) |
| Build                  | [![Build Status](https://dev.azure.com/coderedcorp/cr-github/_apis/build/status/coderedcms?branchName=main)](https://dev.azure.com/coderedcorp/coderedcms/_build/latest?definitionId=1&branchName=main) [![Azure DevOps tests (branch)](https://img.shields.io/azure-devops/tests/coderedcorp/cr-github/1/main)](https://dev.azure.com/coderedcorp/cr-github/_build/latest?definitionId=1&branchName=main) [![Azure DevOps coverage (branch)](https://img.shields.io/azure-devops/coverage/coderedcorp/cr-github/1/main)](https://dev.azure.com/coderedcorp/cr-github/_build/latest?definitionId=1&branchName=main) |


## 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](https://docs.coderedcorp.com/wagtail-crx/) 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](https://github.com/coderedcorp/coderedcms/graphs/contributors).

If you're interested in building, developing, or contributing to Wagtail CRX,
check out the [Contributing Guide](https://docs.coderedcorp.com/wagtail-crx/stable/contributing/index.html).


## Attribution

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

* Were sourced from the Fork Awesome project at
  https://github.com/ForkAwesome/Fork-Awesome.
* Are licensed under the Creative Commons Attribution 3.0 Unported
  license, a copy of which is available at
  https://creativecommons.org/licenses/by/3.0/
* Have been modified from the original sources.


## Contact

We would love to hear your questions, comments, and feedback. Open an issue on Github, message us on [#coderedcms in the Wagtail slack](https://wagtailcms.slack.com/messages/CEU45SBRR).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/coderedcorp/coderedcms",
    "name": "coderedcms",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "CodeRed LLC",
    "author_email": "info@coderedcorp.com",
    "download_url": "https://files.pythonhosted.org/packages/54/fa/40a6f089be566d17bc5e7c43afcda303dceebcdd420294a4da582b4bc1fc/coderedcms-3.0.3.tar.gz",
    "platform": null,
    "description": "# Wagtail CRX (CodeRed Extensions)\r\n\r\nThe professional WordPress alternative for building marketing websites with\r\nWagtail and Bootstrap.\r\n\r\n[Website](https://www.coderedcorp.com/cms/)\r\n|\r\n[Documentation](https://docs.coderedcorp.com/wagtail-crx/)\r\n|\r\n[Blog](https://www.coderedcorp.com/blog/tag/django-wagtail/)\r\n\r\n\r\n## Status\r\n\r\n|                        |                      |\r\n|------------------------|----------------------|\r\n| Python Package         | [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/coderedcms)](https://pypi.org/project/coderedcms/) [![PyPI - Django Version](https://img.shields.io/pypi/djversions/coderedcms)](https://pypi.org/project/coderedcms/) [![PyPI - Wheel](https://img.shields.io/pypi/wheel/coderedcms)](https://pypi.org/project/coderedcms/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/coderedcms)](https://pypi.org/project/coderedcms/) [![PyPI](https://img.shields.io/pypi/v/coderedcms)](https://pypi.org/project/coderedcms/) |\r\n| Build                  | [![Build Status](https://dev.azure.com/coderedcorp/cr-github/_apis/build/status/coderedcms?branchName=main)](https://dev.azure.com/coderedcorp/coderedcms/_build/latest?definitionId=1&branchName=main) [![Azure DevOps tests (branch)](https://img.shields.io/azure-devops/tests/coderedcorp/cr-github/1/main)](https://dev.azure.com/coderedcorp/cr-github/_build/latest?definitionId=1&branchName=main) [![Azure DevOps coverage (branch)](https://img.shields.io/azure-devops/coverage/coderedcorp/cr-github/1/main)](https://dev.azure.com/coderedcorp/cr-github/_build/latest?definitionId=1&branchName=main) |\r\n\r\n\r\n## What is Wagtail CRX?\r\n\r\nCRX, formerly known as CodeRed CMS, provides a large set of enhancements and\r\npre-built components for Wagtail which are ready to use out-of-the box! This\r\nsaves development time and avoids \"re-inventing the wheel\" by providing features\r\ncommonly needed by websites:\r\n\r\n* Streamfield blocks and page templates for Bootstrap 5: rows, columns, hero\r\n  units, carousels, buttons, modals, cards, and more!\r\n\r\n* Settings for adding logo, navigation, footer, and other common elements.\r\n\r\n* Rich set of SEO tagging attributes on each page.\r\n\r\n* Configurable Google Analytics and other tracking.\r\n\r\n* Robust form builder including the ability for multi-step forms, conditional\r\n  logic, customized confirmation emails, MailChimp integration, and more.\r\n\r\n* Article pages for building blogs, news, etc.\r\n\r\n* Calendar and event pages.\r\n\r\n* Google Maps blocks, and store locator functionality.\r\n\r\n* Dynamic classifier system, for creating filterable categories.\r\n\r\n* Website search functionality, filterable by page type.\r\n\r\n* Style your site using SASS/SCSS directly from Django, without the need for\r\n  Node.js\r\n\r\n\r\n## Quick start\r\n\r\n1. Run `pip install coderedcms`\r\n\r\n2. Run `coderedcms start mysite --sitename \"My Company Inc.\" --domain www.example.com`\r\n\r\n    *Note: `--sitename` and `--domain` are optional to pre-populate settings of your website.*\r\n\r\n3. Enter the project `cd mysite/`\r\n\r\n4. Run `python manage.py migrate` to create the core models.\r\n\r\n5. Run `python manage.py createsuperuser` to create the initial admin user.\r\n\r\n6. 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.\r\n\r\nSee the [documentation](https://docs.coderedcorp.com/wagtail-crx/) for next steps and customizing your new site.\r\n\r\n\r\n## Contributors\r\n\r\nIn addition to the CodeRed team, many thanks to the Wagtail community and our\r\n[independent contributors](https://github.com/coderedcorp/coderedcms/graphs/contributors).\r\n\r\nIf you're interested in building, developing, or contributing to Wagtail CRX,\r\ncheck out the [Contributing Guide](https://docs.coderedcorp.com/wagtail-crx/stable/contributing/index.html).\r\n\r\n\r\n## Attribution\r\n\r\nIcon files in `coderedcms/templates/coderedcms/icons/`:\r\n\r\n* Were sourced from the Fork Awesome project at\r\n  https://github.com/ForkAwesome/Fork-Awesome.\r\n* Are licensed under the Creative Commons Attribution 3.0 Unported\r\n  license, a copy of which is available at\r\n  https://creativecommons.org/licenses/by/3.0/\r\n* Have been modified from the original sources.\r\n\r\n\r\n## Contact\r\n\r\nWe would love to hear your questions, comments, and feedback. Open an issue on Github, message us on [#coderedcms in the Wagtail slack](https://wagtailcms.slack.com/messages/CEU45SBRR).\r\n",
    "bugtrack_url": null,
    "license": "BSD License",
    "summary": "Wagtail-based CMS by CodeRed for building marketing websites.",
    "version": "3.0.3",
    "project_urls": {
        "Homepage": "https://github.com/coderedcorp/coderedcms"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2034fb417a2a227cd2f7194d1902b471ad804dadcdbe52220f1a1289dcfbc50",
                "md5": "8b662179ade0137276318209aca72cd0",
                "sha256": "e51985bfa6ff65da57eb7c5d1b4cf7fd55f59e7d316baeb42de0c444b486c732"
            },
            "downloads": -1,
            "filename": "coderedcms-3.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8b662179ade0137276318209aca72cd0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2308854,
            "upload_time": "2024-01-11T19:16:34",
            "upload_time_iso_8601": "2024-01-11T19:16:34.907836Z",
            "url": "https://files.pythonhosted.org/packages/e2/03/4fb417a2a227cd2f7194d1902b471ad804dadcdbe52220f1a1289dcfbc50/coderedcms-3.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54fa40a6f089be566d17bc5e7c43afcda303dceebcdd420294a4da582b4bc1fc",
                "md5": "60e1c5e11350e70663aac5f543c8d5c9",
                "sha256": "99ac48c93336c7d5da506361756b75c1dbcc0e6deec732b661609890b67015cd"
            },
            "downloads": -1,
            "filename": "coderedcms-3.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "60e1c5e11350e70663aac5f543c8d5c9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2104426,
            "upload_time": "2024-01-11T19:16:45",
            "upload_time_iso_8601": "2024-01-11T19:16:45.521840Z",
            "url": "https://files.pythonhosted.org/packages/54/fa/40a6f089be566d17bc5e7c43afcda303dceebcdd420294a4da582b4bc1fc/coderedcms-3.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-11 19:16:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "coderedcorp",
    "github_project": "coderedcms",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": false,
    "lcname": "coderedcms"
}
        
Elapsed time: 0.17767s