Re: CAn we use Django framework in company industry ?

2022-09-14 Thread خالد بن الوليد صحراوي
Thank you, can I know what this restrictions be like please ? On Wed, Sep 14, 2022 at 5:05 AM Scott Sawyer wrote: > Here is where license information is found on the website: It is a 3 > clause BSD License. > > > https://docs.djangoproject.com/en/4.1/faq/general/#:~:text=Django%20is%20distribu

Re: CAn we use Django framework in company industry ?

2022-09-14 Thread خالد بن الوليد صحراوي
restrictions : like terrorist objects , I foound this in Django licence : THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DI

Restricting items to a specific user

2022-09-14 Thread 'dtdave' via Django users
I have the following models: class AccountManager(models.Model): account_manager = models.ForeignKey( settings.AUTH_USER_MODEL, on_delete=models.CASCADE ) def __str__(self): return str(self.account_manager) class Client(models.Model): account_manager = models

Help needed in setting up User Auth JWT system

2022-09-14 Thread K Surya Kumar
Hi Team, The question is not much detailed but straightforward. I am looking for the best way to implement JWT authentication using Django. I'm currently developing an application. Where I have to authenticate the users using a JWT token also one user may create multiple token (Mobile App and W

django.forms.DecimalField can not validate scientific notation

2022-09-14 Thread Shiplu Mokaddim
In django 1.11 this code works. from django.forms.fields import DecimalField >>> DecimalField(max_digits=8, decimal_places=7).clean('0') Decimal('0') >>> DecimalField(max_digits=8, decimal_places=7).clean('0.0') Decimal('0.0') >>> DecimalField(max_digits=8, decimal_places=7).clean('0E+1') Decimal(

Re: Looking for a Django firm

2022-09-14 Thread Damanjeet Singh
Hello Mike, I am interested and from UK. If you let me know your email, I can forward my profile to you. Regards Damanjeet mailtoda...@gmail.com On Tue, 13 Sept 2022, 01:01 Mike Dewhirst, wrote: > Hi all - I'm looking for a Django outfit with an interest in chemistry > or customers in the che

Re: Looking for a Django firm

2022-09-14 Thread Chelsea Fan
I am interested, from Turkmenistan On Wed, Sep 14, 2022 at 9:49 PM Damanjeet Singh wrote: > Hello Mike, > > I am interested and from UK. > > If you let me know your email, I can forward my profile to you. > > Regards > Damanjeet > mailtoda...@gmail.com > > On Tue, 13 Sept 2022, 01:01 Mike Dewhir

Re: Looking for a Django firm

2022-09-14 Thread DJANGO DEVELOPER
Hello Mike! I had interest in chemistry when I was in school. But I have ability to work in any field using Django. I am looking forward to meeting you so that you can On Wed, 14 Sep 2022, 10:16 pm Chelsea Fan, wrote: > I am interested, from Turkmenistan > > On Wed, Sep 14, 2022 at 9:49 PM Daman

Hashing user emails

2022-09-14 Thread Robert Bender
I am trying to find the best way to secure email address for user to user emails. Thanks for your help. -Robert -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email t