Today I Learned
☆97Mar 13, 2026Updated last week
Alternatives and similar repositories for til
Users that are interested in til are comparing it to the libraries listed below
Sorting:
- An alternative to Django's BrokenLinkEmailsMiddleware☆19Mar 25, 2020Updated 5 years ago
- A small Django utility to make it easier to revert and redo migrations or to recreate your database.☆73Sep 26, 2024Updated last year
- Incrementally create static sites from Django, meant to be used in background tasks.☆14Jan 6, 2025Updated last year
- Small mixins for Django's generic class-based views.☆17Apr 17, 2024Updated last year
- ☆30Updated this week
- Build reusable components in Django, inspired by Rails ViewComponent☆72Jan 11, 2025Updated last year
- ☆24Jan 10, 2022Updated 4 years ago
- A fasta collectstatic command.☆75Dec 25, 2025Updated 2 months ago
- DCM is a set of tools that helps you to keep your data in your Django Models consistent.☆64Feb 25, 2024Updated 2 years ago
- An authorization system based exclusively on allow lists☆89Mar 9, 2026Updated last week
- A Django application that exposes a bunch of PostgreSQL database metrics.☆144Updated this week
- Detect N+1s in your Django app.☆184Updated this week
- Smart reversion of Django migrations based on Git diff☆76May 9, 2023Updated 2 years ago
- Turns your raw sql into a QuerySet.☆52Mar 26, 2022Updated 3 years ago
- Properties that are both ORM expressions and python code.☆87Jan 11, 2024Updated 2 years ago
- Autocomplete widgets and views using TomSelect☆85Updated this week
- Class-based emails for django shipping with a test suite☆80Dec 11, 2025Updated 3 months ago
- Launch Harlequin, the SQL IDE for your Terminal, with your Django database configuration.☆84Mar 8, 2026Updated last week
- Django package to implement "migration zero" pattern - covering your local changes and the CI/CD pipeline☆82Dec 11, 2025Updated 3 months ago
- Django Powered Dynamic Sphinx Docs.☆55Feb 23, 2026Updated 3 weeks ago
- A lightweight function-oriented toolkit for better organisation of business logic and efficient selection and projection of data in Djang…☆205Feb 3, 2026Updated last month
- A Django template formatter.☆376Mar 8, 2026Updated last week
- 🏭 An easy-to-use implementation of Creation Methods for Django, backed by Faker.☆116Jul 7, 2024Updated last year
- The missing debug tool for django☆209Feb 11, 2026Updated last month
- An app that will analyze and report on links in any model that you register with it. Links can be bare (urls or image and file fields) or…☆95Dec 13, 2025Updated 3 months ago
- ☆19Nov 11, 2025Updated 4 months ago
- Hunt down the lines of your Django application code which are responsible for executing the most queries.☆157Jul 17, 2025Updated 8 months ago
- A Django library for asynchronously triggering actions in response to database changes. It supports integration with webhooks, message br…