django-components/django_components
2021-08-30 22:51:03 +02:00
..
templatetags Fix infinite recursion bug (fixes #68) (#74) 2021-07-06 11:56:49 -04:00
__init__.py Autodiscover components in components.py inside an app (#24) 2021-02-05 21:31:09 +01:00
app_settings.py Caching templates to allow for dynamic template generation 2021-02-15 21:07:14 +01:00
apps.py Autodiscover components in components.py inside an app (#24) 2021-02-05 21:31:09 +01:00
component.py Fix infinite recursion bug (fixes #68) (#74) 2021-07-06 11:56:49 -04:00
component_registry.py Add pytest-cov 2020-07-10 13:07:51 +02:00
middleware.py Only render dependencies that are used of a specific page (#52) 2021-03-24 22:47:48 +01:00
template_loader.py Added template loader for component templates automatic discovery (thanks @Real-Gecko) 2021-08-30 22:51:03 +02:00