https://github.com/andrewpetrochenkov/django-most-downloaded-packages
https://github.com/andrewpetrochenkov/django-most-downloaded-packages
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewpetrochenkov/django-most-downloaded-packages
- Owner: andrewpetrochenkov
- Created: 2021-01-25T09:05:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T19:53:02.000Z (about 4 years ago)
- Last Synced: 2025-02-26T09:41:57.302Z (3 months ago)
- Homepage:
- Size: 38.1 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
| `#` | Name | Description | Downloads |
| - | - | - | - |
| 1 | [djangorestframework](https://github.com/encode/django-rest-framework) | Web APIs for Django, made easy. | **2M**/month |
| 2 | [django-cors-headers](https://github.com/adamchainz/django-cors-headers) | django-cors-headers is a Django application for handling the server he... | **1M**/month |
| 3 | [django-filter](https://github.com/carltongibson/django-filter) | Django-filter is a reusable Django application for allowing users to f... | **1M**/month |
| 4 | [django-extensions](https://github.com/trbs/django-extensions) | Extensions for Django | **1M**/month |
| 5 | [django-storages](https://github.com/jschneier/django-storages) | Support for many storage backends in Django | **811k**/month |
| 6 | [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) | A configurable set of panels that display various debug information ab... | **722k**/month |
| 7 | [django-redis](https://github.com/jazzband/django-redis) | Full featured redis cache backend for Django. | **602k**/month |
| 8 | [django-appconf](https://github.com/django-compressor/django-appconf) | A helper class for handling configuration defaults of packaged apps gr... | **395k**/month |
| 9 | [django-model-utils](https://github.com/jazzband/django-model-utils) | Django model mixins and utilities | **391k**/month |
| 10 | [django-environ](https://github.com/joke2k/django-environ) | Django-environ allows you to utilize 12factor inspired environment var... | **341k**/month |
| 11 | [django-ipware](https://github.com/un33k/django-ipware) | A Django utility application that returns clients real IP address | **323k**/month |
| 12 | [django-import-export](https://github.com/django-import-export/django-import-export) | Django application and library for importing and exporting data with i... | **313k**/month |
| 13 | [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) | Best way to have Django DRY forms | **308k**/month |
| 14 | [django-timezone-field](https://github.com/mfogel/django-timezone-field) | A Django app providing database and form fields for pytz timezone obje... | **302k**/month |
| 15 | [django-celery-results](https://github.com/celery/django-celery-results) | Celery result backends for Django. | **280k**/month |
| 16 | [djangorestframework-simpl...](https://github.com/jazzband/django-rest-framework-simplejwt) | A minimal JSON Web Token authentication plugin for Django REST Framewo... | **278k**/month |
| 17 | [django-celery-beat](https://github.com/celery/django-celery-beat) | Database-backed Periodic Tasks. | **266k**/month |
| 18 | [django-webpack-loader](https://github.com/django-webpack/django-webpack-loader) | Transparently use webpack with django | **247k**/month |
| 19 | [django-js-asset](https://github.com/matthiask/django-js-asset) | script tag with additional attributes for django.forms.Media | **244k**/month |
| 20 | [django-allauth](https://github.com/pennersr/django-allauth) | Integrated set of Django applications addressing authentication, regis... | **236k**/month |
| 21 | [django-phonenumber-field](https://github.com/stefanfoulis/django-phonenumber-field) | An international phone number field for django models. | **229k**/month |
| 22 | [django-axes](https://github.com/jazzband/django-axes) | Keep track of failed login attempts in Django-powered sites. | **224k**/month |
| 23 | [django-rest-swagger](https://github.com/marcgibbons/django-rest-swagger) | Swagger UI for Django REST Framework 3.5+ | **210k**/month |
| 24 | [djangorestframework-jwt](https://github.com/jpadilla/django-rest-framework-jwt) | JSON Web Token based authentication for Django REST framework | **207k**/month |
| 25 | [django-mptt](https://github.com/django-mptt/django-mptt) | Utilities for implementing Modified Preorder Tree Traversal with your ... | **207k**/month |
| 26 | [django-stubs](https://github.com/typeddjango/django-stubs) | Mypy stubs for Django | **195k**/month |
| 27 | [django-countries](https://github.com/SmileyChris/django-countries) | Provides a country field for Django models. | **190k**/month |
| 28 | [django-nose](https://github.com/jazzband/django-nose) | Makes your Django tests simple and snappy | **183k**/month |
| 29 | [django-dirtyfields](https://github.com/romgar/django-dirtyfields) | Tracking dirty fields on a Django model instance (actively maintained) | **179k**/month |
| 30 | [django-simple-history](https://github.com/jazzband/django-simple-history) | Store model history and view/revert changes from admin site. | **173k**/month |
| 31 | [django-compressor](https://github.com/django-compressor/django-compressor) | Compresses linked and inline JavaScript or CSS into single cached file... | **166k**/month |
| 32 | [django-oauth-toolkit](https://github.com/jazzband/django-oauth-toolkit) | OAuth2 Provider for Django | **163k**/month |
| 33 | [django-bitfield](https://github.com/disqus/django-bitfield) | BitField in Django | **163k**/month |
| 34 | [django-waffle](https://github.com/django-waffle/django-waffle) | A feature flipper for Django. | **160k**/month |
| 35 | [djangorestframework-camel...](https://pypi.org/project/djangorestframework-camel-case/) | Camel case JSON support for Django REST framework. | **150k**/month |
| 36 | [django-widget-tweaks](https://github.com/jazzband/django-widget-tweaks) | Tweak the form field rendering in templates, not in python-level form ... | **148k**/month |
| 37 | [django-polymorphic](https://github.com/chrisglass/django-polymorphic) | Seamless polymorphic inheritance for Django models | **148k**/month |
| 38 | [django-guardian](https://github.com/django-guardian/django-guardian) | Implementation of per object permissions for Django. | **143k**/month |
| 39 | [django-taggit](https://github.com/jazzband/django-taggit.svg) | django-taggit is a reusable Django application for simple tagging. | **139k**/month |
| 40 | [django-reversion](https://github.com/etianen/django-reversion) | An extension to the Django web framework that provides version control... | **132k**/month |
| 41 | [django-tastypie](https://github.com/django-tastypie/django-tastypie) | A flexible & capable API layer for Django. | **131k**/month |
| 42 | [django-log-request-id](https://github.com/dabapps/django-log-request-id) | Django middleware and log filter to attach a unique ID to every log me... | **131k**/month |
| 43 | [django-silk](https://github.com/jazzband/django-silk) | Silky smooth profiling for the Django Framework | **129k**/month |
| 44 | [django-formtools](https://github.com/jazzband/django-formtools) | A set of high-level abstractions for Django forms | **128k**/month |
| 45 | [djangorestframework-stubs](https://github.com/typeddjango/djangorestframework-stubs) | PEP-484 stubs for django-rest-framework | **127k**/month |
| 46 | [django-ses](https://github.com/django-ses/django-ses) | A Django email backend for Amazons Simple Email Service | **122k**/month |
| 47 | [django-localflavor](https://github.com/django/django-localflavor) | Country-specific Django helpers | **121k**/month |
| 48 | [django-otp](https://github.com/django-otp/django-otp) | A pluggable framework for adding two-factor authentication to Django u... | **120k**/month |
| 49 | [django-braces](https://github.com/brack3t/django-braces) | Reusable, generic mixins for Django | **119k**/month |
| 50 | [django-mysql](https://github.com/adamchainz/django-mysql) | Django-MySQL extends Djangos built-in MySQL and MariaDB support their ... | **119k**/month |
| 51 | [django-prometheus](https://github.com/korfuri/django-prometheus) | Django middlewares to monitor your application with Prometheus.io. | **117k**/month |
| 52 | [django-anymail](https://github.com/anymail/django-anymail) | Django email integration for Amazon SES, Mailgun, Mailjet, Postmark, S... | **116k**/month |
| 53 | [djangorestframework-csv](https://github.com/mjumbewu/django-rest-framework-csv) | CSV Tools for Django REST Framework | **115k**/month |
| 54 | [django-treebeard](https://github.com/django-treebeard/django-treebeard) | Efficient tree implementations for Django | **114k**/month |
| 55 | [django-health-check](https://github.com/KristianOellegaard/django-health-check) | Run checks on services like databases, queue servers, celery processes... | **114k**/month |
| 56 | [django-picklefield](https://github.com/gintas/django-picklefield) | Pickled object field for Django | **113k**/month |
| 57 | [django-ckeditor](https://github.com/matthiask/django-ckeditor) | Django admin CKEditor integration. | **113k**/month |
| 58 | [django-celery](https://github.com/celery/django-celery) | Old django celery integration project. | **111k**/month |
| 59 | [django-redis-cache](https://github.com/sebleier/django-redis-cache) | Redis Cache Backend for Django | **109k**/month |
| 60 | [django-jenkins](https://github.com/kmmbvnr/django-jenkins) | Plug and play continuous integration with django and jenkins | **107k**/month |
| 61 | [django-crontab](https://github.com/kraiz/django-crontab) | dead simple crontab powered job scheduling for django | **105k**/month |
| 62 | [django-admin-rangefilter](https://github.com/silentsokolov/django-admin-rangefilter) | django-admin-rangefilter app, add the filter by a custom date range on... | **102k**/month |
| 63 | [django-js-reverse](https://github.com/ierror/django-js-reverse) | Javascript url handling for Django that doesnt hurt. | **96k**/month |
| 64 | [django-user-agents](https://github.com/selwin/django-user_agents) | A django package that allows easy identification of visitors browser, ... | **89k**/month |
| 65 | [django-jsonfield](https://github.com/adamchainz/django-jsonfield) | JSONField for django models | **87k**/month |
| 66 | [django-fsm](https://github.com/viewflow/django-fsm) | Django friendly finite state machine support. | **85k**/month |
| 67 | [django-haystack](https://github.com/django-haystack/django-haystack) | Pluggable search for Django. | **83k**/month |
| 68 | [django-tables2](https://github.com/jieter/django-tables2) | Table/data-grid framework for Django | **81k**/month |
| 69 | [django-grappelli](https://github.com/sehmaschine/django-grappelli) | A jazzy skin for the Django Admin-Interface. | **80k**/month |
| 70 | [django-csp](https://pypi.org/project/django-csp/) | Django Content Security Policy support. | **75k**/month |
| 71 | [django-coverage-plugin](https://pypi.org/project/django-coverage-plugin/) | Django template coverage.py plugin | **72k**/month |
| 72 | [django-requestlogging](https://pypi.org/project/django-requestlogging/) | Adds information about requests to logging records. | **72k**/month |
| 73 | [django-modeltranslation](https://github.com/deschler/django-modeltranslation) | Translates Django models using a registration approach. | **71k**/month |
| 74 | [django-bootstrap3](https://github.com/zostera/django-bootstrap3) | Bootstrap 3 support for Django projects | **68k**/month |
| 75 | [django-classy-tags](https://github.com/django-cms/django-classy-tags) | Class based template tags for Django | **68k**/month |
| 76 | [django-constance](https://github.com/jazzband/django-constance) | Django live settings with pluggable backends, including Redis. | **67k**/month |
| 77 | [django-bootstrap4](https://github.com/zostera/django-bootstrap4) | Bootstrap support for Django projects | **67k**/month |
| 78 | [django-bulk-update](https://github.com/aykut/django-bulk-update) | Bulk update using one query over Django ORM. | **67k**/month |
| 79 | [django-multiselectfield](https://github.com/goinnn/django-multiselectfield) | Django multiple select field | **67k**/month |
| 80 | [django-auth-ldap](https://github.com/django-auth-ldap/django-auth-ldap) | Django LDAP authentication backend. | **67k**/month |
| 81 | [django-ratelimit](https://github.com/jsocol/django-ratelimit) | Cache-based rate-limiting for Django. | **66k**/month |
| 82 | [django-tinymce](https://github.com/jazzband/django-tinymce) | A Django application that contains a widget to render a form field as ... | **63k**/month |
| 83 | [django-compat](https://github.com/arteria/django-compat) | For- and backwards compatibility layer for Django 1.4, 1.7, 1.8, 1.9, ... | **63k**/month |
| 84 | [django-heroku](https://github.com/heroku/django-heroku) | This is a Django library for Heroku apps. | **62k**/month |
| 85 | [django-cacheops](https://github.com/Suor/django-cacheops) | A slick ORM cache with automatic granular event-driven invalidation fo... | **60k**/month |
| 86 | [django-rq](https://github.com/rq/django-rq) | An app that provides django integration for RQ (Redis Queue) | **56k**/month |
| 87 | [django-admin-sortable2](https://pypi.org/project/django-admin-sortable2/) | Generic drag-and-drop sorting for the List, the Stacked- and the Tabul... | **55k**/month |
| 88 | [djangorestframework-xml](https://pypi.org/project/djangorestframework-xml/) | XML support for Django REST Framework | **55k**/month |
| 89 | [django-imagekit](https://github.com/matthewwithanm/django-imagekit) | Automated image processing for Django models. | **54k**/month |
| 90 | [django-recaptcha](https://github.com/praekelt/django-recaptcha) | Django recaptcha form field/widget app. | **54k**/month |
| 91 | [django-modelcluster](https://pypi.org/project/django-modelcluster/) | Django extension to allow working with clusters of models as a single ... | **54k**/month |
| 92 | [django-colorfield](https://github.com/fabiocaccamo/django-colorfield) | simple color field for your models with a nice color-picker in the adm... | **54k**/month |
| 93 | [django-revproxy](https://github.com/TracyWebTech/django-revproxy) | Yet another Django reverse proxy application. | **53k**/month |
| 94 | [django-sekizai](https://github.com/django-cms/django-sekizai) | Django Sekizai | **52k**/month |
| 95 | [django-nested-admin](https://github.com/theatlantic/django-nested-admin) | Django admin classes that allow for nested inlines | **51k**/month |
| 96 | [django-autoslug](https://github.com/justinmayer/django-autoslug) | An automated slug field for Django. | **51k**/month |
| 97 | [django-cookies-samesite](https://github.com/jotes/django-cookies-samesite) | Middleware which sets SameSite flag for session and csrf cookies in le... | **51k**/month |
| 98 | [django-elasticsearch-dsl](https://github.com/django-es/django-elasticsearch-dsl) | Wrapper around elasticsearch-dsl-py for django models | **50k**/month |
| 99 | [django-json-widget](https://github.com/jmrivas86/django-json-widget) | Django json widget is an alternative widget that makes it easy to edit... | **50k**/month |
| 100 | [django-annoying](https://pypi.org/project/django-annoying/) | This is a django application that tries to eliminate annoying things i... | **48k**/month |
| 101 | [django-fernet-fields](https://github.com/orcasgit/django-fernet-fields) | Fernet-encrypted model fields for Django | **48k**/month |
| 102 | [django-statici18n](https://github.com/zyegfryed/django-statici18n) | A Django app that provides helper for generating Javascript catalog to... | **48k**/month |
| 103 | [django-money](https://github.com/django-money/django-money) | Adds support for using money and currency fields in django models and ... | **46k**/month |
| 104 | [django-object-actions](https://github.com/crccheck/django-object-actions) | A Django app for adding object tools for models in the admin | **46k**/month |
| 105 | [django-cors-middleware](https://github.com/zestedesavoir/django-cors-middleware) | django-cors-middleware is a Django application for handling the server... | **46k**/month |
| 106 | [django-pipeline](https://github.com/jazzband/django-pipeline) | Pipeline is an asset packaging library for Django. | **45k**/month |
| 107 | [django-two-factor-auth](https://github.com/Bouke/django-two-factor-auth) | Complete Two-Factor Authentication for Django | **45k**/month |
| 108 | [django-hijack](https://github.com/django-hijack/django-hijack) | django-hijack allows superusers to hijack (=login as) and work on beha... | **45k**/month |
| 109 | [djangorestframework-gis](https://github.com/openwisp/django-rest-framework-gis) | Geographic add-ons for Django Rest Framework | **45k**/month |
| 110 | [django-configurations](https://github.com/jazzband/django-configurations) | A helper for organizing Django settings. | **45k**/month |
| 111 | [django-cleanup](https://github.com/un1t/django-cleanup) | Deletes old files. | **44k**/month |
| 112 | [django-solo](https://github.com/lazybird/django-solo) | Django Solo helps working with singletons | **44k**/month |
| 113 | [django-select2](https://github.com/codingjoe/django-select2) | Select2 option fields for Django | **44k**/month |
| 114 | [django-enumfields](https://github.com/hzdg/django-enumfields) | Real Python Enums for Django. | **43k**/month |
| 115 | [django-sslserver](https://github.com/teddziuba/django-sslserver) | An SSL-enabled development server for Django | **42k**/month |
| 116 | [django-bootstrap-form](https://github.com/tzangms/django-bootstrap-form) | django-bootstrap-form | **42k**/month |
| 117 | [django-ordered-model](https://pypi.org/project/django-ordered-model/) | Allows Django models to be ordered and provides a simple admin interfa... | **42k**/month |
| 118 | [django-push-notifications](https://github.com/jazzband/django-push-notifications) | Send push notifications to mobile devices through GCM, APNS or WNS and... | **41k**/month |
| 119 | [django-mathfilters](https://github.com/dbrgn/django-mathfilters) | A set of simple math filters for Django | **41k**/month |
| 120 | [django-templated-email](https://github.com/vintasoftware/django-templated-email) | A Django oriented templated / transaction email abstraction | **40k**/month |
| 121 | [django-redis-sessions](https://github.com/martinrusev/django-redis-sessions) | Redis Session Backend For Django | **40k**/month |
| 122 | [django-registration](https://github.com/ubernostrum/django-registration) | An extensible user-registration application for Django | **39k**/month |
| 123 | [django-graphql-jwt](https://github.com/flavors/django-graphql-jwt) | JSON Web Token for Django GraphQL | **38k**/month |
| 124 | [django-admin-tools](https://github.com/django-admin-tools/django-admin-tools) | A collection of tools for the django administration interface | **38k**/month |
| 125 | [django-adminplus](https://github.com/jsocol/django-adminplus) | Add new pages to the Django admin. | **38k**/month |
| 126 | [django-templated-mail](https://github.com/sunscrapers/django-templated-mail) | Send emails using Django template system. | **38k**/month |
| 127 | [django-admin-sso](https://github.com/matthiask/django-admin-sso) | Django SSO solution | **38k**/month |
| 128 | [django-ajax-selects](https://github.com/crucialfelix/django-ajax-selects) | Edit ForeignKey, ManyToManyField and CharField in Django Admin using j... | **37k**/month |
| 129 | [django-dotenv](https://github.com/jpadilla/django-dotenv) | foreman reads from .env. manage.py doesnt. Lets fix that. | **37k**/month |
| 130 | [django-test-without-migra...](https://github.com/henriquebastos/django-test-without-migrations) | Disable migrations when running your Django tests. | **37k**/month |
| 131 | [django-rest-slack](https://github.com/jordaneremieff/django-rest-slack) | A simple, reusable Django app for handling and storing Slack events an... | **37k**/month |
| 132 | [django-rest-passwordreset](https://github.com/anexia-it/django-rest-passwordreset) | An extension of django rest framework, providing a configurable passwo... | **36k**/month |
| 133 | [django-impersonate](https://pypi.org/project/django-impersonate/) | Django app to allow superusers to impersonate other users. | **36k**/month |
| 134 | [django-filer](https://github.com/django-cms/django-filer) | A file management application for django that makes handling of files ... | **35k**/month |
| 135 | [django-jinja](https://github.com/niwinz/django-jinja) | Jinja2 templating language integrated in Django. | **35k**/month |
| 136 | [django-extra-views](https://github.com/AndrewIngram/django-extra-views) | Extra class-based views for Django | **34k**/month |
| 137 | [django-rest-knox](https://github.com/James1345/django-rest-knox) | Authentication for django rest framework | **34k**/month |
| 138 | [django-webtest](https://github.com/django-webtest/django-webtest) | Instant integration of Ian Bickings WebTest (http://docs.pylonsproject... | **34k**/month |
| 139 | [django-sendgrid-v5](https://github.com/sklarsa/django-sendgrid-v5) | An implementation of Djangos EmailBackend compatible with sendgrid-pyt... | **34k**/month |
| 140 | [django-adminactions](https://github.com/saxix/django-adminactions) | Collections of useful actions to use with django.contrib.admin.ModelAd... | **33k**/month |
| 141 | [django-celery-email](https://github.com/pmclanahan/django-celery-email) | An async Django email backend using celery | **33k**/month |
| 142 | [django-dbsettings](https://github.com/zlorf/django-dbsettings) | Application settings whose values can be updated while a project is up... | **33k**/month |
| 143 | [djangorestframework-filte...](https://github.com/philipn/django-rest-framework-filters) | Better filtering for Django REST Framework | **32k**/month |
| 144 | [django-contrib-comments](https://github.com/django/django-contrib-comments) | The code formerly known as django.contrib.comments. | **32k**/month |
| 145 | [django-reversion-compare](https://pypi.org/project/django-reversion-compare/) | history compare for django-reversion | **32k**/month |
| 146 | [django-sortedm2m](https://pypi.org/project/django-sortedm2m/) | Drop-in replacement for djangos many to many field with sorted relatio... | **31k**/month |
| 147 | [django-crum](https://github.com/ninemoreminutes/django-crum) | Django middleware to capture current request and user. | **31k**/month |
| 148 | [django-dbbackup](https://github.com/django-dbbackup/django-dbbackup) | Management commands to help backup and restore a project database and ... | **30k**/month |
| 149 | [django-admin-sortable](https://github.com/alsoicode/django-admin-sortable) | Drag and drop sorting for models and inline models in Django admin. | **30k**/month |
| 150 | [django-split-settings](https://github.com/sobolevn/django-split-settings) | Organize Django settings into multiple files and directories. Easily o... | **29k**/month |
| 151 | [django-sass-processor](https://github.com/jrief/django-sass-processor) | SASS processor to compile SCSS files into *.css, while rendering, or o... | **29k**/month |
| 152 | [django-dynamic-fixture](https://github.com/paulocheque/django-dynamic-fixture) | A full library to create dynamic model instances for testing purposes. | **29k**/month |
| 153 | [django-url-filter](https://github.com/miki725/django-url-filter) | Django URL Filter provides a safe way to filter data via human-friendl... | **29k**/month |
| 154 | [django-prettyjson](https://github.com/kevinmickey/django-prettyjson) | Enables pretty JSON viewer in Django forms, admin, or templates | **29k**/month |
| 155 | [django-boto](https://github.com/qnub/django-boto) | Wrapper of boto package for django | **29k**/month |
| 156 | [django-htmlmin](https://github.com/cobrateam/django-htmlmin) | HTML minifier for Python frameworks (not only Django, despite the name... | **28k**/month |
| 157 | [django-safedelete](https://github.com/makinacorpus/django-safedelete) | Mask your objects instead of deleting them from your database. | **28k**/month |
| 158 | [django-memoize](https://github.com/unhaggle/django-memoize) | An implementation of memoization technique for Django. | **28k**/month |
| 159 | [django-smtp-ssl](https://pypi.org/project/django-smtp-ssl/) | SMTP SSL email backend for Django | **28k**/month |
| 160 | [django-suit](https://github.com/darklow/django-suit) | Modern theme for Django admin interface. | **27k**/month |
| 161 | [django-rosetta](https://pypi.org/project/django-rosetta/) | A Django application that eases the translation of Django projects | **27k**/month |
| 162 | [django-hosts](https://github.com/jazzband/django-hosts) | Dynamic and static host resolving for Django. Maps hostnames to URLcon... | **27k**/month |
| 163 | [django-versatileimagefiel...](https://github.com/respondcreate/django-versatileimagefield) | A drop-in replacement for djangos ImageField that provides a flexible,... | **27k**/month |
| 164 | [django-watchman](https://github.com/mwarkentin/django-watchman) | django-watchman exposes a status endpoint for your backing services | **27k**/month |
| 165 | [django-admin-list-filter-...](https://github.com/mrts/django-admin-list-filter-dropdown) | Use dropdowns in Django admin list filter | **27k**/month |
| 166 | [django-choices](https://github.com/bigjason/django-choices) | Sanity for the django choices functionality. | **27k**/month |
| 167 | [django-bower](https://github.com/nvbn/django-bower) | Integrate django with bower | **26k**/month |
| 168 | [djangorestframework-api-k...](https://github.com/florimondmanca/djangorestframework-api-key) | API key permissions for the Django REST Framework | **26k**/month |
| 169 | [djangorestframework-recur...](https://github.com/heywbj/django-rest-framework-recursive) | Recursive Serialization for Django REST framework | **26k**/month |
| 170 | [django-jet](https://github.com/geex-arts/django-jet) | Modern template for Django admin interface with improved functionality | **25k**/month |
| 171 | [django-background-tasks](https://github.com/arteria/django-background-tasks) | Database backed asynchronous task queue | **25k**/month |
| 172 | [django-debug-toolbar-requ...](https://pypi.org/project/django-debug-toolbar-request-history/) | Request History Panel for Django Debug Toolbar | **25k**/month |
| 173 | [django-config-models](https://github.com/edx/django-config-models) | Configuration models for Django allowing config management with auditi... | **25k**/month |
| 174 | [django-organizations](https://pypi.org/project/django-organizations/) | Group accounts for Django | **25k**/month |
| 175 | [django-statsd-mozilla](https://github.com/django-statsd/django-statsd) | Django interface with statsd | **24k**/month |
| 176 | [django-currentuser](https://github.com/PaesslerAG/django-currentuser) | Conveniently store reference to request user on thread/db level. | **24k**/month |
| 177 | [django-q](https://github.com/Koed00/django-q) | A multiprocessing distributed task queue for Django | **23k**/month |
| 178 | [django-cachalot](https://github.com/noripyt/django-cachalot) | Caches your Django ORM queries and automatically invalidates them. | **23k**/month |
| 179 | [django-libsass](https://github.com/torchbox/django-libsass) | A django-compressor filter to compile SASS files using libsass | **23k**/month |
| 180 | [django-maintenance-mode](https://github.com/fabiocaccamo/django-maintenance-mode) | django-maintenance-mode shows a 503 error page when maintenance-mode i... | **23k**/month |
| 181 | [django-settings-export](https://github.com/jakubroztocil/django-settings-export) | This Django app allows you to export certain settings to your template... | **23k**/month |
| 182 | [django-admin-autocomplete...](https://github.com/farhan0581/django-admin-autocomplete-filter) | A simple Django app to render list filters in django admin using autoc... | **23k**/month |
| 183 | [django-tagging](https://github.com/Fantomas42/django-tagging) | Generic tagging application for Django | **23k**/month |
| 184 | [django-allow-cidr](https://github.com/mozmeao/django-allow-cidr) | A Django Middleware to enable use of CIDR IP ranges in ALLOWED_HOSTS. | **23k**/month |
| 185 | [django-pandas](https://github.com/chrisdev/django-pandas) | Tools for working with pydata.pandas in your Django projects | **22k**/month |
| 186 | [django-parler](https://github.com/django-parler/django-parler) | Simple Django model translations without nasty hacks, featuring nice a... | **22k**/month |
| 187 | [django-cas-ng](https://github.com/django-cas-ng/django-cas-ng) | Django CAS 1.0/2.0/3.0 client authentication library, support Django 2... | **22k**/month |
| 188 | [django-slack](https://github.com/lamby/django-slack) | Provides easy-to-use integration between Django projects and the Slack... | **22k**/month |
| 189 | [django-request-logging](https://github.com/Rhumbix/django-request-logging) | Django middleware that logs http request body. | **22k**/month |
| 190 | [django-render-block](https://github.com/clokep/django-render-block) | Render a particular block from a template to a string. | **22k**/month |
| 191 | [django-simple-captcha](https://pypi.org/project/django-simple-captcha/) | A very simple, yet powerful, Django captcha application | **21k**/month |
| 192 | [djangorestframework-jsona...](https://github.com/django-json-api/django-rest-framework-json-api) | A Django REST framework API adapter for the JSON API spec. | **21k**/month |
| 193 | [django-leaflet](https://github.com/makinacorpus/django-leaflet) | Use Leaflet in your django projects | **21k**/month |
| 194 | [django-test-plus](https://github.com/revsys/django-test-plus) | django-test-plus provides useful additions to Djangos default TestCase | **21k**/month |
| 195 | [django-elasticsearch-dsl-...](https://github.com/barseghyanartur/django-elasticsearch-dsl-drf) | Integrate Elasticsearch DSL with Django REST framework. | **21k**/month |
| 196 | [django-common-helpers](https://github.com/Tivix/django-common) | Common things every Django app needs! | **21k**/month |
| 197 | [django-structlog](https://github.com/jrobichaud/django-structlog) | Structured Logging for Django | **21k**/month |
| 198 | [django-rest-polymorphic](https://github.com/apirobot/django-rest-polymorphic) | Polymorphic serializers for Django REST Framework. | **21k**/month |
| 199 | [django-pglocks](https://github.com/Xof/django-pglocks) | django_pglocks provides useful context managers for advisory locks for... | **21k**/month |
| 200 | [django-cache-url](https://github.com/epicserve/django-cache-url) | Use Cache URLs in your Django application. | **21k**/month |
| 201 | [django-notifications-hq](https://github.com/django-notifications/django-notifications) | GitHub notifications alike app for Django. | **20k**/month |
| 202 | [django-s3-storage](https://github.com/etianen/django-s3-storage) | Django Amazon S3 file storage. | **20k**/month |
| 203 | [django-twilio](https://github.com/rdegges/django-twilio) | Build Twilio functionality into your Django apps. | **20k**/month |
| 204 | [django-nine](https://github.com/barseghyanartur/django-nine) | Version checking library. | **20k**/month |
| 205 | [django-summernote](https://github.com/summernote/django-summernote) | Summernote plugin for Django | **19k**/month |
| 206 | [django-cron](https://github.com/Tivix/django-cron) | Running python crons in a Django project | **19k**/month |
| 207 | [django-rest-framework-mon...](https://github.com/umutbozkurt/django-rest-framework-mongoengine) | MongoEngine support for Django Rest Framework. | **19k**/month |
| 208 | [django-enumfield](https://github.com/5monkeys/django-enumfield) | Custom Django field for using enumerations of named constants | **19k**/month |
| 209 | [django-colorful](https://github.com/charettes/django-colorful) | An extension to the Django web framework that provides database and fo... | **19k**/month |
| 210 | [djangorestframework-jsonp](https://pypi.org/project/djangorestframework-jsonp/) | JSONP support for Django REST Framework | **19k**/month |
| 211 | [django-hijack-admin](https://pypi.org/project/django-hijack-admin/) | Django admin integration for Django Hijack (https://github.com/arteria... | **19k**/month |
| 212 | [django-markdownx](https://github.com/neutronX/django-markdownx) | A comprehensive Markdown editor built for Django. | **18k**/month |
| 213 | [django-pagedown](https://github.com/timmyomahony/django-pagedown) | A Django app that allows the easy addition of Stack Overflows PageDown... | **18k**/month |
| 214 | [django-wkhtmltopdf](https://github.com/incuna/django-wkhtmltopdf) | Converts HTML to PDF using wkhtmltopdf. | **18k**/month |
| 215 | [django-hashid-field](https://github.com/nshafer/django-hashid-field) | A Hashids obfuscated Django Model Field | **18k**/month |
| 216 | [django-cache-memoize](https://github.com/peterbe/django-cache-memoize) | Django utility for a memoization decorator that uses the Django cache ... | **18k**/month |
| 217 | [django-daterange-filter](https://github.com/tzulberti/django-datefilterspec) | Allow to filter by a custom date range on the Django Admin | **18k**/month |
| 218 | [django-admin-interface](https://github.com/fabiocaccamo/django-admin-interface) | django-admin-interface is a modern responsive flat admin interface cus... | **17k**/month |
| 219 | [django-pyodbc-azure](https://github.com/michiya/django-pyodbc-azure) | Django backend for Microsoft SQL Server and Azure SQL Database using p... | **17k**/month |
| 220 | [django-migration-linter](https://github.com/3YOURMIND/django-migration-linter) | Detect backward incompatible migrations for your django project | **17k**/month |
| 221 | [django-mock-queries](https://github.com/stphivos/django-mock-queries) | A django library for mocking queryset functions in memory for testing | **17k**/month |
| 222 | [djangosaml2](https://github.com/peppelinux/djangosaml2) | pysaml2 integration for Django | **17k**/month |
| 223 | [django-amazon-ses](https://github.com/azavea/django-amazon-ses) | A Django email backend that uses Boto3 to interact with Amazon Simple ... | **17k**/month |
| 224 | [djangorestframework-expan...](https://github.com/silverlogic/djangorestframework-expander) | A serializer mixin for Django REST Framework to expand object represen... | **17k**/month |
| 225 | [django-ranged-response](https://pypi.org/project/django-ranged-response/) | Modified Django FileResponse that adds Content-Range headers. | **17k**/month |
| 226 | [django-oscar](https://github.com/django-oscar/django-oscar) | A domain-driven e-commerce framework for Django | **16k**/month |
| 227 | [django-smart-selects](https://github.com/jazzband/django-smart-selects) | Django application to handle chained model fields. | **16k**/month |
| 228 | [django-floppyforms](https://github.com/jazzband/django-floppyforms) | Full control of form rendering in the templates | **16k**/month |
| 229 | [django-admin-honeypot](https://github.com/dmpayton/django-admin-honeypot) | A fake Django admin login screen to notify admins of attempted unautho... | **16k**/month |
| 230 | [django-debug-panel](https://github.com/recamshak/django-debug-panel) | django-debug-toolbar in WebKit DevTools. Works fine with background Aj... | **16k**/month |
| 231 | [django-sslify](https://pypi.org/project/django-sslify/) | Force SSL on your Django site. | **16k**/month |
| 232 | [django-uuidfield](https://github.com/dcramer/django-uuidfield) | UUIDField in Django | **16k**/month |
| 233 | [django-loginas](https://github.com/skorokithakis/django-loginas) | An app to add a Log in as user button in the Django user admin page. | **16k**/month |
| 234 | [django-cryptography](https://github.com/georgemarshall/django-cryptography) | Easily encrypt data in Django | **16k**/month |
| 235 | [django-static](https://pypi.org/project/django-static/) | Template tags for better serving static files from templates in Django | **16k**/month |
| 236 | [django-fsm-admin](https://github.com/gadventures/django-fsm-admin) | Integrate django-fsm state transitions into the django admin | **16k**/month |
| 237 | [django-mssql-backend](https://github.com/ESSolutions/django-mssql-backend) | Django backend for Microsoft SQL Server | **16k**/month |
| 238 | [djangoldp](https://pypi.org/project/djangoldp/) | Linked Data Platform interface for Django Rest Framework | **16k**/month |
| 239 | [django-otp-twilio](https://pypi.org/project/django-otp-twilio/) | A django-otp plugin that delivers tokens via Twilios SMS service. | **16k**/month |
| 240 | [djangorestframework-oauth](https://pypi.org/project/djangorestframework-oauth/) | OAuth support for Django REST Framework | **16k**/month |
| 241 | [django-activity-stream](https://github.com/justquick/django-activity-stream) | Generate generic activity streams from the actions on your site. Users... | **15k**/month |
| 242 | [django-registration-redux](https://github.com/macropin/django-registration) | An extensible user-registration application for Django | **15k**/month |
| 243 | [django-flat-theme](https://github.com/elky/django-flat-theme) | A flat theme for Django admin interface. Modern, fresh, simple. | **15k**/month |
| 244 | [django-auditlog](https://github.com/jazzband/django-auditlog) | Audit log app for Django | **15k**/month |
| 245 | [django-session-security](https://github.com/yourlabs/django-session-security) | Client and server side session timeout with warnings | **15k**/month |
| 246 | [django-flat-responsive](https://github.com/elky/django-flat-responsive) | An extension for Django admin that makes interface mobile friendly. | **15k**/month |
| 247 | [django-jsonview](https://github.com/jsocol/django-jsonview) | Always return JSON from your Django view. | **15k**/month |
| 248 | [djangorestframework-query...](https://github.com/wimglenn/djangorestframework-queryfields) | Serialize a partial subset of fields in the API | **15k**/month |
| 249 | [django-taggit-serializer](https://github.com/glemmaPaul/django-taggit-serializer) | The Django Taggit serializer for tDjango REST Framework | **15k**/month |
| 250 | [django-better-admin-array...](https://github.com/gradam/django-better-admin-arrayfield) | Better ArrayField widget for admin | **15k**/month |
| 251 | [django-composite-foreignk...](https://pypi.org/project/django-composite-foreignkey/) | composite foreignkey support for django | **15k**/month |
| 252 | [django-migration-testcase](https://github.com/plumdog/django_migration_testcase) | For testing migrations in Django | **15k**/month |
| 253 | [django-six](https://github.com/django-xxx/django-six) | Django-six —— Django Compatibility Library | **15k**/month |
| 254 | [django-lifecycle](https://github.com/rsinger86/django-lifecycle) | Declarative model lifecycle hooks. | **14k**/month |
| 255 | [django-secure](https://github.com/carljm/django-secure) | Utilities and a linter to help you make your Django site more secure. | **14k**/month |
| 256 | [django-saml2-auth](https://github.com/fangli/django-saml2-auth) | Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO... | **14k**/month |
| 257 | [django-rest-multiple-mode...](https://github.com/MattBroach/DjangoRestMultipleModels) | Multiple model/queryset view (and mixin) for Django Rest Framework | **14k**/month |
| 258 | [django-recurrence](https://github.com/django-recurrence/django-recurrence) | Django utility wrapping dateutil.rrule | **14k**/month |
| 259 | [django-partial-index](https://github.com/mattiaslinnap/django-partial-index) | PostgreSQL and SQLite partial indexes for Django models | **14k**/month |
| 260 | [django-cas-server](https://github.com/nitmir/django-cas-server) | A Django Central Authentication Service server implementing the CAS Pr... | **14k**/month |
| 261 | [djangosaml2idp](https://github.com/OTA-Insight/djangosaml2idp) | SAML 2.0 Identity Provider for Django | **14k**/month |
| 262 | [django-fake-model](https://github.com/erm0l0v/django-fake-model) | Simple library for creating fake models in the unit tests. | **14k**/month |
| 263 | [django-quickbooks-online](https://github.com/grue/django-quickbooks-online) | Django Quickbooks App | **14k**/month |
| 264 | [django-friendly-tag-loade...](https://github.com/ataylor32/django-friendly-tag-loader) | Want to optionally use a template tag library? Use this! | **14k**/month |
| 265 | [django-excel-response2](https://github.com/django-xxx/django-excel-response2) | A function extends of Tarkens django-excel-response | **14k**/month |
| 266 | [django-datatables-view](https://pypi.org/project/django-datatables-view/) | Django datatables view | **14k**/month |
| 267 | [django-filepicker](https://pypi.org/project/django-filepicker/) | Official Filepicker Django Library | **14k**/month |
| 268 | [django-rest-framework-soc...](https://github.com/RealmTeam/django-rest-framework-social-oauth2) | python-social-auth and oauth2 support for django-rest-framework | **13k**/month |
| 269 | [django-sendfile](https://github.com/johnsensible/django-sendfile) | Abstraction to offload file uploads to web-server (e.g. Apache with mo... | **13k**/month |
| 270 | [django-postgres-extra](https://github.com/SectorLabs/django-postgres-extra) | Bringing all of PostgreSQLs awesomeness to Django. | **13k**/month |
| 271 | [django-robots](https://github.com/jazzband/django-robots) | Robots exclusion application for Django, complementing Sitemaps. | **13k**/month |
| 272 | [django-excel](https://github.com/pyexcel-webwares/django-excel) | A django middleware that provides one application programminginterface... | **13k**/month |
| 273 | [django-easy-audit](https://github.com/soynatan/django-easy-audit) | Yet another Django audit log app, hopefully the simplest one. | **13k**/month |
| 274 | [django-mptt-admin](https://github.com/mbraak/django-mptt-admin) | Django-mptt-admin provides a nice Django Admin interface for Mptt mode... | **13k**/month |
| 275 | [djangorestframework-datat...](https://github.com/izimobil/django-rest-framework-datatables) | Seamless integration between Django REST framework and Datatables (htt... | **13k**/month |
| 276 | [django-modeladmin-reorder](https://github.com/mishbahr/django-modeladmin-reorder) | Custom ordering for the apps and models in the admin app. | **13k**/month |
| 277 | [django-bootstrap-datepick...](https://github.com/monim67/django-bootstrap-datepicker-plus) | Bootstrap3/Bootstrap4 DatePickerInput, TimePickerInput, DateTimePicker... | **13k**/month |
| 278 | [django-fsm-log](https://github.com/gizmag/django-fsm-log) | Logging for django-fsm | **13k**/month |
| 279 | [django-sequences](https://pypi.org/project/django-sequences/) | Generate gapless sequences of integer values. | **13k**/month |
| 280 | [django-jsoneditor](https://github.com/nnseva/django-jsoneditor) | Django JSON Editor | **13k**/month |
| 281 | [django-deprecate-fields](https://github.com/3YOURMIND/django-deprecate-fields) | This package allows deprecating model fields and allows removing them ... | **13k**/month |
| 282 | [django-request-id](https://github.com/nigma/django-request-id) | Augment each request with unique id for logging purposes | **13k**/month |
| 283 | [django-encrypted-model-fi...](https://pypi.org/project/django-encrypted-model-fields/) | A set of django fields that internally are encrypted using the cryptog... | **13k**/month |
| 284 | [django-sql-explorer](https://github.com/groveco/django-sql-explorer) | A pluggable app that allows users (admins) to execute SQL, view, and e... | **12k**/month |
| 285 | [django-tenant-schemas](https://github.com/bernardopires/django-tenant-schemas) | Tenant support for Django using PostgreSQL schemas. | **12k**/month |
| 286 | [django-watson](https://github.com/etianen/django-watson) | Full-text multi-table search application for Django. Easy to install a... | **12k**/month |
| 287 | [django-queryinspect](https://github.com/dobarkod/django-queryinspect) | Django Query Inspector | **12k**/month |
| 288 | [django-querycount](https://github.com/bradmontgomery/django-querycount) | Middleware that Prints the number of DB queries to the runserver conso... | **12k**/month |
| 289 | [django-el-pagination](https://github.com/shtalinberg/django-el-pagination) | Django pagination tools supporting Ajax, multiple and lazy pagination,... | **12k**/month |
| 290 | [django-stdimage](https://pypi.org/project/django-stdimage/) | Django Standarized Image Field | **12k**/month |
| 291 | [django-db-geventpool](https://github.com/jneight/django-db-geventpool) | Add a DB connection pool using gevent to django | **12k**/month |
| 292 | [django-netfields](https://pypi.org/project/django-netfields/) | Django PostgreSQL netfields implementation | **12k**/month |
| 293 | [djangorestframework-guard...](https://github.com/rpkilby/django-rest-framework-guardian) | django-guardian support for Django REST Framework | **12k**/month |
| 294 | [django-babel](https://github.com/python-babel/django-babel) | Utilities for using Babel in Django | **12k**/month |
| 295 | [django-admin](https://github.com/django-xxx/django-admin) | Django Admin Extensions | **12k**/month |
| 296 | [django-excel-base](https://github.com/django-xxx/django-excel-base) | Django Excel Base | **12k**/month |
| 297 | [django-swstags](https://github.com/stoneworksolutions/django-swstags) | | **12k**/month |
| 298 | [django-tagging-plateiq](https://github.com/inzunzo/django-tagging-plateiq) | Generic tagging application for Django with support for CharText IDs | **12k**/month |
| 299 | [django-material](https://pypi.org/project/django-material/) | Material design for django forms and admin | **11k**/month |
| 300 | [django-tenants](https://github.com/django-tenants/django-tenants) | Tenant support for Django using PostgreSQL schemas. | **11k**/month |
| 301 | [django-post-office](https://github.com/ui/django-post_office) | A Django app to monitor and send mail asynchronously, complete with te... | **11k**/month |
| 302 | [django-paypal](https://github.com/spookylukey/django-paypal) | A pluggable Django application for integrating PayPal Payments Standar... | **11k**/month |
| 303 | [django-defender](https://github.com/jazzband/django-defender) | redis based Django app that locks out users after too many failed logi... | **11k**/month |
| 304 | [django-role-permissions](https://github.com/vintasoftware/django-role-permissions) | A django app for role based permissions. | **11k**/month |
| 305 | [django-fixture-magic](https://github.com/davedash/django-fixture-magic) | A few extra management tools to handle fixtures. | **11k**/month |
| 306 | [django-meta](https://github.com/nephila/django-meta) | Pluggable app for handling webpage meta tags and OpenGraph properties | **11k**/month |
| 307 | [django-python3-ldap](https://github.com/etianen/django-python3-ldap) | Django LDAP user authentication backend for Python 3. | **11k**/month |
| 308 | [django-nested-inline](https://github.com/s-block/django-nested-inline) | Recursive nesting of inline forms for Django Admin | **11k**/month |
| 309 | [django-weasyprint](https://github.com/fdemmer/django-weasyprint) | Django WeasyPrint CBV | **11k**/month |
| 310 | [django-test-migrations](https://github.com/wemake-services/django-test-migrations) | Test django schema and data migrations, including ordering | **11k**/month |
| 311 | [django-queryset-csv](https://pypi.org/project/django-queryset-csv/) | A simple python module for writing querysets to csv | **11k**/month |
| 312 | [django-s3-folder-storage](https://pypi.org/project/django-s3-folder-storage/) | Quick extension of django-storages S3BotoStorage to allow separate fol... | **11k**/month |
| 313 | [django-discover-runner](https://github.com/jezdez/django-discover-runner) | A Django test runner based on unittest2s test discovery. | **11k**/month |
| 314 | [django-qr-code](https://github.com/dprog-philippe-docourt/django-qr-code) | An application that provides tools for displaying QR codes on your Dja... | **11k**/month |
| 315 | [django-debreach](https://github.com/lpomfrey/django-debreach) | Adds middleware to give some added protection against the BREACH attac... | **11k**/month |
| 316 | [django-graphiql-debug-too...](https://github.com/flavors/django-graphiql-debug-toolbar) | Django Debug Toolbar for GraphiQL IDE | **11k**/month |
| 317 | [django-bmemcached](https://github.com/jaysonsantos/django-bmemcached) | A Django cache backend to use bmemcached module which supports memcach... | **11k**/month |
| 318 | [django-jsonfield-compat](https://github.com/kbussell/django-jsonfield-compat) | Compatability layer between django-jsonfield and Djangos native JSONFi... | **11k**/month |
| 319 | [django-bleach](https://pypi.org/project/django-bleach/) | Easily use bleach with Django models and templates | **11k**/month |
| 320 | [django-shortuuidfield](https://github.com/nebstrebor/django-shortuuidfield) | Short UUIDField for Django. Good for use in urls & file names. (Base... | **11k**/month |
| 321 | [django-mailer](https://github.com/pinax/django-mailer) | A reusable Django app for queuing the sending of email | **10k**/month |
| 322 | [django-s3direct](https://github.com/bradleyg/django-s3direct) | Add direct uploads to S3 functionality with a progress bar to file inp... | **10k**/month |
| 323 | [django-map-widgets](https://github.com/erdem/django-map-widgets) | Map widgets for Django PostGIS fields | **10k**/month |
| 324 | [django-user-sessions](https://github.com/jazzband/django-user-sessions) | Django sessions with a foreign key to the user | **10k**/month |
| 325 | [django-stronghold](https://github.com/mgrouchy/django-stronghold) | Get inside your stronghold and make all your Django views default logi... | **10k**/month |
| 326 | [django-apscheduler](https://github.com/jcass77/django-apscheduler) | APScheduler for Django | **10k**/month |
| 327 | [django-invitations](https://github.com/bee-keeper/django-invitations) | Generic invitations app with support for django-allauth | **10k**/month |
| 328 | [django-debug-toolbar-temp...](https://github.com/orf/django-debug-toolbar-template-timings) | A django-debug-toolbar panel that shows you template rendering times f... | **10k**/month |
| 329 | [django-markdown-deux](https://github.com/trentm/django-markdown-deux) | a Django app that provides template tags for using Markdown (using the... | **10k**/month |
| 330 | [django-honeypot](https://github.com/jamesturk/django-honeypot) | Django honeypot field utilities | **10k**/month |
| 331 | [django-bootstrap-paginati...](https://github.com/jmcclell/django-bootstrap-pagination) | Render Django Page objects as Bootstrap 3.x/4.x Pagination compatible ... | **10k**/month |
| 332 | [django-forms-bootstrap](https://github.com/pinax/django-forms-bootstrap) | a simple form filter for using Django forms with Bootstrap | **10k**/month |
| 333 | [django-easy-select2](https://github.com/asyncee/django-easy-select2) | Django select2 theme for select input widgets. | **10k**/month |
| 334 | [django-pgviews](https://github.com/mypebble/django-pgviews) | Create and manage Postgres SQL Views in Django | **10k**/month |
| 335 | [django-prices](https://github.com/mirumee/django-prices) | Django fields for the prices module | **10k**/month |
| 336 | [django-measurement](https://github.com/coddingtonbear/django-measurement) | Convenient fields and classes for handling measurements | **10k**/month |
| 337 | [django-cte](https://github.com/dimagi/django-cte) | Common Table Expressions (CTE) for Django | **10k**/month |
| 338 | [django-pylibmc](https://github.com/django-pylibmc/django-pylibmc) | Django cache backend using pylibmc | **10k**/month |
| 339 | [django-logentry-admin](https://github.com/yprez/django-logentry-admin) | Show all LogEntry objects in the Django admin site. | **10k**/month |
| 340 | [django-chunkator](https://github.com/peopledoc/django-chunkator) | Chunk large QuerySets into small chunks, and iterate over them without... | **10k**/month |
| 341 | [django-redshift-backend](https://github.com/jazzband/django-redshift-backend) | Redshift database backend for Django | **10k**/month |
| 342 | [django-debug-toolbar-temp...](https://github.com/node13h/django-debug-toolbar-template-profiler) | Displays template rendering time on the timeline | **10k**/month |
| 343 | [django-encrypted-filefiel...](https://github.com/danielquinn/django-encrypted-filefield) | Encrypt uploaded files, store them wherever you like and stream them b... | **10k**/month |
| 344 | [django-decorator-include](https://github.com/twidi/django-decorator-include) | Include Django URL patterns with decorators | **10k**/month |
| 345 | [django-jsonstore](https://github.com/viewflow/jsonstore) | Expose JSONField data as a virtual django model fields. | **10k**/month |
| 346 | [django-referrer-policy](https://github.com/ubernostrum/django-referrer-policy) | Referrer-Policy header implementation for Django. | **10k**/month |
| 347 | [django-cronman](https://github.com/unhaggle/django-cronman) | Cron management app for Django | **10k**/month |
| 348 | [django-pure-pagination](https://github.com/hovel/django-pure-pagination) | django-pure-pagination provides advanced pagination features | **10k**/month |
| 349 | [django-dynamic-preference...](https://github.com/agateblue/django-dynamic-preferences) | Dynamic global and instance settings for your django project | **10k**/month |
| 350 | [django-bootstrap-breadcru...](https://pypi.org/project/django-bootstrap-breadcrumbs/) | Django breadcrumbs for Bootstrap 2, 3 or 4 | **10k**/month |
| 351 | [django-settings-context-p...](https://pypi.org/project/django-settings-context-processor/) | Makes specified django settings visible in template rendering context. | **10k**/month |
| 352 | [django-angular](https://github.com/jrief/django-angular) | Let Django play well with AngularJS | **9k**/month |
| 353 | [django-analytical](https://github.com/jazzband/django-analytical) | Analytics service integration for Django projects | **9k**/month |
| 354 | [django-fobi](https://pypi.org/project/django-fobi/) | Form generator/builder application for Django done right: customisable... | **9k**/month |
| 355 | [django-easy-pdf](https://github.com/nigma/django-easy-pdf) | Django PDF views, the easy way | **9k**/month |
| 356 | [django-plotly-dash](https://github.com/GibbsConsulting/django-plotly-dash) | Django use of plotly dash apps through template tags | **9k**/month |
| 357 | [django-uuslug](https://github.com/un33k/django-uuslug) | A Django slugify application that guarantees uniqueness and handles un... | **9k**/month |
| 358 | [django-passwords](https://github.com/dstufft/django-passwords) | A Django reusable app that provides validators and a form field that c... | **9k**/month |
| 359 | [django-static-precompiler](https://github.com/andreyfedoseev/django-static-precompiler) | Django template tags to compile all kinds of static files (SASS, LESS,... | **9k**/month |
| 360 | [django-gravatar2](https://github.com/twaddington/django-gravatar) | Essential Gravatar support for Django. Features helper methods, templa... | **9k**/month |
| 361 | [django-tinymce4-lite](https://github.com/romanvm/django-tinymce4-lite) | A Django application that provides a fully functional TinyMCE 4 editor... | **9k**/month |
| 362 | [django-tools](https://github.com/jedie/django-tools) | miscellaneous tools for django | **9k**/month |
| 363 | [django-flags](https://github.com/cfpb/django-flags) | Feature flags for Django projects | **9k**/month |
| 364 | [django-bom](https://github.com/mpkasp/django-bom) | A simple Django app to manage a bill of materials. | **9k**/month |
| 365 | [django-ical](https://github.com/jazzband/django-ical) | iCal feeds for Django based on Djangos syndication feed framework. | **9k**/month |
| 366 | [django-feature-policy](https://github.com/adamchainz/django-feature-policy) | Set the draft security HTTP header Permissions-Policy (previously Feat... | **9k**/month |
| 367 | [djangorestframework-yaml](https://github.com/jpadilla/django-rest-framework-yaml) | YAML support for Django REST Framework | **9k**/month |
| 368 | [django-enumchoicefield](https://github.com/timheap/django-enumchoicefield) | A choice field for Django using native Python Enums | **9k**/month |
| 369 | [django-xicon](https://github.com/vint21h/django-xicon) | Django reusable application to handle modern bunch of site icons | **9k**/month |
| 370 | [django-taggit-autosuggest](https://pypi.org/project/django-taggit-autosuggest/) | Autosuggestions for django-taggit | **9k**/month |
| 371 | [django-user-accounts](https://github.com/pinax/django-user-accounts) | a Django user account app | **8k**/month |
| 372 | [django-concurrency](https://github.com/saxix/django-concurrency) | Optimistic lock implementation for Django. Prevents users from doing c... | **8k**/month |
| 373 | [django-oidc-provider](https://github.com/juanifioren/django-oidc-provider) | OpenID Connect Provider implementation for Django. | **8k**/month |
| 374 | [django-embed-video](https://github.com/jazzband/django-embed-video) | Django app for easy embeding YouTube and Vimeo videos and music from S... | **8k**/month |
| 375 | [django-cities-light](https://github.com/yourlabs/django-cities-light) | Simple alternative to django-cities | **8k**/month |
| 376 | [django-attachments](https://github.com/bartTC/django-attachments) | django-attachments is generic Django application to attach Files (Atta... | **8k**/month |
| 377 | [django-slowtests](https://github.com/realpython/django-slow-tests) | locate your slowest tests | **8k**/month |
| 378 | [django-reverse-admin](https://pypi.org/project/django-reverse-admin/) | | **8k**/month |
| 379 | [django-mjml](https://github.com/liminspace/django-mjml) | Use MJML in Django templates | **8k**/month |
| 380 | [django-inlinecss](https://github.com/roverdotcom/django-inlinecss) | A Django app useful for inlining CSS (primarily for e-mails) | **8k**/month |
| 381 | [django-postgres-copy](https://github.com/california-civic-data-coalition/django-postgres-copy) | Quickly import and export delimited data with Django support for Postg... | **8k**/month |
| 382 | [djangorestframework-datac...](https://pypi.org/project/djangorestframework-dataclasses/) | A dataclasses serializer for Django REST Framework | **8k**/month |
| 383 | [django-proxy](https://pypi.org/project/django-proxy/) | A simple HTTP proxy service as a Django app | **8k**/month |
| 384 | [django-minio-storage](https://github.com/py-pa/django-minio-storage) | Django file storage using the minio python client | **8k**/month |
| 385 | [django-elasticache](https://github.com/gusdan/django-elasticache) | Django cache backend for Amazon ElastiCache (memcached) | **8k**/month |
| 386 | [django-querysetsequence](https://github.com/clokep/django-querysetsequence) | Chain together multiple (disparate) QuerySets to treat them as a singl... | **8k**/month |
| 387 | [django-modern-rpc](https://github.com/alorence/django-modern-rpc) | Simple and modern JSON-RPC and XML-RPC server implementation for Djang... | **8k**/month |
| 388 | [django-username-email](https://github.com/tmm/django-username-email) | Custom Django User model that makes email the USERNAME_FIELD. | **8k**/month |
| 389 | [django-crequest](https://github.com/Alir3z4/django-crequest) | Middleware that makes the current request available from anywhere. | **8k**/month |
| 390 | [django-add-default-value](https://github.com/3YOURMIND/django-add-default-value) | This django Migration Operation can be used to transfer a fields defau... | **8k**/month |
| 391 | [django-phone-field](https://github.com/VeryApt/django-phone-field) | Lightweight model and form field for phone numbers in Django | **8k**/month |
| 392 | [django-bootstrap3-datetim...](https://github.com/tutorcruncher/django-bootstrap3-datetimepicker) | Bootstrap3 compatible datetimepicker for Django projects. | **8k**/month |
| 393 | [django-apptemplates](https://github.com/bittner/django-apptemplates) | Django template loader that allows you to load and override a template... | **8k**/month |
| 394 | [django-sendfile2](https://pypi.org/project/django-sendfile2/) | Abstraction to offload file uploads to web-server (e.g. Apache with mo... | **8k**/month |
| 395 | [django-menu-generator](https://github.com/LaLogiaDePython/django-menu-generator) | A straightforward menu generator for Django | **8k**/month |
| 396 | [django-pyscss](https://github.com/fusionbox/django-pyscss) | Makes it easier to use PySCSS in Django. | **8k**/month |
| 397 | [django-gm2m](https://github.com/tkhyn/django-gm2m) | Django generic many-to-many field | **8k**/month |
| 398 | [django-autoslug-iplweb](https://github.com/iplweb/django-autoslug-iplweb) | An automated slug field for Django. | **8k**/month |
| 399 | [django-cogwheels](https://pypi.org/project/django-cogwheels/) | A consistent, user-friendly solution for adding app-specific settings ... | **8k**/month |
| 400 | [django-middleware-global-...](https://pypi.org/project/django-middleware-global-request/) | Django middleware that keep request instance for every thread. | **8k**/month |
| 401 | [django-avishan](https://pypi.org/project/django-avishan/) | Avishan is just an set of tools | **8k**/month |
| 402 | [django-baton](https://pypi.org/project/django-baton/) | A cool, modern and responsive django admin application | **8k**/month |
| 403 | [django-cid](https://pypi.org/project/django-cid/) | Correlation IDs in Django for debugging requests | **8k**/month |
| 404 | [django-postgrespool](https://github.com/kennethreitz/django-postgrespool) | Postgres Connection Pooling for Django. | **8k**/month |
| 405 | [django_replicated](https://pypi.org/project/django_replicated/) | Django DB router for stateful master-slave replication | **8k**/month |
| 406 | [django-report-builder](https://pypi.org/project/django-report-builder/) | Query and Report builder for Django ORM | **8k**/month |
| 407 | [django-toolbelt](https://pypi.org/project/django-toolbelt/) | A simple collection of common Django utilities. | **8k**/month |
| 408 | [django-webpack4-loader](https://pypi.org/project/django-webpack4-loader/) | Transparently use webpack with django. Forked from https://github.com/... | **8k**/month |
| 409 | [django-avatar](https://github.com/grantmcconnaughey/django-avatar) | A Django app for handling user avatars | **7k**/month |
| 410 | [djangoql](https://github.com/ivelum/djangoql) | DjangoQL: Advanced search language for Django | **7k**/month |
| 411 | [django-sesame](https://github.com/aaugustin/django-sesame) | Frictionless authentication with Magic Links for your Django project. | **7k**/month |
| 412 | [django-image-cropping](https://github.com/jonasundderwolf/django-image-cropping) | A reusable app for cropping images easily and non-destructively in Dja... | **7k**/month |
| 413 | [django-seed](https://github.com/Brobin/django-seed) | Seed your Django project with fake data | **7k**/month |
| 414 | [django-froala-editor](https://github.com/froala/django-froala-editor) | django-froala-editor package helps integrate Froala WYSIWYG HTML edito... | **7k**/month |
| 415 | [django-bootstrap-modal-fo...](https://github.com/trco/django-bootstrap-modal-forms) | A Django plugin for creating AJAX driven forms in Bootstrap modal. | **7k**/month |
| 416 | [django-channels-graphql-w...](https://github.com/datadvance/DjangoChannelsGraphqlWs) | Django Channels based WebSocket GraphQL server with Graphene-like subs... | **7k**/month |
| 417 | [django-dramatiq](https://github.com/Bogdanp/django_dramatiq) | A Django app for Dramatiq. | **7k**/month |
| 418 | [django-social-share](https://github.com/fcurella/django-social-share) | Templatetags for tweet this and share on facebook | **7k**/month |
| 419 | [django-su](https://github.com/adamcharnock/django-su) | Login as any user from the Django admin interface, then switch back wh... | **7k**/month |
| 420 | [django-inline-actions](https://github.com/escaped/django-inline-actions) | django-inline-actions adds actions to each row of the ModelAdmin or In... | **7k**/month |
| 421 | [django-tz-detect](https://github.com/adamcharnock/django-tz-detect) | Automatic user timezone detection for django | **7k**/month |
| 422 | [django-spurl](https://github.com/j4mie/django-spurl) | A Django template library for manipulating URLs. | **7k**/month |
| 423 | [django-admin-view-permiss...](https://github.com/ctxis/django-admin-view-permission) | A simple Django app which adds view permissions. | **7k**/month |
| 424 | [django-lockdown](https://github.com/Dunedan/django-lockdown) | Lock down a Django site or individual views, with configurable preview... | **7k**/month |
| 425 | [django-grpc](https://github.com/gluk-w/django-grpc) | Easy Django based gRPC service | **7k**/month |
| 426 | [django-vinaigrette](https://github.com/ecometrica/django-vinaigrette) | Translate Django model data using gettext | **7k**/month |
| 427 | [django-libs](https://github.com/bitlabstudio/django-libs) | A collection of things that we re-use in every Django project, such as... | **7k**/month |
| 428 | [django-qsstats-magic](https://github.com/PetrDlouhy/django-qsstats-magic) | A django microframework that eases the generation of aggregate data fo... | **7k**/month |
| 429 | [django-extended-choices](https://github.com/twidi/django-extended-choices) | Little helper application to improve django choices (for fields) | **7k**/month |
| 430 | [django-profiler](https://github.com/char0n/django-profiler) | util for profiling python code mainly in django projects, but can be u... | **7k**/month |
| 431 | [django-markdownify](https://github.com/erwinmatijsen/django-markdownify) | Markdown template filter for Django. | **7k**/month |
| 432 | [django-db-logger](https://github.com/CiCiUi/django-db-logger) | Django logging in database | **7k**/month |
| 433 | [django-prices-openexchang...](https://github.com/mirumee/django-prices-openexchangerates) | openexchangerates.org support for django-prices | **7k**/month |
| 434 | [django-scim2](https://github.com/15five/django-scim2) | A partial implementation of the SCIM 2.0 provider specification for us... | **7k**/month |
| 435 | [django-elasticsearch-debu...](https://github.com/Benoss/django-elasticsearch-debug-toolbar) | A Django Debug Toolbar panel for Elasticsearch | **7k**/month |
| 436 | [django-mail-queue](https://github.com/Privex/django-mail-queue) | Simple Mail Queuing for Django | **7k**/month |
| 437 | [django-connectwise](https://github.com/KerkhoffTechnologies/django-connectwise) | Django app for working with ConnectWise. Defines models (tickets, memb... | **7k**/month |
| 438 | [django-jutil](https://github.com/kajala/django-jutil) | Collection of small utilities for Django and Django REST framework pro... | **7k**/month |
| 439 | [django-yarnpkg](https://pypi.org/project/django-yarnpkg/) | Integrate django with yarnpkg | **7k**/month |
| 440 | [django-pdb](https://github.com/HassenPy/django-pdb) | Easier pdb debugging for Django | **7k**/month |
| 441 | [django-bridger](https://github.com/intellineers/django-bridger) | The bridge between a Django Backend and a Javascript based Frontend | **7k**/month |
| 442 | [django-jquery-js](https://pypi.org/project/django-jquery-js/) | jQuery, bundled up so apps can depend upon it | **7k**/month |
| 443 | [django-localflavor-us](https://github.com/treyhunner/django-localflavor-us) | Country-specific Django helpers for U.S.A. | **7k**/month |
| 444 | [django-mass-edit](https://pypi.org/project/django-mass-edit/) | Make bulk changes in the Django admin interface | **7k**/month |
| 445 | [django-scheduler](https://github.com/llazzaro/django-scheduler) | A calendaring app for Django. | **6k**/month |
| 446 | [django-websocket-redis](https://github.com/jrief/django-websocket-redis) | Websocket support for Django using Redis as datastore | **6k**/month |
| 447 | [django-filebrowser](https://github.com/sehmaschine/django-filebrowser) | Media-Management with Grappelli | **6k**/month |
| 448 | [django-cities](https://github.com/coderholic/django-cities) | Place models and worldwide place data for Django | **6k**/month |
| 449 | [django-jazzmin](https://github.com/farridav/django-jazzmin) | Drop-in theme for django admin, that utilises AdminLTE 3 & Bootstrap 4... | **6k**/month |
| 450 | [django-location-field](https://github.com/caioariede/django-location-field) | Location field for Django | **6k**/month |
| 451 | [django-request](https://github.com/django-request/django-request) | django-request is a statistics module for django. It stores requests i... | **6k**/month |
| 452 | [django-multidb-router](https://github.com/jbalogh/django-multidb-router) | Round-robin multidb router for Django. | **6k**/month |
| 453 | [django-password-reset](https://github.com/brutasse/django-password-reset) | Class-based views for password reset. | **6k**/month |
| 454 | [django-private-storage](https://github.com/edoburu/django-private-storage) | Private media file storage for Django projects | **6k**/month |
| 455 | [django-rest-registration](https://github.com/apragacz/django-rest-registration) | User registration REST API, based on django-rest-framework | **6k**/month |
| 456 | [django-downloadview](https://github.com/jazzband/django-downloadview) | Serve files with Django and reverse-proxies. | **6k**/month |
| 457 | [django-templatetag-sugar](https://github.com/alex/django-templatetag-sugar) | A library to make Djangos template tags sweet. | **6k**/month |
| 458 | [django-click](https://github.com/GaretJax/django-click) | Build Django management commands using the click CLI package. | **6k**/month |
| 459 | [django-typed-models](https://github.com/craigds/django-typed-models) | Sane single table model inheritance for Django | **6k**/month |
| 460 | [django-static-sitemaps](https://github.com/xaralis/django-static-sitemaps) | Tool for generating sitemaps as static files | **6k**/month |
| 461 | [django-cognito-jwt](https://github.com/labd/django-cognito-jwt) | Django backends for AWS Cognito JWT | **6k**/month |
| 462 | [django-selectable](https://github.com/mlavin/django-selectable) | Auto-complete selection widgets using Django and jQuery UI. | **6k**/month |
| 463 | [django-cookie-law](https://github.com/TyMaszWeb/django-cookie-law) | Helps your Django project comply with EU cookie law regulations | **6k**/month |
| 464 | [django-cprofile-middlewar...](https://github.com/omarish/django-cprofile-middleware) | Easily add cProfile profiling to django views. | **6k**/month |
| 465 | [django-markup](https://github.com/bartTC/django-markup) | A generic Django application to convert text with specific markup to h... | **6k**/month |
| 466 | [django-opentracing](https://github.com/opentracing-contrib/python-django) | OpenTracing support for Django applications | **6k**/month |
| 467 | [django-ace](https://github.com/django-ace/django-ace) | django-ace provides integration for ajax.org ACE with Django | **6k**/month |
| 468 | [django-recaptcha2](https://github.com/kbytesys/django-recaptcha2) | Django reCaptcha v2 field/widget | **6k**/month |
| 469 | [django-xmlrpc](https://github.com/Fantomas42/django-xmlrpc) | XML-RPC Server App for the Django framework. | **6k**/month |
| 470 | [django-codemirror-widget](https://pypi.org/project/django-codemirror-widget/) | Django form widget library for using CodeMirror on textarea | **6k**/month |
| 471 | [django-graphql-geojson](https://github.com/flavors/django-graphql-geojson) | GeoJSON support for Django GraphQL | **6k**/month |
| 472 | [django-enum-choices](https://github.com/HackSoftware/django-enum-choices) | A custom Django field able to use subclasses of Pythons internal `Enum... | **6k**/month |
| 473 | [django-basicauth](https://github.com/hirokiky/django-basicauth) | Basic auth utilities for Django. | **6k**/month |
| 474 | [django-hamlpy](https://github.com/nyaruka/django-hamlpy) | HAML like syntax for Django templates | **6k**/month |
| 475 | [django-dbconn-retry](https://github.com/jdelic/django-dbconn-retry) | Patch Django to retry a database connection first before failing. | **6k**/month |
| 476 | [django-codenerix](https://github.com/codenerix/django-codenerix) | Codenerix it is a framework that goes on top of Django so it makes eas... | **6k**/month |
| 477 | [django-parler-rest](https://github.com/django-parler/django-parler-rest) | Multilingual support for django-rest-framework | **6k**/month |
| 478 | [django-ptree](https://pypi.org/project/django-ptree/) | pTree is a Django toolset that makes it easy to create and administer ... | **6k**/month |
| 479 | [django-appdata](https://github.com/ella/django-appdata) | Extendable field that enables Django apps to store their data on your ... | **6k**/month |
| 480 | [django-session-timeout](https://github.com/labd/django-session-timeout) | Middleware to expire sessions after specific amount of time | **6k**/month |
| 481 | [django-markwhat](https://github.com/Alir3z4/django-markwhat) | A collection of template filters that implement common markup language... | **6k**/month |
| 482 | [django-readonly-field](https://github.com/peopledoc/django-readonly-field) | Make Django model fields readonly | **6k**/month |
| 483 | [django-cradmin](https://github.com/appressoas/django_cradmin) | A role based admin UI for Django that produces a user friendly and bea... | **6k**/month |
| 484 | [django-opensearch](https://github.com/vint21h/django-opensearch) | Handle opensearch.xml | **6k**/month |
| 485 | [django-otp-yubikey](https://github.com/django-otp/django-otp-yubikey) | A django-otp plugin that verifies YubiKey OTP tokens. | **6k**/month |
| 486 | [django-oneskyapp](https://github.com/pista329/django-oneskyapp) | OneSkyApp translation service management commands for your django app | **6k**/month |
| 487 | [django-any-js](https://pypi.org/project/django-any-js/) | Include JavaScript libraries with readable template tags | **6k**/month |
| 488 | [djangoldp-account](https://pypi.org/project/djangoldp-account/) | djangoldp package for account and chat data models | **6k**/month |
| 489 | [django-auth-adfs](https://pypi.org/project/django-auth-adfs/) | A Django authentication backend for Microsoft ADFS and AzureAD | **6k**/month |
| 490 | [django-storages-redux](https://pypi.org/project/django-storages-redux/) | Support for many storages (S3, MogileFS, etc) in Django. | **6k**/month |
| 491 | [django-cacheback](https://github.com/codeinthehole/django-cacheback) | Caching library for Django that uses Celery or RQ to refresh cache ite... | **6k**/month |
| 492 | [django-keen](https://github.com/jayfk/django-keen) | Simple wrapper for django around the official keen.io client | **6k**/month |
| 493 | [django-logpipe](https://pypi.org/project/django-logpipe/) | Move data around between Python services using Kafka and/or AWS Kinesi... | **6k**/month |
| 494 | [django-oscar-wfrs](https://pypi.org/project/django-oscar-wfrs/) | An extension on-top of django-oscar-api-checkout to allow interfacing ... | **6k**/month |
| 495 | [django-useragents](https://pypi.org/project/django-useragents/) | A django package that allows easy identification of visitors browser, ... | **6k**/month |
| 496 | [django-facebook](https://github.com/tschellenbach/Django-facebook) | Facebook open graph API client in python. Enables django applications ... | **5k**/month |
| 497 | [django-devserver](https://github.com/dcramer/django-devserver) | Drop-in replacement for Djangos runserver | **5k**/month |
| 498 | [django-cache-machine](https://github.com/django-cache-machine/django-cache-machine) | Automatic caching and invalidation for Django models through the ORM. | **5k**/month |
| 499 | [django-oauth2-provider](https://github.com/caffeinehit/django-oauth2-provider) | Provide OAuth2 access to your app | **5k**/month |
| 500 | [django-sitetree](https://github.com/idlesign/django-sitetree) | This reusable Django app introduces site tree, menu and breadcrumbs na... | **5k**/month |
| 501 | [django-oscar-api](https://github.com/django-oscar/django-oscar-api) | REST API module for django-oscar | **5k**/month |
| 502 | [django-admin-env-notice](https://github.com/dizballanze/django-admin-env-notice) | Visually distinguish environments in Django Admin | **5k**/month |
| 503 | [django-ratelimit-backend](https://github.com/brutasse/django-ratelimit-backend) | Login rate-limiting at the auth backend level | **5k**/month |
| 504 | [django-mail-templated](https://github.com/artemrizhov/django-mail-templated) | Send emails using Django template system | **5k**/month |
| 505 | [django-admin-json-editor](https://github.com/abogushov/django-admin-json-editor) | A simple Django app to add JSON widget into Django Administration. | **5k**/month |
| 506 | [django-pgtrigger](https://github.com/jyveapp/django-pgtrigger) | Postgres trigger support integrated with Django models. | **5k**/month |
| 507 | [django-after-response](https://github.com/defrex/django-after-response) | Simple asynchronous execution | **5k**/month |
| 508 | [django-betterforms](https://github.com/fusionbox/django-betterforms) | | **5k**/month |
| 509 | [django-cursor-pagination](https://pypi.org/project/django-cursor-pagination/) | Cursor based pagination for Django | **5k**/month |
| 510 | [django-assets](https://github.com/miracle2k/django-assets) | Asset management for Django, to compress and merge CSS and Javascript ... | **5k**/month |
| 511 | [django-cockroachdb](https://github.com/cockroachdb/django-cockroachdb) | Django backend for CockroachDB | **5k**/month |
| 512 | [django-allauth-2fa](https://github.com/percipient/django-allauth-2fa) | Adds two factor authentication to django-allauth | **5k**/month |
| 513 | [django-pickling](https://github.com/Suor/django-pickling) | Efficient pickling for django models. | **5k**/month |
| 514 | [django-email-bandit](https://github.com/caktus/django-email-bandit) | django-email-bandit is a Django email backend for hijacking email send... | **5k**/month |
| 515 | [django-swagger-tester](https://github.com/snok/drf-openapi-tester) | Django test utility for validating Swagger documentation | **5k**/month |
| 516 | [django-inline-svg](https://github.com/mixxorz/django-inline-svg) | A simple SVG template tag for Django | **5k**/month |
| 517 | [django-data-browser](https://github.com/tolomea/django-data-browser) | A Django app for interactive user friendly browsing of a Django projec... | **5k**/month |
| 518 | [django-tempus-dominus](https://github.com/FlipperPA/django-tempus-dominus) | A Django widget for the Tempus Dominus Bootstrap 4 DateTime picker. | **5k**/month |
| 519 | [django-statsd](https://github.com/WoLpH/django-statsd) | django-statsd is a Django app that submits query and view durations to... | **5k**/month |
| 520 | [django-sql-utils](https://github.com/martsberger/django-sql-utils) | Improved API for aggregating using Subquery | **5k**/month |
| 521 | [django-macaddress](https://github.com/django-macaddress/django-macaddress) | MAC address model and form fields for Django apps. | **5k**/month |
| 522 | [django-premailer](https://github.com/alexhayes/django-premailer) | Django template tag that turns CSS blocks into style attributes using ... | **5k**/month |
| 523 | [django-sorcery](https://github.com/shosca/django-sorcery) | Django and SQLAlchemy integration | **5k**/month |
| 524 | [django-admin-multiple-cho...](https://pypi.org/project/django-admin-multiple-choice-list-filter/) | A Django app to add a Multiple Choice List Filter to the admin interfa... | **5k**/month |
| 525 | [django-threadlocals](https://github.com/benrobster/django-threadlocals) | Contains utils for storing and retreiving values from threadlocals, an... | **5k**/month |
| 526 | [django-countries-plus](https://github.com/cordery/django-countries-plus) | A django model & fixture containing all data from the countries table ... | **5k**/month |
| 527 | [django-tag-parser](https://github.com/edoburu/django-tag-parser) | Micro-library to easily write custom Django template tags | **5k**/month |
| 528 | [django-read-only-admin](https://github.com/vint21h/django-read-only-admin) | Really full Django read only admin implementation | **5k**/month |
| 529 | [django-rest-framework-con...](https://github.com/jozo/django-rest-framework-condition) | Decorators @condition, @last_modified and @etag for Django Rest Framew... | **5k**/month |
| 530 | [django-geonode-client](https://github.com/GeoNode/geonode-client) | Use GeoNode client in your django projects | **5k**/month |
| 531 | [django-is-core](https://github.com/matllubos/django-is-core) | Information systems core. | **5k**/month |
| 532 | [django-easysettings](https://github.com/SmileyChris/django-easysettings) | Easy app-specific settings for Django | **5k**/month |
| 533 | [django-mds](https://github.com/Polyconseil/django-mds) | MDS Agency implementation | **5k**/month |
| 534 | [django-api-client](https://github.com/rhenter/django-api-client) | Library with REST APIs Client code for Django | **5k**/month |
| 535 | [django-prices-vatlayer](https://github.com/mirumee/django-prices-vatlayer) | vatlayer.com support for django | **5k**/month |
| 536 | [django-autoconfig](https://github.com/mikebryant/django-autoconfig) | Automatic configuration of Django projects based on the application re... | **5k**/month |
| 537 | [django-permissions-audito...](https://github.com/AACEngineering/django-permissions-auditor) | django-permissions-auditor is a tool to audit access control on your d... | **5k**/month |
| 538 | [django-humans-txt](https://github.com/vint21h/django-humans-txt) | Handle humans.txt | **5k**/month |
| 539 | [django-code-deploy](https://github.com/devopscenter/django-code-deploy) | Deploys Django code to AWS based on tags | **5k**/month |
| 540 | [django-geonode-mapstore-c...](https://github.com/GeoNode/geonode-mapstore-client) | Use GeoNode client in your django projects | **5k**/month |
| 541 | [django-mapstore-adapter](https://github.com/GeoNode/django-mapstore-adapter) | Django MapStore2 Adapter | **5k**/month |
| 542 | [django-jsonify](https://pypi.org/project/django-jsonify/) | Django additions for JSON | **5k**/month |
| 543 | [django-comments-xtd](https://pypi.org/project/django-comments-xtd/) | Django Comments Framework extension app with thread support, follow up... | **5k**/month |
| 544 | [django-composite-field](https://pypi.org/project/django-composite-field/) | CompositeField implementation for Django | **5k**/month |
| 545 | [django-coverage](https://pypi.org/project/django-coverage/) | Django Test Coverage App | **5k**/month |
| 546 | [django-form-utils](https://pypi.org/project/django-form-utils/) | Form utilities for Django | **5k**/month |
| 547 | [django-szuprefix](https://pypi.org/project/django-szuprefix/) | my utils in django | **5k**/month |
| 548 | [django_backstage](https://pypi.org/project/django_backstage/) | Django project and site deployment using virtualenv, uWSGI, nginx, etc... | **5k**/month |
| 549 | [django-cfdi](https://pypi.org/project/django-cfdi/) | django-cfdi is a tool for friendly work with CFDIs . | **5k**/month |
| 550 | [django-inteliger](https://pypi.org/project/django-inteliger/) | Aplicativos base para seu projeto django! | **5k**/month |
| 551 | [django-jbank](https://pypi.org/project/django-jbank/) | Finnish bank file format support for Django projects | **5k**/month |
| 552 | [django_matialvarezs_grafa...](https://pypi.org/project/django_matialvarezs_grafana_customers/) | grafana apps handlers customers. | **5k**/month |
| 553 | [django-pgcrypto-fields](https://pypi.org/project/django-pgcrypto-fields/) | Encrypted fields for Django dealing with pgcrypto postgres extension. | **5k**/month |
| 554 | [django-user](https://github.com/jacothiart/django-user) | Django User | **5k**/month |
| 555 | [django-social-auth](https://github.com/omab/django-social-auth) | Django social authentication made simple. | **4k**/month |
| 556 | [django-bootstrap-toolkit](https://github.com/dyve/django-bootstrap-toolkit) | Bootstrap support for Django projects | **4k**/month |
| 557 | [django-rest-hooks](https://github.com/zapier/django-rest-hooks) | A powerful mechanism for sending real time API notifications via a new... | **4k**/month |
| 558 | [django-wysiwyg](https://github.com/pydanny/django-wysiwyg) | django-wysiwyg | **4k**/month |
| 559 | [django-autofixture](https://github.com/gregmuellegger/django-autofixture) | Provides tools to auto generate test data. | **4k**/month |
| 560 | [django-nvd3](https://github.com/areski/django-nvd3) | Django NVD3 - Chart Library for d3.js | **4k**/month |
| 561 | [django-smuggler](https://github.com/semente/django-smuggler) | Pluggable application for Django that helps you to import/export fixtu... | **4k**/month |
| 562 | [django-authtools](https://github.com/fusionbox/django-authtools) | Custom user model app for Django featuring email as username and class... | **4k**/month |
| 563 | [django-geoposition](https://github.com/philippbosch/django-geoposition) | Django model field that can hold a geoposition, and corresponding admi... | **4k**/month |
| 564 | [django-chartjs](https://github.com/peopledoc/django-chartjs) | Django Chart.js and Hightchart ajax views | **4k**/month |
| 565 | [django-cassandra-engine](https://github.com/r4fek/django-cassandra-engine) | Django Cassandra Engine - the Cassandra backend for Django | **4k**/month |
| 566 | [django-service-objects](https://github.com/mixxorz/django-service-objects) | Service objects for Django | **4k**/month |
| 567 | [django-positions](https://github.com/jpwatts/django-positions) | A Django field for custom model ordering | **4k**/month |
| 568 | [django-tagulous](https://pypi.org/project/django-tagulous/) | Fabulous Tagging for Django | **4k**/month |
| 569 | [django-multiupload](https://github.com/Chive/django-multiupload) | Dead simple drop-in multi file upload field for django forms using HTM... | **4k**/month |
| 570 | [django-mailbox](https://github.com/coddingtonbear/django-mailbox) | Import mail from POP3, IMAP, local mailboxes or directly from Postfix ... | **4k**/month |
| 571 | [django-require](https://pypi.org/project/django-require/) | A Django staticfiles post-processor for optimizing with RequireJS. | **4k**/month |
| 572 | [django-salesforce](https://github.com/django-salesforce/django-salesforce) | a Salesforce backend for Djangos ORM | **4k**/month |
| 573 | [django-nap](https://github.com/funkybob/django-nap) | A light REST tool for Django | **4k**/month |
| 574 | [django-webpush](https://github.com/safwanrahman/django-webpush) | A simple Django package to integrate Web Push Notification in your App... | **4k**/month |
| 575 | [django-datetime-widget](https://github.com/asaglimbeni/django-datetime-widget) | Django-datetime-widget is a simple and clean widget for DateField, Tim... | **4k**/month |
| 576 | [django-livereload-server](https://github.com/tjwalch/django-livereload-server) | LiveReload functionality integrated with your Django development envir... | **4k**/month |
| 577 | [django-graphql-auth](https://github.com/PedroBern/django-graphql-auth) | Graphql and relay authentication with Graphene for Django. | **4k**/month |
| 578 | [django-query-builder](https://github.com/ambitioninc/django-query-builder) | Build complex nested queries | **4k**/month |
| 579 | [django-auto-prefetching](https://github.com/GeeWee/django-auto-prefetching) | Tools for automatically prefetching related objects in Django and Djan... | **4k**/month |
| 580 | [django-npm](https://github.com/kevin1024/django-npm) | A django staticfiles finder that uses npm | **4k**/month |
| 581 | [django-rest-framework-pro...](https://github.com/eofs/django-rest-framework-proxy) | Django Rest Framework Proxy allows easy proxying of incoming REST requ... | **4k**/month |
| 582 | [django-resized](https://github.com/un1t/django-resized) | Resizes image origin to specified size. | **4k**/month |
| 583 | [django-infinite-scroll-pa...](https://pypi.org/project/django-infinite-scroll-pagination/) | infinite-scroll-pagination is a Django lib that implementsthe *seek me... | **4k**/month |
| 584 | [django-fieldsignals](https://pypi.org/project/django-fieldsignals/) | Django fieldsignals simply makes it easy to tell when the fields on yo... | **4k**/month |
| 585 | [django-storage-swift](https://github.com/dennisv/django-storage-swift) | OpenStack Swift storage backend for Django | **4k**/month |
| 586 | [django-reset-migrations](https://github.com/valdergallo/django-reset-migrations) | Add one command to reset the migrations of one or more app | **4k**/month |
| 587 | [django-polymodels](https://github.com/charettes/django-polymodels) | Polymorphic models implementation for django | **4k**/month |
| 588 | [django-nocaptcha-recaptch...](https://github.com/ImaginaryLandscape/django-nocaptcha-recaptcha) | Django nocaptcha recaptcha form field/widget app. | **4k**/month |
| 589 | [django-pgjsonb](https://github.com/yjmade/django-pgjsonb) | Django Postgres JSONB Fields support with lookups | **4k**/month |
| 590 | [django-kombu](https://github.com/ask/django-kombu) | Kombu transport using the Django database as a message store. | **4k**/month |
| 591 | [django-calaccess-raw-data](https://github.com/california-civic-data-coalition/django-calaccess-raw-data) | A Django app to download, extract and load campaign finance and lobbyi... | **4k**/month |
| 592 | [django-subscriptions](https://github.com/kogan/django-subscriptions) | A django package for managing subscription states | **4k**/month |
| 593 | [django-icons](https://github.com/zostera/django-icons) | Icons for Django | **4k**/month |
| 594 | [django-manager-utils](https://github.com/ambitioninc/django-manager-utils) | Model manager utilities for Django | **4k**/month |
| 595 | [django-post-request-task](https://github.com/mozilla/django-post-request-task) | A celery task class whose execution is delayed until after the request... | **4k**/month |
| 596 | [django-db-file-storage](https://github.com/victor-o-silva/db_file_storage) | Custom FILE_STORAGE for Django. Saves files in your database instead o... | **4k**/month |
| 597 | [django-s3file](https://github.com/codingjoe/django-s3file) | A lightweight file uploader input for Django and Amazon S3 | **4k**/month |
| 598 | [django-getenv](https://github.com/schwuk/django-getenv) | Read settings from environment variables. | **4k**/month |
| 599 | [django-sass](https://github.com/coderedcorp/django-sass) | The absolute simplest way to use Sass with Django. Pure Python, minima... | **4k**/month |
| 600 | [django-rest-witchcraft](https://github.com/shosca/django-rest-witchcraft) | Django REST Framework and SQLAlchemy integration | **4k**/month |
| 601 | [django-smoketest](https://github.com/ccnmtl/django-smoketest) | Django smoketest framework | **4k**/month |
| 602 | [django-password-validatio...](https://github.com/orcasgit/django-password-validation) | Backport of Django 1.9 password validation | **4k**/month |
| 603 | [django-admin-ordering](https://github.com/matthiask/django-admin-ordering) | Orderable change lists and inlines done right^Wsimple | **4k**/month |
| 604 | [django-macros](https://github.com/nalourie/django-macros) | A Django template tag library for repeating blocks tags and creating i... | **4k**/month |
| 605 | [django-capture-on-commit-...](https://github.com/adamchainz/django-capture-on-commit-callbacks) | Capture and make assertions on transaction.on_commit() callbacks. | **4k**/month |
| 606 | [django-userforeignkey](https://pypi.org/project/django-userforeignkey/) | A simple Django app that will give you a UserForeignKey model field. | **4k**/month |
| 607 | [django-unique-upload](https://github.com/agconti/django-unique-upload) | A django utility that creates unique file names for uploaded files via... | **4k**/month |
| 608 | [django-formidable](https://github.com/peopledoc/django-formidable) | django-formidable is a full django application which allows you to cre... | **4k**/month |
| 609 | [django-user-tasks](https://github.com/edx/django-user-tasks) | Management of user-triggered asynchronous tasks in Django projects | **4k**/month |
| 610 | [django-admin-hstore-widge...](https://github.com/PokaInc/django-admin-hstore-widget) | Widget and Field to properly render HStore data in Django-Admin | **4k**/month |
| 611 | [django-pgconnection](https://github.com/jyveapp/django-pgconnection) | Route postgres connections and hook into cursor execution | **4k**/month |
| 612 | [djangofloor](https://github.com/d9pouces/django-floor) | Simple configuration management and websockets with Django. | **4k**/month |
| 613 | [django-security-logger](https://pypi.org/project/django-security-logger/) | Django security library. | **4k**/month |
| 614 | [django-basic-auth-ip-whit...](https://github.com/tm-kn/django-basic-auth-ip-whitelist) | Hide your Django site behind basic authentication mechanism with IP wh... | **4k**/month |
| 615 | [django-cool](https://github.com/007gzs/django-cool) | Cool to use for the Django Framework. | **4k**/month |
| 616 | [django-project-version](https://github.com/DCOD-OpenSource/django-project-version) | Django reusable app to show your project version | **4k**/month |
| 617 | [django-test-tools](https://github.com/luiscberrocal/django-test-tools) | Simple tests tools to make testing faster and easier. | **4k**/month |
| 618 | [django-trips](https://github.com/awaisdar001/django-trips) | A Django Rest API for fetching and creating trips and their schedules. | **4k**/month |
| 619 | [django-dynamic-storages](https://github.com/mcclory/django-dynamic-storages) | A collection of file fields and associated components to allow for dyn... | **4k**/month |
| 620 | [django-djcopyright](https://github.com/vint21h/django-djcopyright) | Django reusable app to show pretty formatted copyright years | **4k**/month |
| 621 | [django-nyt](https://github.com/benjaoming/django-nyt) | A pluggable notification system written for the Django framework. | **4k**/month |
| 622 | [djangoldp-circle](https://pypi.org/project/djangoldp-circle/) | djangoldp package for circle data models | **4k**/month |
| 623 | [django-vanilla-views](https://github.com/tomchristie/django-vanilla-views) | Beautifully simple class based views. | **4k**/month |
| 624 | [djangoldp-notification](https://pypi.org/project/djangoldp-notification/) | djangoldp package for notifications data models | **4k**/month |
| 625 | [djangoldp-project](https://pypi.org/project/djangoldp-project/) | djangoldp package for project data models | **4k**/month |
| 626 | [django-docs](https://pypi.org/project/django-docs/) | Allows to serve Sphinx generated docs from django. | **4k**/month |
| 627 | [django-global-requests](https://pypi.org/project/django-global-requests/) | Global request objects for Django | **4k**/month |
| 628 | [django-jquery](https://pypi.org/project/django-jquery/) | jQuery packaged in an handy django app to speed up new applications an... | **4k**/month |
| 629 | [django-mako-plus](https://pypi.org/project/django-mako-plus/) | Django+Mako: Routing by Convention, Python-Centric Template Language | **4k**/month |
| 630 | [django-oscar-bluelight](https://pypi.org/project/django-oscar-bluelight/) | Bluelight Specials - Enhancements to the offer and vouchers features f... | **4k**/month |
| 631 | [django-apar](https://pypi.org/project/django-apar/) | Aparnik is a simple Django app to help about some common problems. | **4k**/month |
| 632 | [django-bigbuild](https://github.com/datadesk/django-bigbuild) | The open-source engine that powers bigbuilder, the Los Angeles Times D... | **4k**/month |
| 633 | [django-dont-vary-on](https://github.com/ebel/django-dont-vary-on) | Library for Django to give you more control over Djangos caching, and ... | **4k**/month |
| 634 | [django-fakery](https://pypi.org/project/django-fakery/) | A model instances generator for Django | **4k**/month |
| 635 | [django-formset-js](https://pypi.org/project/django-formset-js/) | Extend Django formsets with JavaScript | **4k**/month |
| 636 | [django-hvad](https://github.com/spectras/django-hvad) | A content translation framework for django integrated automatically in... | **4k**/month |
| 637 | [django-inoa](https://pypi.org/project/django-inoa/) | Collection of django tools and snippets commonly used by Inoa. | **4k**/month |
| 638 | [Django-local-lib](https://github.com/joseph-njogu/Django_local_lib) | Python wrapper for the CircleCI API | **4k**/month |
| 639 | [django-method-override](https://pypi.org/project/django-method-override/) | Django Middleware for HTTP Method Override Form Params & Header | **4k**/month |
| 640 | [django-pyfs](https://github.com/pmitros/django-pyfs) | Django pyfilesystem integration | **4k**/month |
| 641 | [django-redisboard](https://pypi.org/project/django-redisboard/) | Redis monitoring and inspection drop-in application using django admin... | **4k**/month |
| 642 | [django-szuprefix-saas](https://pypi.org/project/django-szuprefix-saas/) | my saas in django | **4k**/month |
| 643 | [django-viewflow](https://github.com/viewflow/viewflow) | Reusable workflow library for django | **3k**/month |
| 644 | [django-simpleui](https://github.com/newpanjing/simpleui) | django admin theme 后台模板 | **3k**/month |
| 645 | [django-blog-zinnia](https://github.com/Fantomas42/django-blog-zinnia) | A clear and powerful weblog application powered with Django | **3k**/month |
| 646 | [django-admin-bootstrapped](https://github.com/django-admin-bootstrapped/django-admin-bootstrapped) | A Bootstrap theme for Django Admin | **3k**/month |
| 647 | [django-dynamic-scraper](https://github.com/holgerd77/django-dynamic-scraper) | Creating Scrapy scrapers via the Django admin interface | **3k**/month |
| 648 | [django-fiber](https://github.com/django-fiber/django-fiber) | Django Fiber - a simple, user-friendly CMS for all your Django project... | **3k**/month |
| 649 | [django-payments](https://github.com/jazzband/django-payments) | Universal payment handling for Django | **3k**/month |
| 650 | [django-mobile](https://github.com/gregmuellegger/django-mobile) | Detect mobile browsers and serve different template flavours to them. | **3k**/month |
| 651 | [django-lfs](https://github.com/diefenbach/django-lfs) | LFS - Lightning Fast Shop | **3k**/month |
| 652 | [django-machina](https://github.com/ellmetha/django-machina) | A Django forum engine for building powerful community driven websites. | **3k**/month |
| 653 | [django-parsley](https://github.com/agiliq/Django-parsley) | Django app for client-side form validation. Wrapper for parsley.js | **3k**/month |
| 654 | [django-graphos](https://github.com/agiliq/django-graphos) | Django app to provide a JS agnostic way to work with charts. | **3k**/month |
| 655 | [django-markdown](https://github.com/klen/django_markdown) | Django markdown support and wysiwyg. | **3k**/month |
| 656 | [django-lazysignup](https://github.com/danfairs/django-lazysignup) | Lazy signup for Django | **3k**/month |
| 657 | [django-bakery](https://github.com/datadesk/django-bakery) | A set of helpers for baking your Django site out as flat files | **3k**/month |
| 658 | [django-field-history](https://github.com/grantmcconnaughey/django-field-history) | A Django app to track changes to a model field. | **3k**/month |
| 659 | [django-sudo](https://pypi.org/project/django-sudo/) | Extra security for your sensitive pages | **3k**/month |
| 660 | [django-address](https://github.com/furious-luke/django-address) | A django application for describing addresses. | **3k**/month |
| 661 | [django-memcache-status](https://github.com/bartTC/django-memcache-status) | A django application that displays the load and other statistics about... | **3k**/month |
| 662 | [django-admin-easy](https://github.com/ebertti/django-admin-easy) | Collection of admin fields and decorators to help to create computed o... | **3k**/month |
| 663 | [django-front](https://pypi.org/project/django-front/) | A Django application to allow of front-end editing | **3k**/month |
| 664 | [django-security](https://github.com/sdelements/django-security) | A collection of tools to help secure a Django project. | **3k**/month |
| 665 | [django-perf-rec](https://github.com/adamchainz/django-perf-rec) | Keep detailed records of the performance of your Django code. | **3k**/month |
| 666 | [django-dbtemplates](https://github.com/jazzband/django-dbtemplates) | Template loader for templates stored in the database | **3k**/month |
| 667 | [django-sendsms](https://pypi.org/project/django-sendsms/) | A simple API to send SMS messages. | **3k**/month |
| 668 | [django-rest-marshmallow](https://github.com/marshmallow-code/django-rest-marshmallow) | Marshmallow schemas for Django REST framework | **3k**/month |
| 669 | [django-pyodbc](https://github.com/lionheart/django-pyodbc) | Django 1.5-1.10 SQL Server backend using pyodbc. | **3k**/month |
| 670 | [django-markupfield](https://github.com/jamesturk/django-markupfield) | Custom Django field for easy use of markup in text fields | **3k**/month |
| 671 | [django-encrypted-fields](https://github.com/defrex/django-encrypted-fields) | This is a collection of Django Model Field classes that are encrypted ... | **3k**/month |
| 672 | [django-tracking2](https://github.com/bruth/django-tracking2) | django-tracking2 tracks the length of time visitors and registered use... | **3k**/month |
| 673 | [django-simple-email-confi...](https://github.com/mfogel/django-simple-email-confirmation) | Simple email confirmation for django. | **3k**/month |
| 674 | [django-chunked-upload](https://github.com/juliomalegria/django-chunked-upload) | Upload large files to Django in multiple chunks, with the ability to r... | **3k**/month |
| 675 | [django-polymorphic-tree](https://github.com/django-polymorphic/django-polymorphic-tree) | A polymorphic mptt structure to display content in a tree. | **3k**/month |
| 676 | [django-dynamic-raw-id](https://github.com/lincolnloop/django-dynamic-raw-id) | raw_id_fields widget replacement that handles display of an objects st... | **3k**/month |
| 677 | [django-taggit-templatetag...](https://github.com/feuervogel/django-taggit-templatetags) | Templatetags for django-taggit. | **3k**/month |
| 678 | [django-maintenancemode](https://github.com/shanx/django-maintenancemode) | django-maintenancemode allows you to temporary shutdown your site for ... | **3k**/month |
| 679 | [django-wysiwyg-redactor](https://pypi.org/project/django-wysiwyg-redactor/) | django-wysiwyg-redactor is a lightweight responsive wysiwyg editor for... | **3k**/month |
| 680 | [django_celery_monitor](https://github.com/jazzband/django-celery-monitor) | Celery monitor for Django. | **3k**/month |
| 681 | [django-filebrowser-no-gra...](https://github.com/smacker/django-filebrowser-no-grappelli) | Media-Management no Grappelli | **3k**/month |
| 682 | [django-json-field](https://pypi.org/project/django-json-field/) | Generic JSON model and form fields. | **3k**/month |
| 683 | [django-hardcopy](https://github.com/loftylabs/django-hardcopy) | Django wrapper and utilities for generating PDF and PNG files with con... | **3k**/month |
| 684 | [django-rest-authemail](https://github.com/celiao/django-rest-authemail) | A RESTful API for user signup and authentication using email addresses | **3k**/month |
| 685 | [django-pattern-library](https://github.com/torchbox/django-pattern-library) | A module for Django that allows to build pattern libraries for your pr... | **3k**/month |
| 686 | [django-file-form](https://github.com/mbraak/django-file-form) | Django-file-form helps you to write forms with a pretty ajax upload | **3k**/month |
| 687 | [django-simple-menu](https://github.com/jazzband/django-simple-menu) | Simple, yet powerful, code-based menus for Django applications | **3k**/month |
| 688 | [django-db-readonly](https://github.com/streeter/django-db-readonly) | Add a global database read-only setting. | **3k**/month |
| 689 | [django-termsandconditions](https://github.com/cyface/django-termsandconditions) | Django app that enables users to accept terms and conditions of a site... | **3k**/month |
| 690 | [django-rest-framework-doc...](https://github.com/marcgibbons/django-rest-framework-docs) | An inventory tool for Django Rest Framework v2 API | **3k**/month |
| 691 | [django-currencies](https://github.com/panosl/django-currencies) | Adds support for multiple currencies as a Django application. | **3k**/month |
| 692 | [django-unused-media](https://github.com/akolpakov/django-unused-media) | Delete unused media files from Django project | **3k**/month |
| 693 | [django-improved-user](https://github.com/jambonsw/django-improved-user) | A custom Django user model for best practices email-based login. | **3k**/month |
| 694 | [django-clear-cache](https://github.com/rdegges/django-clear-cache) | A simple Django management command which clears your cache. | **3k**/month |
| 695 | [django-tables2-reports](https://github.com/goinnn/django-tables2-reports) | With django-tables2-reports you can get a report (CSV, XLS) of any dja... | **3k**/month |
| 696 | [django-pb-model](https://github.com/myyang/django-pb-model) | Protobuf mixin for Django model | **3k**/month |
| 697 | [django-naomi](https://github.com/edwinlunando/django-naomi) | Email backend for Django. Preview your email in browser instead of sen... | **3k**/month |
| 698 | [django-formset-js-improve...](https://github.com/pretix/django-formset-js) | Extend Django formsets with JavaScript | **3k**/month |
| 699 | [django-file-resubmit](https://github.com/un1t/django-file-resubmit) | Keeps submited files when validation errors occur. | **3k**/month |
| 700 | [django-taggit-labels](https://github.com/bennylope/django-taggit-labels) | Alternate labels for django-taggit | **3k**/month |
| 701 | [django-localized-fields](https://github.com/SectorLabs/django-localized-fields) | Implementation of localized model fields using PostgreSQL HStore field... | **3k**/month |
| 702 | [django-simple-mail](https://github.com/VingtCinq/django-simple-mail) | A simple and customizable email template built for Django | **3k**/month |
| 703 | [django-app-namespace-temp...](https://github.com/Fantomas42/django-app-namespace-template-loader) | Template loader allowing you to both extend and override a template at... | **3k**/month |
| 704 | [django-sniplates](https://github.com/funkybob/django-sniplates) | Efficient template macro sets for Django | **3k**/month |
| 705 | [django-user-management](https://github.com/incuna/django-user-management) | User management model mixins and api views. | **3k**/month |
| 706 | [django-tabbed-admin](https://github.com/omji/django-tabbed-admin) | Easily add tabs to django admin forms. | **3k**/month |
| 707 | [django-entity](https://github.com/ambitioninc/django-entity) | Entity relationship management for Django | **3k**/month |
| 708 | [django-dynamic-db-router](https://github.com/ambitioninc/django-dynamic-db-router) | Simply route complex django queries to multiple databases. | **3k**/month |
| 709 | [django-computedfields](https://github.com/netzkolchose/django-computedfields) | autoupdated database fields for model methods | **3k**/month |
| 710 | [django-grip](https://pypi.org/project/django-grip/) | Django GRIP library | **3k**/month |
| 711 | [django-admin-numeric-filt...](https://github.com/lukasvinclav/django-admin-numeric-filter) | Numeric filters for Django admin | **3k**/month |
| 712 | [django-modelclone](https://github.com/RealGeeks/django-modelclone) | Django application that allows users to clone a model in Admin | **3k**/month |
| 713 | [django-postgres-composite...](https://github.com/danni/django-postgres-composite-types) | Postgres composite types support for Django | **3k**/month |
| 714 | [django-richtextfield](https://github.com/jaap3/django-richtextfield) | A Django model field and widget that renders a customizable WYSIWYG/ri... | **3k**/month |
| 715 | [django-related-admin](https://github.com/PetrDlouhy/django-related-admin) | Allow foreign key attributes in list_display with __ | **3k**/month |
| 716 | [django-jstemplate](https://github.com/mjumbewu/django-jstemplate) | A Django template tag for embedding Mustache.js templates -- or other ... | **3k**/month |
| 717 | [django-bulk-sync](https://github.com/mathandpencil/django-bulk-sync) | Combine bulk add, update, and delete into a single call. | **3k**/month |
| 718 | [django-vies](https://pypi.org/project/django-vies/) | Validate and store VAT Information Exchange System (VIES) data in Djan... | **3k**/month |
| 719 | [django-eth-events](https://github.com/gnosis/django-eth-events) | A simple Django app to react to Ethereum events. | **3k**/month |
| 720 | [django-imagefield](https://github.com/matthiask/django-imagefield) | Image field for Django | **3k**/month |
| 721 | [django-cuser](https://github.com/Alir3z4/django-cuser) | Middleware to make user information always available. | **3k**/month |
| 722 | [django-lrucache-backend](https://github.com/kogan/django-lrucache-backend) | A smarter local memory cache backend for Django | **3k**/month |
| 723 | [django-iprestrict](https://pypi.org/project/django-iprestrict/) | Django app + middleware to restrict access to all or sections of a Dja... | **3k**/month |
| 724 | [django-clone](https://github.com/tj-django/django-clone) | Create a clone of a django model instance. | **3k**/month |
| 725 | [django-factory_boy](https://github.com/FactoryBoy/django-factory_boy) | Uses factory_boy to supply test data factory classes for all stock Dja... | **3k**/month |
| 726 | [django-gfklookupwidget](https://github.com/mqsoh/django-gfklookupwidget) | A widget to replace the object_id in a generic relation with a search ... | **3k**/month |
| 727 | [django-i18nfield](https://pypi.org/project/django-i18nfield/) | Store internationalized strings in Django models | **3k**/month |
| 728 | [django-app-helper](https://pypi.org/project/django-app-helper/) | Helper for django applications development | **3k**/month |
| 729 | [django-zxcvbn-password-va...](https://github.com/Pierre-Sassoulas/django-zxcvbn-password-validator) | A translatable password validator for django, based on zxcvbn-python. | **3k**/month |
| 730 | [django-restframework-apiv...](https://github.com/007gzs/django_restframework_apiview) | Django REST_framework APIView | **3k**/month |
| 731 | [django-login-required-mid...](https://github.com/CleitonDeLima/django-login-required-middleware) | Requires login to all requests through middleware. | **3k**/month |
| 732 | [django-afip](https://github.com/WhyNotHugo/django-afip) | AFIP integration for django | **3k**/month |
| 733 | [django-constrainedfilefie...](https://github.com/mbourqui/django-constrainedfilefield) | This Django app adds a new field type, ConstrainedFileField, that has ... | **3k**/month |
| 734 | [django-jsonforms](https://github.com/Aristotle-Metadata-Enterprises/django-jsonforms) | JSON Schema forms for Django | **3k**/month |
| 735 | [django-db-mutex](https://github.com/ambitioninc/django-db-mutex) | Acquire a mutex via the DB in Django | **3k**/month |
| 736 | [django-utils2](https://github.com/WoLpH/django-utils) | Django Utils is a module with some convenient utilities not included w... | **3k**/month |
| 737 | [django-unixtimestampfield](https://github.com/myyang/django-unixtimestampfield) | Django Unix timestamp (POSIX type) field | **3k**/month |
| 738 | [django-with-asserts](https://github.com/johnpaulett/django-with-asserts) | Helpers for testing Django using context managers | **3k**/month |
| 739 | [django-getpaid](https://github.com/sunscrapers/django-getpaid) | Multi-broker payment processor for Django. | **3k**/month |
| 740 | [django-chamber](https://github.com/druids/django-chamber) | Utilities library meant as a complement to django-is-core. | **3k**/month |
| 741 | [django-clamd](https://github.com/vstoykov/django-clamd) | django-clamd is a django integration with Clamd (Clamav daemon). | **3k**/month |
| 742 | [django-pymess](https://github.com/druids/django-pymess) | Pymess is a Django framework for sending messages | **3k**/month |
| 743 | [django-teryt-tree](https://github.com/watchdogpolska/django-teryt-tree) | Django-teryt-tree is a Django app that implements TERYT database as tr... | **3k**/month |
| 744 | [django-autotask](https://github.com/KerkhoffTechnologies/django-autotask) | Django app for working with Autotask. Defines models (tickets, members... | **3k**/month |
| 745 | [django-splash](https://github.com/edx/django-splash) | Splash screen middleware for Django apps | **3k**/month |
| 746 | [django-utils-six](https://github.com/whtsky/django-utils-six) | Forward compatibility django.utils.six for Django 3 | **3k**/month |
| 747 | [django-itelegram](https://github.com/YazdanRa/django-itelegram) | Developing Telegram bots on Django with extra built-in features | **3k**/month |
| 748 | [django-makeconf](https://github.com/ethanmcc/django-makeconf) | A Django app that provides commands to build deployment and other conf... | **3k**/month |
| 749 | [django_openstack_auth](https://pypi.org/project/django_openstack_auth/) | Django authentication backend for use with OpenStack Identity | **3k**/month |
| 750 | [django-qiyu-utils](https://pypi.org/project/django-qiyu-utils/) | Django 辅助工具类 | **3k**/month |
| 751 | [django-google-analytics-a...](https://github.com/praekeltfoundation/django-google-analytics) | Django Google Analytics app allowing for server side/non-js tracking. | **3k**/month |
| 752 | [django-q-sentry](https://pypi.org/project/django-q-sentry/) | A Sentry support plugin for Django Q | **3k**/month |
| 753 | [DjangoKit](https://pypi.org/project/DjangoKit/) | DjangoKit is a set of extensions for Django. | **3k**/month |
| 754 | [django-celerybeat-status](https://github.com/vintasoftware/django-celerybeat-status) | A simple django admin extension that shows when your periodic are goin... | **3k**/month |
| 755 | [django-classy-settings](https://github.com/funkybob/django-classy-settings) | Simple class-based settings for Django | **3k**/month |
| 756 | [django-councilmatic](https://pypi.org/project/django-councilmatic/) | Core functions for councilmatic.org family | **3k**/month |
| 757 | [django-etesync-journal](https://pypi.org/project/django-etesync-journal/) | The server side implementation of the EteSync protocol. | **3k**/month |
| 758 | [django-evolution](https://pypi.org/project/django-evolution/) | A database schema evolution tool for the Django web framework. | **3k**/month |
| 759 | [django-gulp-rev](https://pypi.org/project/django-gulp-rev/) | A simple Django integration with gulp-rev | **3k**/month |
| 760 | [django-kck](https://pypi.org/project/django-kck/) | Data orchestration for Django | **3k**/month |
| 761 | [django-livefield](https://pypi.org/project/django-livefield/) | Convenient soft-deletion support for Django models | **3k**/month |
| 762 | [django-modelapiview](https://github.com/TiphaineLAURENT/Django_APIView) | Two view classes to handle API endpoints | **3k**/month |
| 763 | [django-mssql](https://pypi.org/project/django-mssql/) | Django backend database support for MS SQL Server. | **3k**/month |
| 764 | [django-oscar-cybersource](https://pypi.org/project/django-oscar-cybersource/) | Integration between django-oscar and the Cybersource Secure Acceptance... | **3k**/month |
| 765 | [django-pagination](https://pypi.org/project/django-pagination/) | django-pagination | **3k**/month |
| 766 | [Django-Pizza](https://pypi.org/project/Django-Pizza/) | Yet another Django CMS. | **3k**/month |
| 767 | [django-pyston](https://github.com/matllubos/django-pyston) | Pyston is a Django mini-framework creating APIs. | **3k**/month |
| 768 | [django-radius](https://github.com/robgolding63/django-radius) | Django authentication backend for RADIUS | **3k**/month |
| 769 | [django_scim](https://pypi.org/project/django_scim/) | A partial implementation of the SCIM 2.0 provider specification for us... | **3k**/month |
| 770 | [django-seal](https://pypi.org/project/django-seal/) | Allows ORM constructs to be sealed to prevent them from executing quer... | **3k**/month |
| 771 | [django-searchable-encrypt...](https://pypi.org/project/django-searchable-encrypted-fields/) | Django model fields encrypted using Pycryptodome AES-256 GCM. | **3k**/month |
| 772 | [django-sso-app](https://pypi.org/project/django-sso-app/) | User profile management app | **3k**/month |
| 773 | [django-tool](https://pypi.org/project/django-tool/) | A simple Django app to conduct Web-based tool. | **3k**/month |
| 774 | [django-filtered-datatable...](https://pypi.org/project/django-filtered-datatables/) | Django views with javascript filters using Datatables | **3k**/month |
| 775 | [django-shop](https://github.com/awesto/django-shop) | A RESTful e-commerce framework based on Django | **2k**/month |
| 776 | [django-helpdesk](https://github.com/django-helpdesk/django-helpdesk) | Django-powered ticket tracker for your helpdesk | **2k**/month |
| 777 | [django-mongodb-engine](https://github.com/django-nonrel/mongodb-engine) | MongoDB backend for Django-nonrel | **2k**/month |
| 778 | [django-ses-backend](https://github.com/django-ses/django-ses) | A Django email backend for Amazons Simple Email Service | **2k**/month |
| 779 | [django-forms-builder](https://github.com/stephenmcd/django-forms-builder) | A Django reusable app providing the ability for admin users to create ... | **2k**/month |
| 780 | [django-photologue](https://github.com/richardbarran/django-photologue) | Powerful image management for the Django web framework. | **2k**/month |
| 781 | [django-subdomains](https://github.com/tkaemming/django-subdomains) | Subdomain tools for the Django framework, including subdomain-based UR... | **2k**/month |
| 782 | [django-advanced-filters](https://github.com/modlinltd/django-advanced-filters) | A Django application for advanced admin filters | **2k**/month |
| 783 | [django-categories](https://github.com/callowayproject/django-categories) | A way to handle one or more hierarchical category trees in django. | **2k**/month |
| 784 | [django-hitcount](https://github.com/thornomad/django-hitcount) | Hit counting application for Django. | **2k**/month |
| 785 | [django-pg-zero-downtime-m...](https://github.com/tbicr/django-pg-zero-downtime-migrations) | Django postgresql backend that apply migrations with respect to databa... | **2k**/month |
| 786 | [django-mdeditor](https://github.com/pylixm/django-mdeditor) | A simple Django app to edit markdown text. | **2k**/month |
| 787 | [django-x509](https://github.com/openwisp/django-x509) | Reusable django app to generate and manage x509 certificates | **2k**/month |
| 788 | [django_react_templatetags](https://github.com/Frojd/django-react-templatetags) | This django library allows you to add React components into your djang... | **2k**/month |
| 789 | [django-tailwind](https://github.com/timonweb/django-tailwind) | Tailwind CSS Framework for Django projects | **2k**/month |
| 790 | [django-csvimport](https://github.com/edcrewe/django-csvimport) | Import CSV files to django models | **2k**/month |
| 791 | [django-permission](https://github.com/lambdalisue/django-permission) | A enhanced permission system which enable logical permissionsystems to... | **2k**/month |
| 792 | [django-kronos](https://github.com/jgorset/django-kronos) | Kronos is a Django application that makes it easy to define and schedu... | **2k**/month |
| 793 | [django-eventstream](https://github.com/fanout/django-eventstream) | Server-Sent Events for Django | **2k**/month |
| 794 | [django-custom-user](https://github.com/jcugat/django-custom-user) | Custom user model for Django >= 1.5 with the same behaviour as Djangos... | **2k**/month |
| 795 | [django-bulma](https://github.com/timonweb/django-bulma) | Bulma CSS Framework for Django projects | **2k**/month |
| 796 | [django-pwa](https://github.com/silviolleite/django-pwa) | A Django app to include a manifest.json and Service Worker instance to... | **2k**/month |
| 797 | [django-google-maps](https://github.com/madisona/django-google-maps) | Plugs google maps V3 api into Django admin. | **2k**/month |
| 798 | [django-db-mailer](https://github.com/LPgenerator/django-db-mailer) | Django module to easily send emails using django templates stored in a... | **2k**/month |
| 799 | [django-authority](https://github.com/jazzband/django-authority) | A Django app that provides generic per-object-permissions for Djangos ... | **2k**/month |
| 800 | [django-star-ratings](https://github.com/wildfish/django-star-ratings) | A Django app to add star ratings to models. | **2k**/month |
| 801 | [django-audit-log](https://github.com/vvangelovski/django-audit-log) | Audit trail for django models | **2k**/month |
| 802 | [django-softdelete](https://github.com/scoursen/django-softdelete) | Soft delete support for Django ORM, with undelete. | **2k**/month |
| 803 | [django-netjsonconfig](https://github.com/openwisp/django-netjsonconfig) | Configuration manager for embedded devices, implemented as a reusable ... | **2k**/month |
| 804 | [django-uwsgi](https://github.com/unbit/django-uwsgi) | uWSGI stuff for Django projects | **2k**/month |
| 805 | [django-behave](https://github.com/django-behave/django-behave) | Django Test Runner for the Behave BDD module | **2k**/month |
| 806 | [django-celery-transaction...](https://github.com/bradleyayers/django-celery-transactions) | Django transaction support for Celery tasks. | **2k**/month |
| 807 | [django-adminlte2](https://github.com/adamcharnock/django-adminlte2) | Admin LTE templates, admin theme, and template tags for Django | **2k**/month |
| 808 | [django-seo-js](https://github.com/skoczen/django-seo-js) | SEO support for angular, backbone, ember, famo.us, and other SPA apps ... | **2k**/month |
| 809 | [django-rest-assured](https://github.com/ydaniv/django-rest-assured) | Django REST Assured instantly test-covers your Django REST Framework b... | **2k**/month |
| 810 | [djangorestframework-seria...](https://github.com/evenicoulddoit/django-rest-framework-serializer-extensions) | Extensions to DRY up Django Rest Framework serializers | **2k**/month |
| 811 | [django-admin-shortcuts](https://github.com/alesdotio/django-admin-shortcuts) | Add simple and pretty shortcuts to the django admin homepage. | **2k**/month |
| 812 | [django-oscar-accounts](https://github.com/django-oscar/django-oscar-accounts) | Managed accounts for django-oscar | **2k**/month |
| 813 | [django-ddp](https://github.com/jazzband/django-ddp) | Django/PostgreSQL implementation of the Meteor server. | **2k**/month |
| 814 | [django-jwt-auth](https://github.com/jpadilla/django-jwt-auth) | JSON Web Token based authentication for Django | **2k**/month |
| 815 | [django-flexible-subscript...](https://github.com/studybuffalo/django-flexible-subscriptions) | A subscription and recurrent billing application for Django. | **2k**/month |
| 816 | [django-activeurl](https://pypi.org/project/django-activeurl/) | Easy-to-use active URL highlighting for Django | **2k**/month |
| 817 | [django-fancy-cache](https://github.com/peterbe/django-fancy-cache) | A Django cache_page decorator on steroids | **2k**/month |
| 818 | [django-tastypie-swagger](https://github.com/concentricsky/django-tastypie-swagger) | An adapter to use swagger-ui with django-tastypie | **2k**/month |
| 819 | [django-admin-views](https://github.com/frankwiles/django-admin-views) | django-admin-views is a simple way to add custom admin views and direc... | **2k**/month |
| 820 | [django-object-tools](https://github.com/praekelt/django-object-tools) | Django app enabling painless creation of additional admin object tools... | **2k**/month |
| 821 | [django-staticfiles](https://github.com/jezdez/django-staticfiles) | A Django app that provides helpers for serving static files. | **2k**/month |
| 822 | [django-survey-and-report](https://github.com/Pierre-Sassoulas/django-survey) | A django survey app, based on and compatible with django-survey. You w... | **2k**/month |
| 823 | [django-chroniker](https://github.com/chrisspen/django-chroniker) | Easily control cron jobs via Djangos admin. | **2k**/month |
| 824 | [django-oscar-paypal](https://github.com/django-oscar/django-oscar-paypal) | Integration with PayPal Express, PayPal Payflow Pro and Adaptive Payme... | **2k**/month |
| 825 | [django-paging](https://github.com/dcramer/django-paging) | An efficient paginator that works. | **2k**/month |
| 826 | [django-adminlte3](https://github.com/d-demirci/django-adminlte3) | Admin LTE templates, admin theme, and template tags for Django | **2k**/month |
| 827 | [djangorestframework-expir...](https://github.com/JamesRitchie/django-rest-framework-expiring-tokens) | Expiring Authentication Tokens for Django REST Framework | **2k**/month |
| 828 | [django-leaflet-storage](https://github.com/umap-project/django-leaflet-storage) | Create collaborative maps on top of Geodjango and Leaflet. | **2k**/month |
| 829 | [django-contact-form](https://github.com/ubernostrum/django-contact-form) | A generic contact-form application for Django | **2k**/month |
| 830 | [django-tablib](https://github.com/joshourisman/django-tablib) | A wrapper around Kenneth Reitz tablib to work with Django models. | **2k**/month |
| 831 | [django-optimistic-lock](https://github.com/gavinwahl/django-optimistic-lock) | Offline optimistic locking for Django | **2k**/month |
| 832 | [django-xworkflows](https://pypi.org/project/django-xworkflows/) | A django app enabling Django models to use xworkflows. | **2k**/month |
| 833 | [django-admin-row-actions](https://github.com/DjangoAdminHackers/django-admin-row-actions) | django admin row actions | **2k**/month |
| 834 | [django-dynamic-model](https://pypi.org/project/django-dynamic-model/) | Allow dynamic creation and updates to database schema at runtime. | **2k**/month |
| 835 | [django-gulp](https://pypi.org/project/django-gulp/) | Run your gulp tasks with runserver and collectstatic | **2k**/month |
| 836 | [django-admin-relation-lin...](https://github.com/gitaarik/django-admin-relation-links) | An easy way to add links to relations in the Django Admin site. | **2k**/month |
| 837 | [django-postgres-fuzzycoun...](https://github.com/stephenmcd/django-postgres-fuzzycount) | A Django model manager providing fast / fuzzy counts for PostgreSQL da... | **2k**/month |
| 838 | [django-daguerre](https://github.com/melinath/django-daguerre) | On-the-fly image manipulation for Django 1.11+. | **2k**/month |
| 839 | [django-microsoft-auth](https://github.com/AngellusMortis/django_microsoft_auth) | Simple app to enable Microsoft Account, Office 365 Enterprise, Azure A... | **2k**/month |
| 840 | [django-cloud-browser](https://pypi.org/project/django-cloud-browser/) | Django Cloud Browser application. | **2k**/month |
| 841 | [django-envelope](https://github.com/zsiciarz/django-envelope) | A contact form app for Django | **2k**/month |
| 842 | [django-tracking-analyzer](https://github.com/jose-lpa/django-tracking-analyzer) | User actions tracking and analytics for Django sites. | **2k**/month |
| 843 | [django-ca](https://github.com/mathiasertl/django-ca) | A Django app providing a SSL/TLS certificate authority. | **2k**/month |
| 844 | [django-admin-lightweight-...](https://github.com/hakib/django-admin-lightweight-date-hierarchy) | Using django admin date hierarchy queries free! | **2k**/month |
| 845 | [django-email-extras](https://github.com/stephenmcd/django-email-extras) | A Django reusable app providing the ability to send PGP encrypted and ... | **2k**/month |
| 846 | [django-template-debug](https://github.com/calebsmith/django-template-debug) | A small collection of template tags for debugging and introspecting te... | **2k**/month |
| 847 | [django-mail-factory](https://github.com/peopledoc/django-mail-factory) | Django Mail Manager | **2k**/month |
| 848 | [djangorecipe](https://github.com/rvanlaar/djangorecipe) | Buildout recipe for Django | **2k**/month |
| 849 | [django-debug-toolbar-line...](https://github.com/dmclain/django-debug-toolbar-line-profiler) | A panel for django-debug-toolbar that integrates information from line... | **2k**/month |
| 850 | [django-letsencrypt](https://github.com/urda/django-letsencrypt) | A simple Django app to handle Lets Encrypt ACME challenges. | **2k**/month |
| 851 | [django-password-policies](https://github.com/tarak/django-password-policies) | A Django application to implent password policies. | **2k**/month |
| 852 | [django-restricted-session...](https://github.com/mxsasha/django-restricted-sessions) | Restrict Django sessions to IP and/or user agent. | **2k**/month |
| 853 | [django-html_sanitizer](https://github.com/ui/django-html_sanitizer) | Provides a set of HTML cleaning utilities for django models, forms and... | **2k**/month |
| 854 | [django-carrot](https://github.com/chris104957/django-carrot) | A RabbitMQ asynchronous task queue for Django. | **2k**/month |
| 855 | [django-tsvector-field](https://github.com/damoti/django-tsvector-field) | Django field implementation for PostgreSQL tsvector. | **2k**/month |
| 856 | [django-rest-models](https://github.com/Yupeek/django-rest-models) | django Fake ORM model that query an RestAPI instead of a database — | **2k**/month |
| 857 | [django-admin-shell](https://github.com/djk2/django-admin-shell) | | **2k**/month |
| 858 | [django-templatetag-handle...](https://github.com/makinacorpus/django-templatetag-handlebars) | Easily embed Handlebars.js templates in your django templates | **2k**/month |
| 859 | [django-postgres-extension...](https://github.com/primal100/django_postgres_extensions) | Extra features for django.contrib.postgres | **2k**/month |
| 860 | [django-admin-charts](https://github.com/PetrDlouhy/django-admin-charts) | django-admin-charts - Easily configurable charts statistics for `djang... | **2k**/month |
| 861 | [django-fullurl](https://github.com/Flimm/django-fullurl) | Adds three template tags to Django: `fullurl`, `fullstatic` and `build... | **2k**/month |
| 862 | [django-antispam](https://pypi.org/project/django-antispam/) | Anti-spam protection tools for django applications. | **2k**/month |
| 863 | [django-throttle-requests](https://github.com/sobotklp/django-throttle-requests) | A Django framework for application-layer rate limiting | **2k**/month |
| 864 | [django-recaptcha3](https://github.com/kbytesys/django-recaptcha3) | Django reCaptcha v3 field/widget | **2k**/month |
| 865 | [django-tabular-permission...](https://github.com/RamezIssac/django-tabular-permissions) | Display django permissions in a tabular format that is user friendly, ... | **2k**/month |
| 866 | [django-intercom](https://github.com/kencochrane/django-intercom) | Django App for integrating with intercom.io | **2k**/month |
| 867 | [django-argonauts](https://github.com/fusionbox/django-argonauts) | A lightweight collection of JSON helpers for Django. | **2k**/month |
| 868 | [django-sitemessage](https://github.com/idlesign/django-sitemessage) | Reusable application for Django introducing a message delivery framewo... | **2k**/month |
| 869 | [django-auth-ldap3-ad](https://github.com/Lucterios2/django_auth_ldap3_ad) | very simple authentication module for python3 / django / LDAP or AD | **2k**/month |
| 870 | [django-request-profiler](https://github.com/yunojuno/django-request-profiler) | A simple Django project profiler for timing HTTP requests. | **2k**/month |
| 871 | [django-csp-reports](https://github.com/adamalton/django-csp-reports) | A Django app for handling reports from web browsers of violations of y... | **2k**/month |
| 872 | [django-decouple](https://github.com/henriquebastos/django-decouple) | Strict separation of settings from code. | **2k**/month |
| 873 | [django-active-link](https://github.com/valerymelou/django-active-link) | The best way to highlight active links in your Django app. | **2k**/month |
| 874 | [django-logging-json](https://github.com/cipriantarta/django-logging) | A simple Django app to log requests/responses in various formats, such... | **2k**/month |
| 875 | [django-yubin](https://github.com/APSL/django-yubin) | A reusable Django app for composing and queueing emails Adds django-ma... | **2k**/month |
| 876 | [django-protector](https://github.com/grey0ne/django-protector) | Django application for managing object level permissions and generic g... | **2k**/month |
| 877 | [django-templates-macros](https://github.com/twidi/django-templates-macros) | Add macros to your django templates | **2k**/month |
| 878 | [django-precise-bbcode](https://github.com/ellmetha/django-precise-bbcode) | A django BBCode integration.. | **2k**/month |
| 879 | [djangorestframework-link-...](https://github.com/tbeadle/django-rest-framework-link-header-pagination) | Provide pagination using a Link HTTP header as described in https://de... | **2k**/month |
| 880 | [django-redis-sessions-for...](https://github.com/hellysmile/django-redis-sessions-fork) | Redis Session Backend For Django | **2k**/month |
| 881 | [django-djconfig](https://github.com/nitely/django-djconfig) | DjConfig is a Django app for storing dynamic configurations. | **2k**/month |
| 882 | [django-ultracache](https://github.com/praekelt/django-ultracache) | Drop-in replacement for Djangos template fragment caching. Provides au... | **2k**/month |
| 883 | [django-modelsdoc](https://github.com/tell-k/django-modelsdoc) | Create models definitions document from your Django project. | **2k**/month |
| 884 | [django-authlib](https://github.com/matthiask/django-authlib) | Authentication utils for Django | **2k**/month |
| 885 | [django-codemirror2](https://github.com/sk1p/django-codemirror2) | Django widgets for replacing textareas with CodeMirror2, an in-browser... | **2k**/month |
| 886 | [django-log-viewer](https://github.com/agusmakmun/django-log-viewer) | Django log viewer | **2k**/month |
| 887 | [django-ltree](https://github.com/mariocesar/django-ltree) | Django app to support ltree postgres extension | **2k**/month |
| 888 | [django-ulogin](https://github.com/marazmiki/django-ulogin) | User social authentication with ulogin.ru service | **2k**/month |
| 889 | [django-jsonfield-backport](https://github.com/laymonage/django-jsonfield-backport) | Backport of the cross-DB JSONField model and form fields from Django 3... | **2k**/month |
| 890 | [django-seeker](https://github.com/imsweb/django-seeker) | A python package for mapping and querying Django models in Elasticsear... | **2k**/month |
| 891 | [django-saml2-pro-auth](https://github.com/zibasec/django-saml2-pro-auth) | SAML2 authentication backend for Django wrapping OneLogins python-saml... | **2k**/month |
| 892 | [django-docopt-command](https://github.com/mbraak/django-docopt-command) | Django-docopt-command allows you to write Django manage.py commands us... | **2k**/month |
| 893 | [django-jsonfallback](https://github.com/raphaelm/django-jsonfallback) | JSONField from django.contrib.postgres, but with a fallback to TextFie... | **2k**/month |
| 894 | [django-stomp](https://github.com/juntossomosmais/django-stomp) | A simple implementation of STOMP with Django | **2k**/month |
| 895 | [django-bananas](https://github.com/5monkeys/django-bananas) | Django Bananas - Django extensions the monkey way | **2k**/month |
| 896 | [django-etc](https://github.com/idlesign/django-etc) | Tiny stuff for Django that wont fit into separate apps. | **2k**/month |
| 897 | [django-group-by](https://github.com/kako-nawao/django-group-by) | Group by arbitrary model fields | **2k**/month |
| 898 | [django-zero](https://github.com/django-zero/django-zero) | Zero-configuration django projects. | **2k**/month |
| 899 | [django-ok-seo](https://github.com/LowerDeez/ok-seo) | django-ok-seo allows you to add meta tags and OpenGraph properties to ... | **2k**/month |
| 900 | [django-angular-dynamic-fo...](https://github.com/mesemus/django-angular-dynamic-forms) | Django Rest Framework meets Angular 5 material.io dynamic forms - rapi... | **2k**/month |
| 901 | [django-dynamic-filenames](https://github.com/codingjoe/django-dynamic-filenames) | Write advanced filename patterns using the Format String Syntax. | **2k**/month |
| 902 | [django-pdfkit](https://github.com/alexhayes/django-pdfkit) | Django view that converts HTML to PDF using webkit. | **2k**/month |
| 903 | [djangorestframework-recap...](https://github.com/Maximilien-R/django-rest-framework-recaptcha) | reCAPTCHA field for Django REST framework serializers. | **2k**/month |
| 904 | [django-3-jet](https://github.com/Barukimang/django-jet) | Modern template for Django admin interface with improved functionality | **2k**/month |
| 905 | [django-fontawesome-5](https://github.com/BenjjinF/django-fontawesome-5) | A utility for using icons in models, forms, and templates. | **2k**/month |
| 906 | [django-sizefield](https://github.com/leplatrem/django-sizefield) | A model field to store a file size, whose edition and display shows un... | **2k**/month |
| 907 | [django-ckeditor-filebrows...](https://github.com/nephila/django-ckeditor-filebrowser-filer) | A django-filer based CKEditor filebrowser | **2k**/month |
| 908 | [django-vkontakte-api](https://github.com/ramusus/django-vkontakte-api) | Django implementation for vkontakte API | **2k**/month |
| 909 | [django-pg-bulk-update](https://github.com/M1ha-Shvn/django-pg-bulk-update) | Django extension, executing bulk update operations for PostgreSQL | **2k**/month |
| 910 | [django-admin-extend](https://github.com/kux/django-admin-extend) | Provides functionality for extendingModelAdmin classes that have alrea... | **2k**/month |
| 911 | [django-heroku-connect](https://github.com/Thermondo/django-heroku-connect) | Django integration Salesforce using Heroku Connect. | **2k**/month |
| 912 | [django-pagetree](https://github.com/ccnmtl/django-pagetree) | Tree of Pages helper application | **2k**/month |
| 913 | [django-mailjet](https://github.com/kidig/django-mailjet) | A Django email backend for Mailjet | **2k**/month |
| 914 | [django-xforwardedfor-midd...](https://github.com/allo-/django-xforwardedfor-middleware) | Django X-Forwarded-For Middleware | **2k**/month |
| 915 | [django-generic-links](https://github.com/matagus/django-generic-links) | Simple and generic application for Django projects to attach and handl... | **2k**/month |
| 916 | [django-geoexplorer](https://github.com/GeoNode/django-geoexplorer) | Use GeoExplorer in your django projects | **2k**/month |
| 917 | [django-relativedelta](https://github.com/CodeYellowBV/django-relativedelta) | Django alternative to DurationField using dateutil.relativedelta | **2k**/month |
| 918 | [django-huey-monitor](https://github.com/boxine/django-huey-monitor) | Django based tool for monitoring huey task queue: https://github.com/c... | **2k**/month |
| 919 | [django-glrm](https://pypi.org/project/django-glrm/) | A Django middleware that make all views and URLs login required. | **2k**/month |
| 920 | [django-durationwidget](https://github.com/devangpadhiyar/django-durationwidget) | Django Duration field widget to handle duration field in the form | **2k**/month |
| 921 | [django-hierarkey](https://github.com/raphaelm/django-hierarkey) | Hierarchical key-value store for django | **2k**/month |
| 922 | [django-sortedm2m-filter-h...](https://github.com/svleeuwen/sortedm2m-filter-horizontal-widget) | Horizontal filter widget for django-sortedm2m | **2k**/month |
| 923 | [django-multifactor](https://github.com/oliwarner/django-multifactor) | Drop-in multifactor authentication subsystem for Django. | **2k**/month |
| 924 | [djangocassandra](https://github.com/Knotis/djangocassandra) | Cassandra support for the Django web framework | **2k**/month |
| 925 | [django-mcadmin](https://github.com/vint21h/django-mcadmin) | Easily run Django management commands from admin | **2k**/month |
| 926 | [django-pkgconf](https://github.com/byashimov/django-pkgconf) | Yet another application settings helper. | **2k**/month |
| 927 | [django-app-settings](https://github.com/pawamoy/django-appsettings) | Application settings helper for Django apps. | **2k**/month |
| 928 | [django-override-storage](https://github.com/danifus/django-override-storage) | Django test helpers to manage file storage side effects. | **2k**/month |
| 929 | [django-stuff](https://github.com/rhenter/django-stuff) | Library with common code for Django | **2k**/month |
| 930 | [django-boost](https://github.com/ChanTsune/django-boost) | Django Extension library | **2k**/month |
| 931 | [django-admin-thumbnails](https://github.com/BigglesZX/django-admin-thumbnails) | A Django app for DRY thumbnails in admin list views and forms. | **2k**/month |
| 932 | [django-report-utils](https://github.com/burke-software/django-report-utils) | Common report functions used by django-report-builder and django-repor... | **2k**/month |
| 933 | [django-debug-toolbar-forc...](https://github.com/barseghyanartur/django-debug-toolbar-force) | Force debugging of partial- or non-HTML views in django-debug-toolbar. | **2k**/month |
| 934 | [django-pragmatic](https://github.com/PragmaticMates/django-pragmatic) | Pragmatic tools and utilities for Django projects | **2k**/month |
| 935 | [django-proxy-server](https://github.com/lmanzurv/django_proxy_server) | This is a django application to use django as a proxy server between a... | **2k**/month |
| 936 | [django-ripple_api](https://github.com/42cc/ripple_api) | Python wrapper for the Ripple API | **2k**/month |
| 937 | [django-elastic-appsearch](https://github.com/CorrosiveKid/django_elastic_appsearch) | Integrate your Django Project with Elastic App Search with ease. | **2k**/month |
| 938 | [django-hint](https://github.com/VieoloOU/django-hint) | Typehinting package for django | **2k**/month |
| 939 | [django-geostore](https://github.com/Terralego/django-geostore) | Django geographic store and vector tile generation | **2k**/month |
| 940 | [django-groupadmin-users](https://github.com/Microdisseny/django-groupadmin-users) | Edit users in group from the Group add and edit pages | **2k**/month |
| 941 | [django-asana](https://pypi.org/project/django-asana/) | Django Asana integration project | **2k**/month |
| 942 | [django-enforce-host](https://github.com/dabapps/django-enforce-host) | Middleware to redirect requests to a canonical hostname | **2k**/month |
| 943 | [django-jacc](https://github.com/kajala/django-jacc) | Simple double entry accounting system (debits/credits) for Django proj... | **2k**/month |
| 944 | [django-customer-billing](https://pypi.org/project/django-customer-billing/) | | **2k**/month |
| 945 | [django-on-heroku](https://github.com/pkrefta/django-on-heroku) | This package simplifies running a Django app on Heroku platform. | **2k**/month |
| 946 | [django-cast](https://github.com/ephes/django-cast) | Just another blogging / podcasting package | **2k**/month |
| 947 | [django-fido](https://github.com/CZ-NIC/django-fido) | Django application for FIDO protocol | **2k**/month |
| 948 | [django-auth-token](https://github.com/druids/django-auth-token) | Django authorization via tokens. | **2k**/month |
| 949 | [django-samesite-none](https://github.com/zvyn/django-samesite-none) | Django middleware which sets SameSite flag to None for cookies where i... | **2k**/month |
| 950 | [django-template-engines](https://github.com/Terralego/django-template-engines) | Additional template engines for Django. | **2k**/month |
| 951 | [django-alt](https://github.com/poskadesign/django-alt) | Alternative approach to data validation and REST endpoints in Django a... | **2k**/month |
| 952 | [django-flashpolicies](https://pypi.org/project/django-flashpolicies/) | Flash cross-domain policies for Django sites | **2k**/month |
| 953 | [django-agent-trust](https://github.com/django-otp/django-agent-trust) | A framework for managing agent trust, such as public vs. private compu... | **2k**/month |
| 954 | [django-limits](https://github.com/LegoStormtroopr/django-city-limits) | | **2k**/month |
| 955 | [django-simple-log](https://github.com/kindlycat/django-simple-log) | Logging django models changes. | **2k**/month |
| 956 | [Django-CryptographicField...](https://github.com/Shahprogrammer/Django-CryptographicFields) | A Django app for cryptography in Django Models. | **2k**/month |
| 957 | [django-perimeter](https://github.com/yunojuno/django-perimeter) | Site-wide perimeter access control for Django projects. | **2k**/month |
| 958 | [django-exporter](https://github.com/prezi/django-exporter) | Export Django metrics for Prometheus. | **2k**/month |
| 959 | [django-psycopg2-extension](https://github.com/druids/django-psycopg2-extension) | Library contains django commands which helps to prepare and manage Pos... | **2k**/month |
| 960 | [django-postgresql-dag](https://github.com/OmenApps/django-postgresql-dag) | Directed Acyclic Graph implementation for Django & Postgresql | **2k**/month |
| 961 | [django-markdownfield](https://github.com/dmptrluke/django-markdownfield) | A simple custom field for Django that can safely render Markdown and s... | **2k**/month |
| 962 | [django-pynotify](https://github.com/druids/django-pynotify) | General purpose notification library for Django | **2k**/month |
| 963 | [django-humanize](https://github.com/oasiswork/django-humanize) | Use humanize 3rd-party lib as template filters | **2k**/month |
| 964 | [django-atom](https://pypi.org/project/django-atom/) | A different stuff for Django to faster make a world a better place. | **2k**/month |
| 965 | [django-user-email-extensi...](https://github.com/ArieLevs/Django-User-Email-Extension) | User model extender for django | **2k**/month |
| 966 | [django-powerbank](https://github.com/wooyek/django-powerbank) | Extra power for included batteries | **2k**/month |
| 967 | [django-http-referrer-poli...](https://github.com/DmytroLitvinov/django-http-referrer-policy) | django-http-referrer-policy provides a middleware class implementing t... | **2k**/month |
| 968 | [django-codenerix-invoicin...](https://github.com/codenerix/django-codenerix-invoicing) | Codenerix Invoicing is a module that enables CODENERIX to manage bills... | **2k**/month |
| 969 | [django-jsonattrs](https://github.com/Cadasta/django-jsonattrs) | Django app to provide Postgres JSON-based attribute management. | **2k**/month |
| 970 | [django-codenerix-pos](https://github.com/codenerix/django-codenerix-pos) | Codenerix Products is a module that enables CODENERIX to set Point of ... | **2k**/month |
| 971 | [django-po2xls](https://github.com/vint21h/django-po2xls) | Convert gettext .po files to .xls | **2k**/month |
| 972 | [django-extended-shell](https://github.com/detect-dev/django-extended-shell) | Django shell with imported models | **2k**/month |
| 973 | [django2-semantic-ui](https://github.com/franklintiel/django2-semantic-ui) | Library to easy install, configure and use Semantic UI framework with ... | **2k**/month |
| 974 | [django-markitup](https://github.com/CTPUG/django-markitup) | Markup handling for Django using the MarkItUp! universal markup editor | **2k**/month |
| 975 | [django-standard-form](https://github.com/alesdotio/django-standard-form) | Quick and simple django templatetags for displaying forms. | **2k**/month |
| 976 | [django-xff](https://github.com/ferrix/xff) | Django X-Forwarded-For Properly | **2k**/month |
| 977 | [django-awl](https://pypi.org/project/django-awl/) | Miscellaneous django tools | **2k**/month |
| 978 | [django-fakeredis](https://github.com/o3o3o/django-fakeredis) | Easier to use fakeredis in Django. | **2k**/month |
| 979 | [django-dbmi-client](https://github.com/hms-dbmi/django-dbmi-client) | | **2k**/month |
| 980 | [django-kdl-wagtail](https://github.com/kingsdigitallab/django-kdl-wagtail) | KDL Wagtail Base Models | **2k**/month |
| 981 | [django-generic-m2m-field](https://github.com/druids/django-generic-m2m-field) | Django generic many to many field library. | **2k**/month |
| 982 | [django-celery-extensions](https://github.com/druids/django-celery-extensions) | Django celery extensions library. | **2k**/month |
| 983 | [django-sms-validator](https://github.com/matllubos/django-sms-validator) | Python library for sms validation. | **2k**/month |
| 984 | [django-verification-token](https://github.com/druids/django-verification-token) | Django library for generation verification toekens. | **2k**/month |
| 985 | [django-pg-hll](https://github.com/M1ha-Shvn/django-pg-hll) | Provides a django wrapper for postgresql-hll library by CitusData | **2k**/month |
| 986 | [django-choice-enumfields](https://github.com/druids/django-choice-enumfields) | Real Python Enums for Django. | **2k**/month |
| 987 | [django-bootstrap4-form](https://github.com/gwasser/django-bootstrap4-form) | django-bootstrap4-form | **2k**/month |
| 988 | [django-fluent-utils](https://github.com/django-fluent/django-fluent-utils) | Internal utilities for code sharing between django-fluent modules | **2k**/month |
| 989 | [django-staff-sso-client](https://pypi.org/project/django-staff-sso-client/) | Reusable Django app to facilitate gov.uk Staff Single Sign On | **2k**/month |
| 990 | [django-onfido](https://github.com/yunojuno/django-onfido) | Django app for integration with Onfido. | **2k**/month |
| 991 | [django-settings-local](https://github.com/fasih/django-settings-local) | Manage Django Local Settings | **2k**/month |
| 992 | [django-cloudinary-storage](https://github.com/tiagocordeiro/django-cloudinary-storage) | Django package that provides Cloudinary storages for both media and st... | **2k**/month |
| 993 | [django-context-cache](https://github.com/druids/django-context-cache) | Django context cache library. | **2k**/month |
| 994 | [django-emailtools-reloade...](https://pypi.org/project/django-emailtools-reloaded/) | App for Django featuring class based email sending. | **2k**/month |
| 995 | [django-fperms](https://github.com/druids/django-fperms) | Flexible Django permissions backend | **2k**/month |
| 996 | [django-fperms-iscore](https://github.com/druids/django-fperms-iscore) | Perms for iscore library | **2k**/month |
| 997 | [django-GDPR](https://github.com/BrnoPCmaniak/django-GDPR) | Library for GDPR implementation | **2k**/month |
| 998 | [django-help-me](https://github.com/renderbox/django-help-me) | An app for providing a simple Help Desk & FAQ for users. | **2k**/month |
| 999 | [django-jsform](https://github.com/quadrant-newmedia/django_jsform) | Django integration for jsform | **2k**/month |
| 1000 | [django-token-tools](https://github.com/Terralego/django-token-tools) | Suite of Django tools around token authentication. | **2k**/month |