django-components/django_components
2024-03-24 17:01:07 +00:00
..
management [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-02-21 22:38:06 +01:00
safer_staticfiles Reformat lines that became too long. And enforce 119 line length. 2024-02-21 22:38:06 +01:00
templatetags Add mypy support (#396), thanks @JuroOravec 2024-03-15 23:31:15 +01:00
__init__.py refactor: change utils dir to file to fix missing import 2024-03-24 10:09:15 +01:00
app_settings.py Reformat lines that became too long. And enforce 119 line length. 2024-02-21 22:38:06 +01:00
apps.py Autodiscover components in components.py inside an app (#24) 2021-02-05 21:31:09 +01:00
component.py fix: type component registry 2024-03-24 17:40:16 +01:00
component_registry.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-03-24 17:01:07 +00:00
logger.py Resolve media and template files relative to component class dir (#395), thanks @JuroOravec 2024-03-23 19:01:39 +01:00
middleware.py Reformat lines that became too long. And enforce 119 line length. 2024-02-21 22:38:06 +01:00
py.typed refactor: move py.typed into django_components dir 2024-03-24 10:09:36 +01:00
template_loader.py Resolve media and template files relative to component class dir (#395), thanks @JuroOravec 2024-03-23 19:01:39 +01:00
types.py Add mypy support (#396), thanks @JuroOravec 2024-03-15 23:31:15 +01:00
utils.py refactor: change utils dir to file to fix missing import 2024-03-24 10:09:15 +01:00