Image Fetching

2022-10-23 Thread Chukwudi Onwusa
I am only being able to fetch image registered only through the admin on browser user interface. But the one I registered on browser user interface, whenever I try fetching it through the user interface, it only shows image icon, but if I upon the image in the admin interface it shows me error like

Image Fetching

2022-10-23 Thread Chukwudi Onwusa
I am only being able to fetch image registered only through the admin on browser user interface. But the one I registered on browser user interface, whenever I try fetching it through the user interface, it only shows image icon, but if I upon the image in the admin interface it shows me error like

CRUD Operation

2022-10-23 Thread Chukwudi Onwusa
Please, what can I do to retrieve my already entered date and select option during my process of editing details on browser user interface not admin, I used value= instance of the class. Date variable name, but it not working -- You received this message because you are subscribed to the Google

Re: request to post UnboundLocalError

2022-10-23 Thread Jitendra kumar Patra
Declare the contact variable before the return statement On Mon, 24 Oct, 2022, 00:52 Deepak kumar, wrote: > please check to pdf and send to my email dk9284...@gmail.com > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe fro

Sanity check please

2022-10-23 Thread Mike Dewhirst
In the Django Admin I have a model central to a bunch of FKs and M:Ms plus a lot of processing on saving. This is my solution which seems to work but frightens me a bit. class Chemical(models.Model):     # lots of fields     def save(self, *args, **kwargs):     self.process_stuff_based_o