downloading image files from django template

2020-07-25 Thread Teaching Tech
How can I download an image file that is shown to the template in Django? I'm new to Django. This might be a silly question. But I need to know for my existing project. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

Shell script dynamic execution from app

2020-07-25 Thread ashish goyal
Hi guys, i have built an app for collecting various stats of environment. Its working. Now i wanted to integrate it with all the utilities or shell scripts which are present on application server. So its like all scripts names as a list on django app and one click run pf those script. Currently

Re: help with my api and JWT

2020-07-25 Thread Robson Andrade
Hello friend, I noticed that you are using the standard token authentication system. However, this method does not correspond to JWT. Since you want to use authentication through JWT with DRF, you must use: 1) A JWT library that implements this type of authentication which helps you to create

Re: Import csv file on django view

2020-07-25 Thread Ronaldo Mata
Hi Naresh Jonnala. Yes, it's work to detect delimiter on csv file, But still I don't know how to detect what is the current encoding of csv file 樂 I need to know how to implement a good uploading csv file view on django -- You received this message because you are subscribed to the Google

Re: Import csv file on django view

2020-07-25 Thread Naresh Jonnala
Hi, I am not sure this will help or not, Still i want add a peace of code. sniffer = csv.Sniffer() dialect = sniffer.sniff() dialect.__dict__ mappingproxy({'__module__': 'csv', '_name': 'sniffed', 'lineterminator': '\r\n', 'quoting': 0, '__doc__': None, 'doublequote': False, 'delimiter': ',',

Re: Python-django project

2020-07-25 Thread Manoj Kumar Singh
Interested On Sat, 25 Jul, 2020, 8:22 am Andi Setyawan, wrote: > Goodluck > > Pada tanggal 24 Jul 2020 10:08 AM, "Parampal Singh" < > parampalsingh...@gmail.com> menulis: > >> 藍藍 best of luck brother  >> >> On Fri, 24 Jul, 2020, 7:19 am Sreenivasulu Boggala, >> wrote: >> >>> I am also

Re: Error in sending mail

2020-07-25 Thread MUGOYA DIHFAHSIH
i think it is repeating it cos the email you put in the settings.py is the same email you used for clients to send to contact you through. What i mean is a person contacting you sends the email to rubymoti...@gmail.com and it is the same email you used i the settings.py to permit django app send

Error in sending mail

2020-07-25 Thread Nikola Tesla
*Someone from Django's creators to help me* *I have noticed that when the user who sends me a message through the contact form, the information that arrives in my mail... arrives in a wrong way * *I've attached a picture of the error, I want to know how to correct it please * -- You received