treyhunner/django-sortedm2m — explained in plain English
Analysis updated 2026-07-18 · repo last pushed 2012-10-25
Build a photo gallery where photos display in the exact order they were added.
Create a playlist feature that keeps tracks in the sequence a user arranged them.
Order a list of recommended products without writing custom ordering logic.
Use the drag-and-drop admin widget to reorder related items visually.
| treyhunner/django-sortedm2m | 0xallam/my-recipe | 0xhassaan/nn-from-scratch | |
|---|---|---|---|
| Stars | — | — | 0 |
| Language | Python | Python | Python |
| Last pushed | 2012-10-25 | 2022-11-22 | — |
| Maintenance | Dormant | Dormant | — |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 1/5 | 2/5 | 4/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
A Django field that works like a normal many-to-many relationship but remembers the order items were added, ideal for galleries, playlists, or ranked lists.
Mainly Python. The stack also includes Python, Django.
Dormant — no commits in 2+ years (last push 2012-10-25).
The README does not specify license terms.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.