mirror of
https://github.com/django-components/django-components.git
synced 2025-08-04 22:38:00 +00:00
feat: add a command to list all components (#1041)
* feat: add a command to list all components * refactor: fix tests * refactor: fix linter errors * refactor: fix the tests for tests running within tox * temp: print out test outputs * refactor: fix tests for windows * refactor: remove escape from slash? * refactor: fixes to regex * refactor: remove print statements * docs: update API reference
This commit is contained in:
parent
107284f474
commit
0f41a62592
11 changed files with 647 additions and 63 deletions
|
@ -4,14 +4,9 @@
|
|||
|
||||
### <table><td>[Read the full documentation](https://django-components.github.io/django-components/latest/)</td></table>
|
||||
|
||||
<!-- TODO - Remove this banner after a month(?), so March 2025 -->
|
||||
> ⚠️ Attention ⚠️ - We migrated from `EmilStenstrom/django-components` to `django-components/django-components`.
|
||||
>
|
||||
> **Repo name and documentation URL changed. Package name remains the same.**
|
||||
>
|
||||
> Report any broken links links in [#922](https://github.com/django-components/django-components/issues/922).
|
||||
`django-components` is a modular and extensible UI framework for Django.
|
||||
|
||||
`django-components` combines Django's templating system with the modularity seen
|
||||
It combines Django's templating system with the modularity seen
|
||||
in modern frontend frameworks like Vue or React.
|
||||
|
||||
With `django-components` you can support Django projects small and large without leaving the Django ecosystem.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue