devmarks.io
Collections Pricing

Create your own public collection of bookmarks to share with others by logging in with GitHub.

All Collections

Underappreciated Django Libraries

7


 

Bookmarks

Django packages with less than 1000 stars on GitHub, but which are super helpful and should get more ❤️. All libraries have been tested and used in production.

GitHub

tolomea/django-auto-prefetch PythonBSD-3-Clause354 7 4

7 months, 1 week ago

Automatically prefetch foreign key values as needed

Instead of trying to manually use selected_related or prefetch_related, using this base model will automatically keep the Django ORM performant for most use-cases.

GitHub

PetrDlouhy/django-qsstats-magic Python99 19 4

4 years, 4 months ago

A django microframework that eases the generation of aggregate data for querysets.

django-qsstats-magic is super useful for generating data for charts from a QuerySet.

GitHub

stphivos/django-mock-queries PythonMIT319 53 8

7 months, 3 weeks ago

A library for mocking django queryset functions in memory for testing

Ever want to completely isolate using a QuerySet in your unittests? django-mock-queries can mock database queries in memory which can be even faster than using SQLite and prevent tests from performing any I/O.

GitHub

peterbe/django-cache-memoize PythonMPL-2.0149 31 7

1 year, 5 months ago

Django utility for a memoization decorator that uses the Django cache framework.

django-cache-memoize handles all the edge cases of caching function calls with the standard Django cache framework. Best when used after profiling with something like Django Debug Toolbar. Blog post with more elaborate examples: https://www.peterbe.com/plog/how-to-use-django-cache-memoize.

GitHub

skorokithakis/django-annoying PythonBSD-3-Clause920 88 28

8 months, 3 weeks ago

A django application that tries to eliminate annoying things in the Django framework. ⛺

django-annoying has become less essential for me for newer versions of Django, since the `render_to` and `ajax_request` decorators for FBVs have official replacements. However, it's still a helpful collection of small utilities. Plus, the name can't be beat.

GitHub

torchbox/django-libsass PythonBSD-3-Clause263 31 32

2 years ago

A django-compressor filter to compile SASS files using libsass

Sass is super useful to make CSS a little easier to deal with. Compile Sass files on-the-fly with django-compressor without a complicated build process.

GitHub

littlepea/django-docs JavaScriptBSD-3-Clause69 32 4

2 years, 5 months ago

Allows to serve Sphinx generated docs from django.

Super useful to include generated documentation from Sphinx in an existing Django project. I use it to serve the https://django-unicorn.com/docs/ documentation, but still have it integrated nicely into the rest of the Django site.

  • 1

devmarks.io is Bookmarking for Developers. Automatically sync all your developer resources to one place.

Login with GitHub
  • Collections
  • Articles
  • Built by @adamghill
  • Unicorn,
    Coltrane, &
    django-fbv
  • Django
  • Feather Icons
  • Hero Icons
  • Bulma CSS
  • About
  • Pricing
  • Terms of Service
  • Privacy Policy