Django Package Review // Episode 2 - Django Rest Auth

Django Package Review // Episode 2 - Django Rest Auth

Matt Freire

4 года назад

17,062 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Rahul Ramesh
Rahul Ramesh - 01.08.2022 08:46

Hi, liked your video. It would be great if would have done a video on implementing social media authentication using dj-rest-auth.

Ответить
楊跀玥
楊跀玥 - 25.02.2022 14:24

Why does it become like this? plz help...SOS
return _bootstrap._gcd_import(name[level:], package, level)

File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 972, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 972, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 984, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'rest_authcoredjango'

Django 4.0.2
django-rest-auth 0.9.5
djangorestframework 3.13.1
pip 22.0.3

Ответить
Andrews Michael
Andrews Michael - 27.08.2021 08:42

Thank you so much

Ответить
skelaw
skelaw - 22.07.2021 22:38

Where is the token stored?

Ответить
Karan Shyam Mittal
Karan Shyam Mittal - 21.05.2021 18:53

Great Video and unique content always, please also make a video of using JWT Token Authentication with dj_rest_auth.

Ответить
Jasper
Jasper - 12.03.2021 21:40

I feel like a superhuman watching these vids. Wonderful pace and coverage.

Ответить
Dmitry Tsmyh
Dmitry Tsmyh - 08.12.2020 12:22

What is your IDE?

Ответить
Emmanuel Michira
Emmanuel Michira - 30.11.2020 17:36

Hi, please make a video for multiple user types e.g, buyer and seller, using Django Rest Auth for authentication.

Ответить
Okan
Okan - 22.09.2020 09:48

Need custom token ?

Ответить
Okan
Okan - 12.09.2020 21:22

Wanna be hero, wanna send a custom email. Wanna..

Ответить
Deep Dive
Deep Dive - 19.08.2020 17:36

"non_field_errors": [
"Unable to log in with provided credentials."
]
I don't why i getting this after registration its returning token but while i am trying to login i am facing this error instead of token .

Ответить
Deep Dive
Deep Dive - 19.08.2020 15:57

Please create a video with django guardian i very confuse how to use that with rest api.

Ответить
Deep Dive
Deep Dive - 19.08.2020 15:51

You are damn good every when i come to your channel i get something very useful and relative.

Ответить
Жунисали Шанабек
Жунисали Шанабек - 14.08.2020 18:38

How to remove the username field on registration?

Ответить
Chaitanya Sai
Chaitanya Sai - 24.06.2020 05:35

hi sir, could you please make a video on OAuth2, django rest framework as well

Ответить
dodokwak
dodokwak - 17.06.2020 21:11

Thanks.Tried to use auth-registration/account-confirm-email from email message but got error: ImproperlyConfigured at /rest-auth/registration/account-confirm-email/. Unfortunatly can't find the right solution for that.CustomConfirmEmailView(ConfirmEmailView) doesn't work out.

Ответить
Stroke - FX
Stroke - FX - 09.06.2020 21:18

Nice explanations. If a newbie watches ur videos they feel Interested to learn django.

Ответить
Michael Xing
Michael Xing - 08.06.2020 07:00

Hi there, wondering if your course covers Django rest with all auth social auth integration with any of the front end frameworks. It would be great if your courses covers it, I would like to pay for it

Ответить
Chinmay Dali
Chinmay Dali - 01.06.2020 17:39

You are the best, matt!!!!!!

Ответить
Okan
Okan - 20.05.2020 22:00

When added this, path('auth/registration/', include('dj_rest_auth.registration.urls'))

it says look pal; "from django.utils import dateparse, six
ImportError: cannot import name 'six' from 'django.utils' (c:\users\mr. who\appdata\local\programs\python\python38\lib\site-packages\django\utils\__init__.py)" I have deleted he sic module and install again both not worked

Ответить
Okan
Okan - 20.05.2020 02:53

Django rest nuxt auth please

Ответить
trax9987
trax9987 - 13.05.2020 20:27

Could you show an example of how to make it work with Oauth2, I think that's the trickier part.

Ответить
Shashank Kumar
Shashank Kumar - 22.04.2020 22:41

Please make a VIDEO on JWT authentication, specially combining REACT and DRF

Ответить
Mazen Ahmed
Mazen Ahmed - 19.04.2020 06:15

please make a video to explain how to make social auth using django and react

Ответить
Tankman
Tankman - 16.04.2020 08:09

Excellent!

Ответить
Roman
Roman - 07.04.2020 18:52

great video! thanks!! would be happy to see social authentication (with react app) using all-auth and dj rest auth. i think that most of the projects today that using django, using it for the rest framework- and there are not good enough tutrorials of social auth connection to front side frameworks with adaptation to custom user model in the project.

Ответить
Mahmud Sajib
Mahmud Sajib - 04.04.2020 06:00

Amazing series

Ответить
Miguel Angel P.
Miguel Angel P. - 02.04.2020 15:53

really interisting, it would be an awesome tutorial project , doing an entire project only with packages and minimizing the typing.

Ответить
Steeve
Steeve - 02.04.2020 02:23

You make really good videos bro, thanks 👍️ !
Btw, when sending request, I've got a response 415: Unsupported Media Type \"text/plain\" in request.". Did it appened to someone else out there ?

Ответить
Wihlarko Prasdegdho
Wihlarko Prasdegdho - 01.04.2020 21:27

please cover django with wysiwyg

Ответить
P.E.K.K.A
P.E.K.K.A - 01.04.2020 20:07

check out my Gmail auto-reply with selenium and python :) if you want

Ответить
Raj
Raj - 01.04.2020 15:49

Please cover django-mailbox ( sending and receiving mails i.e mail system in django)

Ответить
Onno T
Onno T - 01.04.2020 13:07

very nice those reviews!

Ответить
Allen Boniface
Allen Boniface - 01.04.2020 13:05

Django is awesome

Ответить