Explore >> Select a destination


You are here

rogs.me
| | www.mattlayman.com
3.5 parsecs away

Travel
| | Are you tired of manually tracking changes to your Django models? Say hello to django-simple-history! This powerful package allows you to easily keep track of modifications made to your models over time. With django-simple-history, you can retrieve historical records for a model, track changes made by different users, and display historical data in the Django admin interface.
| | paulosman.me
1.2 parsecs away

Travel
| | [AI summary] A technical tutorial explaining how to use the 'through' argument in Django's ManyToManyField to store additional data in join tables.
| | gist.github.com
2.1 parsecs away

Travel
| | reverse m2m widget in django admin. GitHub Gist: instantly share code, notes, and snippets.
| | www.mattlayman.com
11.2 parsecs away

Travel
| On this episode, we look at templates, the primary tool that Django provides to build user interfaces in your Django app.