readevalprint / mini-djangoLinks
Single file Django project for instant gratification
☆252Updated 4 years ago
Alternatives and similar repositories for mini-django
Users that are interested in mini-django are comparing it to the libraries listed below
Sorting:
- (formerly known as django-salmonella) A raw_id_fields widget replacement that handles display of an object's string value on change and c…☆166Updated 8 months ago
- A special kind of ModelAdmin that allows it to be nested within another ModelAdmin☆140Updated 11 months ago
- ☆122Updated last year
- Rate-limit your login attempts at the authentication backend level☆169Updated 4 years ago
- Chunk large QuerySets into small chunks, and iterate over them without killing your RAM.☆110Updated 3 years ago
- Easily add search/filter functionality to Django projects☆65Updated last year
- Write Django management command using the click CLI library☆281Updated 5 months ago
- A Django template library for manipulating URLs☆182Updated 3 years ago
- Anonymize production data so it can be safely used in not-so-safe environments☆163Updated last year
- Utilities for working with the Pwned Passwords database from Django.☆131Updated 4 months ago
- Use Google Sheets as context variables in Django templates☆99Updated 4 years ago
- Generic model related data prefetch framework for Django.☆151Updated 2 years ago
- A Django application that exposes a bunch of PostgreSQL database metrics.☆144Updated last month
- Login as any user from the Django admin interface, then switch back when done☆196Updated 8 months ago
- Instrumentation for django page loads☆310Updated 5 years ago
- Articles from djangoadvent.com.☆128Updated 5 years ago
- 💂🏻 Django package that provides hints to optimize database usage by deferring unused fields (and more)☆194Updated 2 years ago
- Debug Django applications directly in Google Chrome Devtools.☆124Updated 5 years ago
- A small app to ensure your users re-agree to Terms of Service changes☆160Updated 2 months ago
- Fernet symmetric encryption for Django model fields☆198Updated last year
- Gives you `manage.py runserver --pdb` and `manage.py test --pdb`