Contents

django-components 0.28.1

0

A way to create simple reusable template components in Django.

A way to create simple reusable template components in Django.

Stars: 593, Watchers: 593, Forks: 33, Open Issues: 16

The EmilStenstrom/django-components repo was created 8 years ago and the last code push was 1 weeks ago.
The project is popular with 593 github stars!

How to Install django_components

You can install django_components using pip

pip install django_components

or add it to a project with poetry

poetry add django_components

Package Details

Author
Emil Stenström
License
MIT
Homepage
https://github.com/EmilStenstrom/django-components/
PyPi
https://pypi.org/project/django-components/
GitHub Repo
https://github.com/EmilStenstrom/django-components

Classifiers

No  django_components  pypi packages just yet.

Errors

A list of common django_components errors.

Code Examples

Here are some django_components code examples and snippets.

GitHub Issues

The django_components package has 16 open issues on GitHub

  • Implement slot exports
  • Bump django from 3.2.10 to 4.0.1
  • Check if slot is not empty
  • {% block %} does not work inside a slot
  • Automatically look for CSS and JS files in component directory

See more issues on GitHub

Related Packages & Articles