|
You are here |
keepsimple.dev | ||
| | | | |
geoff.tuxpup.com
|
|
| | | | | I'm working through Hypermedia Sytstems using django and htmx in public. This post picks up with Chapter 5: HTMX Patterns. If you haven't read the prior posts, they're linked from the introductory one. The code can be found on sr.ht. To pick up where this post does, start from the tag contacts-app-web1.0. Even though it's possible (and reasonable!) to integrate htmx without it, I'm going to add django-htmx to my environment now, then integrate it into my django project. | |
| | | | |
pganalyze.com
|
|
| | | | | Learn how to create and implement a row level security policy with Django middleware and Django signals, allowing to limit the database rows a user can access. | |
| | | | |
bartlomiejmika.com
|
|
| | | | | Forget Axios or any other third-party JavaScript library pertaining to API calling, the purpose of this article is to explain how to utilize the basic XmlHttpRequest with your Django project. | |
| | | | |
www.mattlayman.com
|
|
| | | 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. | ||