From a56c3d07b178f96c35527d94d83241c07470031d Mon Sep 17 00:00:00 2001 From: "sur.la.route" <17788706+christopherpickering@users.noreply.github.com> Date: Thu, 5 Jan 2023 12:05:15 -0600 Subject: [PATCH] Update django.md --- docs/src/docs/languages/django.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/docs/languages/django.md b/docs/src/docs/languages/django.md index 4e6f898..3d23a56 100644 --- a/docs/src/docs/languages/django.md +++ b/docs/src/docs/languages/django.md @@ -29,3 +29,8 @@ profile="{{ tool }}"
Check out the configuration guide for all the options!
+ +## Real Life Examples! + +- [Django](https://github.com/django/django) source code [reformatted](https://github.com/RiversideHealthcare/djLint/compare/django-source...RiversideHealthcare:djLint:django-djlint) +- [Wagtail](https://github.com/wagtail/wagtail) source code [reformatted](https://github.com/RiversideHealthcare/djLint/compare/wagtail-source...RiversideHealthcare:djLint:wagtail-djlint)