License management system Refrence

2021-04-05 Thread bikash...@gmail.com
Can any one provide me reference regarding license (Serial Key) server system in django, where , we can generate unique serial key for products, we can validate user subscription, Clients can run demo (limited features), and with that serial key users can run with limited device,(Device lock) Ho

Vedeo chatting website( live project)

2021-04-05 Thread Ashima jain
Hello team : I have one important question for you Video chatting website is a live project or major I want some idea about live project in web development so I want to searching about vedio chatting website is live or major project ..plz clear my confusion -- You received this message because

Re: calling self.clean() before super.save()

2021-04-05 Thread Mike Dewhirst
Thank you Ryan. I'm relatively sure that I only raise exceptions in clean() everywhere. But I will double-check to be sure to be sure.CheersMike--(Unsigned mail from my phone) Original message From: Ryan Nowakowski Date: 6/4/21 00:23 (GMT+10:00) To: django-users@googlegroups.

Re: Regarding auto-generating a map with measurements

2021-04-05 Thread Srijita Mallick
This was of great help, thanks! On Mon, Apr 5, 2021, 22:52 Ryan Nowakowski wrote: > No prob. A trick that I use sometimes is to create a sample SVG manually > with Inkscape. Then I modify it with Inkscape to manually "add" whatever > I'm thinking about adding automatically. Finally I can dif

Re: how to publish django-reactnative app on google playstore

2021-04-05 Thread Kasper Laudrup
On 05/04/2021 22.48, Smriti Garg wrote: > For my current project I have to publish an app (Django+ReactNative) on > google playstore. Can anyone guide me through this? Like what to use for > this? It will be of great help. > I might not be completely updated on what the Google Play Store is used

how to publish django-reactnative app on google playstore

2021-04-05 Thread Smriti Garg
Hi, For my current project I have to publish an app (Django+ReactNative) on google playstore. Can anyone guide me through this? Like what to use for this? It will be of great help. Thankyou Regards, Smriti -- You received this message because you are subscribed to the Google Groups "Django us

What is the best Third party package for Auth in Django rest framework

2021-04-05 Thread Saad Mrabet
Hello everyone, and hope you all doing well. Recently i m working on a project, and i m still new to Django, I needed to make an Authentication API, but I kinda got confused on the number or the 3rd party package that Django REST framework provide, https://www.django-rest-framework.org/api-gu

Re: Regarding auto-generating a map with measurements

2021-04-05 Thread Ryan Nowakowski
No prob. A trick that I use sometimes is to create a sample SVG manually with Inkscape. Then I modify it with Inkscape to manually "add" whatever I'm thinking about adding automatically. Finally I can diff the original file I created with Inkscape and with modified file to find out what values I

Re: calling self.clean() before super.save()

2021-04-05 Thread Ryan Nowakowski
I believe ModelForm calls your model's self.clean so if you use it, or use the admin which uses it, you'll need to make sure that clean is idempotent since it'll get called at least twice in that case. On April 4, 2021 6:33:54 PM CDT, Mike Dewhirst wrote: >Is it sensible to generally call self.

Re: error

2021-04-05 Thread RANGA BHARATH JINKA
Hi, I think you have to generate an app password from Gmail and use it instead of your password. Refer to this link. https://support.google.com/mail/answer/185833?hl=en All the best On Mon, Apr 5, 2021 at 7:28 PM Kissanth D wrote: > My project description is using django to login via imap server

error

2021-04-05 Thread Kissanth D
My project description is using django to login via imap server and see the unread email in template method but Imeet the error for authentication faild but i enabled the gmail less secure app permission and gmail setting imap enable but error again [image: Capture.PNG] -- You received this me

Re: I've a issue in django.

2021-04-05 Thread Abdulfarid Olakunle
What's it...let me see if I can help On Sun, Apr 4, 2021, 15:57 lite book wrote: > I've a issue in Django can anyone help me. > > https://stackoverflow.com/questions/66938372/what-is-django-function-request-argument > > -- > You received this message because you are subscribed to the Google Grou

Plotly-Dash error

2021-04-05 Thread GEETHANJALI S P
Hi Guys, I'm getting an error while executing the code...Please help me if anyone is aware of dash and plotly. Thanks in advance. #code: getting error as.. Callback error updating the graph.figure import pandas as pd import dash import dash_core_components as dcc import dash_html_components as