Re: Python Django Training

2020-02-05 Thread Sudharsana Muralidharan
sir i am interested to learn python On Sat, Feb 1, 2020 at 7:12 PM Srikanth K wrote: > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online Preferrable or Weekends). Members > who require can contact me or share me there ide

Re: Python Django Training

2020-02-05 Thread Somya Chawla
I am interested please add me On Thu, 6 Feb 2020, 09:50 Loganathan Natarajan, wrote: > I am interested too. Please add me! > > Regards, > *Loganathan N MCA., M.Phil.,* > உழைப்பே உயர்வு தரும்! > Ready for Every Good Work! > > > > > On Sat, Feb 1, 2020 at 7:12 PM Srikanth K wrote: > >> Hi, >> >>

Re: Python Django Training

2020-02-05 Thread Loganathan Natarajan
I am interested too. Please add me! Regards, *Loganathan N MCA., M.Phil.,* உழைப்பே உயர்வு தரும்! Ready for Every Good Work! On Sat, Feb 1, 2020 at 7:12 PM Srikanth K wrote: > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (

Re: rest-auth vs djoser

2020-02-05 Thread Aldian Fazrihady
When chose to use djoser about a year ago, I saw it was more recently updated than rest-auth, so I tried djoser first. After using it, I found it is very easy to use and customize, so I stick with djoser. On Thu, Feb 6, 2020 at 4:28 AM Emmanuel klutse wrote: > Hello team, > hope we are all doing

Re: rest-auth vs djoser

2020-02-05 Thread Suraj Thapa FC
Create your own On Thu, 6 Feb 2020, 2:58 am Emmanuel klutse, wrote: > Hello team, > hope we are all doing great. > I'm a beginner working on my first DRF project, I am trying to build an > e-commerce site. > I want to know the difference between django rest-auth and djoser, and > which of them w

rest-auth vs djoser

2020-02-05 Thread Emmanuel klutse
Hello team, hope we are all doing great. I'm a beginner working on my first DRF project, I am trying to build an e-commerce site. I want to know the difference between django rest-auth and djoser, and which of them will be a good fit for my project. Thank you. -- You received this message becaus

Re: Python Django Training

2020-02-05 Thread avinash prajapati
i am interested too... add to me for the same. -- 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 to django-users+unsubscr...@googlegroups.com. To view this discus

Re: Error messages in SetPasswordForm

2020-02-05 Thread Daniel Germano Travieso
It is my belief, if I remember correctly, that the construct _() allows for usage of unicode direct text, and such, makes it possible to directly insert any special characters in the text. So for ease of understanding, the special character was used in a way that does not confuse the reader and spa

Error messages in SetPasswordForm

2020-02-05 Thread One Above All
In *django.contrib.auth.forms* there is a class named *SetPasswordForm* which has a dictionary member *error_messages*. It is defined as follows: *error_messages = {* *'password_mismatch': _('The two password fields didn’t match.'),* *}* A special character has been used for apostrophe

Re: Django local host connection aborted

2020-02-05 Thread Jorge Gimeno
On Wed, Feb 5, 2020, 4:34 AM Ayser shuhaib wrote: > Can you send your settings.py file please. > > On Wed, 05 Feb 2020 at 14:30, yazan bader > wrote: > >> am having new issue when running Django localhost 127.0.0.1:8000 as >> connection getting aborted ,this is new for me as I am working with D

Re: django registration error

2020-02-05 Thread N Rupesh
On Wed, Feb 5, 2020 at 3:40 PM wrote: > > > > > You might not have applied migrations > > python manage.py makemigrations > > python manage.py migrate > > > > *From: *nrupesh08 > *Sent: *Wednesday, February 5, 2020 2:18 PM > *To: *Django users > *Subject: *django registration error > > > > > >

Re: Django local host connection aborted

2020-02-05 Thread Ayser shuhaib
Can you send your settings.py file please. On Wed, 05 Feb 2020 at 14:30, yazan bader wrote: > am having new issue when running Django localhost 127.0.0.1:8000 as > connection getting aborted ,this is new for me as I am working with Django > from 3 month and cant find solution for it. > > below

Dynamically retrieve data from table

2020-02-05 Thread bobo michel
Hi all, I am struggling with a piece of code for a few days now and thought I'll seek for advice. Here is the storyline: I have a user, who enter invoices on the database based on the Invoices model. Each invoice is linked to an Entity. The user does not have any link to either the Invoice or

Django local host connection aborted

2020-02-05 Thread yazan bader
am having new issue when running Django localhost 127.0.0.1:8000 as connection getting aborted ,this is new for me as I am working with Django from 3 month and cant find solution for it. below is the Exception i got: Exception happened during processing of request from ('127.0.0.1', 50501)T

Re: django registration error

2020-02-05 Thread N Rupesh
okay On Wed, Feb 5, 2020 at 3:40 PM wrote: > > > > > You might not have applied migrations > > python manage.py makemigrations > > python manage.py migrate > > > > *From: *nrupesh08 > *Sent: *Wednesday, February 5, 2020 2:18 PM > *To: *Django users > *Subject: *django registration error > > >

RE: django registration error

2020-02-05 Thread dhruvashah1221999
  You might not have applied migrationspython manage.py makemigrationspython manage.py migrate From: nrupesh08Sent: Wednesday, February 5, 2020 2:18 PMTo: Django usersSubject: django registration error  -- You received this message because you are subscribed to the Google Groups "Django users" grou

Re: django registration error

2020-02-05 Thread maninder singh Kumar
Are you using mutiple databases and perhaps django is looking in the wrong place for auth_user ? could you post the entire error and your settings.py file [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar On Wed, Feb 5, 20

django registration error

2020-02-05 Thread nrupesh08
[image: error.png] -- 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 to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https: