Re: What makes the images deletion from the media folder?

2023-03-23 Thread David Nugent
Are you using Django in a docker container? If so, any changes to the filesystem are ephemeral and disappear when the container is recycled. Regards, David -- Original Message -- From "Ram" To django-users@googlegroups.com Date 3/24/2023 2:04:56 PM Subject What makes the images d

What makes the images deletion from the media folder?

2023-03-23 Thread Ram
Hi, We are seeing weird issue that images are deleted between deployments in our Dev. server and we are seeing this message in log files: example: WARNING 2023-03-10 07:03:16,927 - Not Found: /media/cl_1zf3am8.JPG Could someone let me know what could be the issue? Best regards, ~Ram -- You

Re: Error: name 'include' is not defined

2023-03-23 Thread Ikrombek
How can I use for dental clinic, For example, do I need to include 32 fields from the model to specify 32 teeth, or is there a way to do it in one? On Wednesday, March 22, 2023 at 8:24:18 PM UTC+5 Larry Stevens wrote: > Perfect, problem solved. > Thank you so much Jeman, Harouna, and Robinson.

Re: Django Admin

2023-03-23 Thread Ikrombek
Hello, How can I use dental teeth section. For example, do I need to include 32 fields from the model to specify 32 teeth, or is there a way to do it in one? On Tuesday, March 14, 2023 at 5:39:27 AM UTC+5 Muhammad Juwaini Abdul Rahman wrote: > In my previous case, I only use this: > > CSRF_TRU

Re: how i use django in blockchain.

2023-03-23 Thread Mike Dewhirst
On 23/03/2023 6:02 pm, Shubham Lahane wrote: im currently working on my BE project. my project topic is 'secure EFIR using Blockchain'. actually im working on wesbite that is decentralized in nature. once user fill the FIR form, in backend smart contracts will run and i want to show transaction

Help in django. I want to upload files

2023-03-23 Thread Shubhi Pandey
the error is: django.core.exceptions.FieldError: Unknown field(s) (e-resource) specified for Post models.py class Post(models.Model): e_resource = models.FileField(null=True, blank=True, validators=[FileExtensionValidator( ['pdf'] ) ], u

how i use django in blockchain.

2023-03-23 Thread Shubham Lahane
im currently working on my BE project. my project topic is 'secure EFIR using Blockchain'. actually im working on wesbite that is decentralized in nature. once user fill the FIR form, in backend smart contracts will run and i want to show transaction hash to user who filled the FIR form. how i

Re: Help on Django + Plotly integration

2023-03-23 Thread Praveen Kumar
Hello Kasper, I have followed following link to get portly chart: https://hackmamba.io/blog/2022/03/quickly-create-interactive-charts-in-django/ But I'm not getting end result. Please find below the structure that I have made. Please let me know if I'm missing anything. [image: Screenshot 2023