|
You are here |
jinyuz.dev | ||
| | | | |
alexgaynor.net
|
|
| | | | | [AI summary] Alex, a software resilience engineer, demonstrates how to implement a read-only field in Django by subclassing FileField and modifying the widget rendering and validation logic. | |
| | | | |
www.laceyhenschel.com
|
|
| | | | | This week I needed to manipulate the privacy of a Wagtail page programmatically. The Wagtail docs show you how to edit page privacy in the admin UI, but it doesn't peek behind the curtain to show you the code. The example here is a result of my Google searching. | |
| | | | |
www.rasulkireev.com
|
|
| | | | | Whenever you building a site with Django that will have user authentication, it is recommended to create a Custom User Model, before the first migration. Sometimes you forget to do that. In this case you have to follow a strict procedure, which I'll show you in the post. | |
| | | | |
www.paulox.net
|
|
| | | Article based on my talk about Full-text search in Django withPostgreSQL. | ||