shangxiao / stupid-django-tricksLinks
☆69Updated 3 months ago
Alternatives and similar repositories for stupid-django-tricks
Users that are interested in stupid-django-tricks are comparing it to the libraries listed below
Sorting:
- Autocomplete widgets and views using TomSelect☆78Updated 3 months ago
- Make Django’s autoreloader more efficient by watching for changes with watchfiles.☆162Updated this week
- ☆133Updated last week
- A search (cmd+k) modal, for the Django admin UI, that searches your entire site.☆131Updated 6 months ago
- Detect N+1s in your Django app.☆175Updated 11 months ago
- Django package to implement "migration zero" pattern - covering your local changes and the CI/CD pipeline☆82Updated 3 weeks ago
- Launch Harlequin, the SQL IDE for your Terminal, with your Django database configuration.☆83Updated 3 weeks ago
- ProseMirror-based HTML editor for Django☆186Updated last week
- ☆167Updated last month
- Class-based emails for django shipping with a test suite☆80Updated 3 weeks ago
- Hunt down the lines of your Django application code which are responsible for executing the most queries.☆155Updated 5 months ago
- An app to make it safer, faster and more fun to develop in Django☆210Updated 7 months ago
- High-flying components for perfectionists with deadlines☆118Updated 2 weeks ago
- An unsurprising Django API framework☆155Updated last year
- Wonderful rich-text editing for your Django project☆221Updated last month
- A Django app that tracks your queries to help optimize them. See Qorme for automated ORM optimization: https://qorme.com?ref=dj-tracker☆87Updated last month
- Enable login-by-email with the default User model for your Django project by making auth.User.email unique.☆146Updated last year
- Helpers for creating high-level functional tests in Django, with a unified API for WebTest and Selenium tests.☆131Updated last month
- ☆53Updated last month
- A small Django utility to make it easier to revert and redo migrations or to recreate your database.☆73Updated last year
- production settings for Django