Before Django 1.0 there was an easy way to get the admin url of an object, and I had written a small filter ...
-
May 29, 2022
- 0 Comments
How does one change the ‘Django administration’ text in the django admin header? It doesn’t seem to be covered in the “Customizing the ...
-
May 22, 2022
- 0 Comments
When you have a many-to-many relationship (related_name, not through) and you are trying to use the admin interface you are required to enter ...
-
May 20, 2022
- 0 Comments
I have a Person model that has a foreign key relationship to Book, which has a number of fields, but I’m most concerned ...
-
May 10, 2022
- 0 Comments