django-cms / djangocms-frontend

django CMS frontend is a plugin bundle for django CMS providing several components for the frontend, currently implemented with the popular Bootstrap 5 framework.
Other
42 stars 20 forks source link
bootstrap5 django django-cms

##################### django CMS Frontend #####################

|pypi| |docs| |coverage| |python| |django| |djangocms| |djangocms4|

django CMS Frontend is a plugin bundle which builds on and improves the architecture of djangocms-bootstrap4 <https://github.com/django-cms/djangocms-bootstrap4>_. Its objective is to provide a set of popular frontend components independent of the currently used frontend framework such as Bootstrap, or its specific version.

.. image:: preview.png

Key features

Description

The plugins are framework agnostic and the framework can be changed by adapting your project's settings. Also, it is designed to avoid having to rebuild your CMS plugin tree when upgrading e.g. from one version of your frontend framework to the next.

django CMS Frontend uses django-entangled <https://github.com/jrief/django-entangled>_ by Jacob Rief to avoid bloating your project's database with css framework-dependent tables. Instead all design parameters are stored in a common JSON field and future releases of improved frontend features will not require to rebuild your full plugin tree.

The link plugin has been rewritten to not only allow internal links to other CMS pages, but also to other django models such as, e.g., posts of djangocms-blog <https://github.com/nephila/djangocms-blog>_.

Contributing

Because this is a an open-source project, we welcome everyone to get involved in the project <https://www.django-cms.org/en/contribute/> and receive a reward <https://www.django-cms.org/en/bounty-program/> for their contribution. Become part of a fantastic community and help us make django CMS the best CMS in the world.

We'll be delighted to receive your feedback in the form of issues and pull requests. Before submitting your pull request, please review our contribution guidelines <http://docs.django-cms.org/en/latest/contributing/index.html>_.

The project makes use of git pre-commit hooks to maintain code quality. Please follow the installation steps to get pre-commit <https://pre-commit.com/#installation>_ setup in your development environment.

We're grateful to all contributors who have helped create and maintain this package. Contributors are listed at the contributors <https://github.com/django-cms/djangocms-frontend/graphs/contributors>_ section.

One of the easiest contributions you can make is helping to translate this addon on Transifex <https://www.transifex.com/divio/djangocms-frontend/dashboard/>_.

Requirements

See REQUIREMENTS in the setup.py <https://github.com/django-cms/djangocms-frontend/blob/master/setup.py>_ file for additional dependencies:

Make sure django Filer <http://django-filer.readthedocs.io/en/latest/installation.html> and django CMS Text CKEditor <https://github.com/divio/djangocms-text-ckeditor> are installed and configured appropriately.

Installation

For a manual install:

djangocms-frontend has a weak dependencies on djangocms-icon you can install separately or by adding an option:

.. code::

pip install djangocms-frontend[djangocms-icon]  # Installs djangocms-icon for icon support in links

Documentation

See readthedocs for the documentation <https://djangocms-frontend.readthedocs.io>_.

License

See LICENSE <https://github.com/django-cms/djangocms-frontend/blob/master/LICENSE>_.

.. |pypi| image:: https://badge.fury.io/py/djangocms-frontend.svg :target: http://badge.fury.io/py/djangocms-frontend

.. |docs| image:: https://readthedocs.org/projects/djangocms-frontend/badge/?version=latest :target: https://djangocms-frontend.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

.. |coverage| image:: https://codecov.io/gh/fsbraun/djangocms-frontend/branch/master/graph/badge.svg :target: https://codecov.io/gh/django-cms/djangocms-frontend

.. |python| image:: https://img.shields.io/badge/python-3.7+-blue.svg :target: https://pypi.org/project/djangocms-frontend/

.. |django| image:: https://img.shields.io/badge/django-3.2+-blue.svg :target: https://www.djangoproject.com/

.. |djangocms| image:: https://img.shields.io/badge/django%20CMS-3.8%2B-blue.svg :target: https://www.django-cms.org/

.. |djangocms4| image:: https://img.shields.io/badge/django%20CMS-4-blue.svg :target: https://www.django-cms.org/en/preview-django-cms-40/