Skip to content

Commit f11792f

Browse files
🤝 add new Developer Tooling section (#325)
1 parent 3a53309 commit f11792f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,11 +311,8 @@ _For a complete listing of all available packages, see [Django Packages](https:/
311311
- [django-tasks](https://github.com/realOrangeOne/django-tasks) - A reference implementation and backport of background workers and tasks in Django, based on [DEP 14](https://www.djangoproject.com/weblog/2024/may/29/django-enhancement-proposal-14-background-workers/).
312312

313313
### Templates
314-
- [curlylint](https://www.curlylint.org/) - Experimental HTML templates linting for Jinja, Nunjucks, Django templates, Twig, Liquid.
315314
- [django-components](https://github.com/django-components/django-components/) - A way to create simple reusable template components in Django.
316315
- [django-template-partials](https://github.com/carltongibson/django-template-partials/) - Reusable named inline partials for the Django Template Language.
317-
- [djhtml](https://github.com/rtts/djhtml) - Django/Jinja template indenter.
318-
- [djlint](https://www.djlint.com/) - Lint & Format HTML Templates.
319316
- [slippers](https://mitchel.me/slippers/) - Build reusable components in Django without writing a single line of Python.
320317
- [JinjaX](https://jinjax.scaletti.dev/) - Super components powers for your Jinja templates.
321318
- [django-cotton](https://django-cotton.com/) - Goodbye `{% raw %}{%{% endraw %} extends, block, include {% raw %}%}{% endraw %}`, Hello `<c-component />`. Bringing modern UI composition to Django.
@@ -357,6 +354,15 @@ _For a complete listing of all available packages, see [Django Packages](https:/
357354
- [django-stronghold](https://github.com/mgrouchy/django-stronghold) - Makes all your Django views default login_required.
358355
- [neapolitan](https://github.com/carltongibson/neapolitan) - Quick CRUD views for Django.
359356

357+
## Developer Tools
358+
359+
Standalone tools that help in developing Django projects.
360+
361+
### Templates
362+
- [curlylint](https://www.curlylint.org/) - Experimental HTML templates linting for Jinja, Nunjucks, Django templates, Twig, Liquid.
363+
- [djhtml](https://github.com/rtts/djhtml) - Django/Jinja template indenter.
364+
- [djlint](https://www.djlint.com/) - Lint & Format HTML Templates.
365+
360366
## Python Packages
361367

362368
_A short list of Python packages that work well with Django._

0 commit comments

Comments
 (0)