You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -311,11 +311,8 @@ _For a complete listing of all available packages, see [Django Packages](https:/
311
311
-[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/).
312
312
313
313
### Templates
314
-
-[curlylint](https://www.curlylint.org/) - Experimental HTML templates linting for Jinja, Nunjucks, Django templates, Twig, Liquid.
315
314
-[django-components](https://github.com/django-components/django-components/) - A way to create simple reusable template components in Django.
316
315
-[django-template-partials](https://github.com/carltongibson/django-template-partials/) - Reusable named inline partials for the Django Template Language.
-[djlint](https://www.djlint.com/) - Lint & Format HTML Templates.
319
316
-[slippers](https://mitchel.me/slippers/) - Build reusable components in Django without writing a single line of Python.
320
317
-[JinjaX](https://jinjax.scaletti.dev/) - Super components powers for your Jinja templates.
321
318
-[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:/
357
354
-[django-stronghold](https://github.com/mgrouchy/django-stronghold) - Makes all your Django views default login_required.
358
355
-[neapolitan](https://github.com/carltongibson/neapolitan) - Quick CRUD views for Django.
359
356
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.
0 commit comments