Compare commits

...

3 Commits

Author SHA1 Message Date
Andrey Bondar
1b253b8d01
Merge 2d4e27e798 into 0edc67ff4d 2024-11-21 12:10:43 +01:00
Will Vincent
0edc67ff4d remove fork me button that was not working 2024-11-20 20:33:43 -05:00
a_bondar
2d4e27e798 Added django-copyist to Model tools list 2024-11-01 11:14:39 +02:00

View File

@ -1,8 +1,6 @@
# Awesome Django [![Awesome](https://awesome.re/badge-flat.svg)](https://github.com/sindresorhus/awesome)
<a class="github-fork-ribbon right-top" href="https://github.com/wsvincent/awesome-django" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
> A curated list of awesome things related to Django. Maintained by [William Vincent](https://github.com/wsvincent) and [Jeff Triplett](https://github.com/jefftriplett).
> A curated list of awesome things related to Django. Maintained by [Will Vincent](https://github.com/wsvincent) and [Jeff Triplett](https://github.com/jefftriplett).
<br>
@ -256,6 +254,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/
- [django-recurrence](https://github.com/django-recurrence/django-recurrence) - Utility for working with recurring dates in Django.
- [django-treenode](https://github.com/fabiocaccamo/django-treenode) - Abstract model/admin for tree based stuff.
- [django-auto-prefetch](https://github.com/tolomea/django-auto-prefetch) - Automatically prefetch foreign key values as needed.
- [django-copyist](https://github.com/abondar/django-copyist) - Tool for precise and efficient django model copying.
### Performance
- [django-perf-rec](https://cur.at/GHUO6cn?m=web) - Keep detailed records of the performance of your Django code.