Re: help with my signup api

2020-05-13 Thread Vijay Khemlani
in your code data is json.dumps(request.data), which is a string representation of the json dictionary so data is a str and then you are trying to do item assignment to it On Wed, May 13, 2020 at 8:05 AM ola neat wrote: > good day guys, please i need help with my signup api, when the u

Re: help with my signup API

2020-04-08 Thread Motaz Hejaze
Please check that the request body sent from Angular is correct .. For better debugging ... In registration view , try to print() the serializer object and the serializer.data dictionary .. On Wed, 8 Apr 2020, 3:36 pm ola neat, wrote: > yes i did, i tested it with post man and i'm getting sam

Re: help with my signup API

2020-04-08 Thread ola neat
yes i did, i tested it with post man and i'm getting same erro On Wed, Apr 8, 2020 at 2:23 PM John McClain wrote: > did you make migrations, it seems like it is not finding the > account/register > > On Wed, 8 Apr 2020 at 09:38, ola neat wrote: > >> Good day guys >> i'm working on an app, i cre

Re: help with my signup API

2020-04-08 Thread John McClain
did you make migrations, it seems like it is not finding the account/register On Wed, 8 Apr 2020 at 09:38, ola neat wrote: > Good day guys > i'm working on an app, i created an api for user signup to be consumed by > an angular app, but now the issues i'm having is that when they user signup > a