Re: ModuleNotFoundError: No module named 'rest-auth'

2019-05-17 Thread TimT Vogt
Yes, Very strange. I also add it to settings.py Verstuurd vanaf mijn iPhone > Op 17 mei 2019 om 23:41 heeft Felipe Rodrigues het > volgende geschreven: > > Are you sure you're running this command from within pipenv's shell? > > > Felipe V. Rodrigues > felipevr.com > >

Re: ThreadedListSerializer - will this cause me any problems?

2019-05-17 Thread Kyle Edwards
I get the feeling this isn't a great idea, especially if nested serializers are involved -- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-fr

Re: impossible json to model?

2019-05-17 Thread Felipe Rodrigues
I'm not sure if I understood it correctly, but it seems to me that you're having an issue with Django itself, not Django REST. If you can, please elaborate or give a sample code. [image: --] Felipe V. Rodrigues [image: https://]felipevr.com On Fri, May 17, 2019 at 4:41 A

Re: ModuleNotFoundError: No module named 'rest-auth'

2019-05-17 Thread Felipe Rodrigues
Are you sure you're running this command from within pipenv's shell? [image: --] Felipe V. Rodrigues [image: https://]felipevr.com On Fri, May 17, 2019 at 6:22 PM Tim Vogt wrote: > I have rest_auth installed but recieve an error. > I user pipenv shell on osx. > > rest-a

ModuleNotFoundError: No module named 'rest-auth'

2019-05-17 Thread Tim Vogt
I have rest_auth installed but recieve an error. I user pipenv shell on osx. rest-auth = "*" ModuleNotFoundError: No module named 'rest-auth' -- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this group and stop rece

impossible json to model?

2019-05-17 Thread 이규남
django tries to convert json data into model object. json comes in several places and I inherit ModelSerializer and put json in data and enter many=true. The desired result shall be the corresponding model class, but it will appear as OrderedDict and will not be converted to Form object for that