*** Please note this video is over two years old. I've left it up for those of you who might get value from it but be aware that packages update and things change. It could not work for you and that might just be because the tech has changed by now. We have a recently created (2020) course on our website that covers authentication in Django. It is a paid course but the value you get is much more than this old tutorial. If you're interested check out learn.justdjango.com Thanks for your understanding! ***
@josephwong28324 жыл бұрын
Thanks a lot JD!!! can't believe how little people are liking your vids
@sahiltrivedi694 жыл бұрын
Thanks bro your series has been a blessing.. live long and prosper :D
@thisgnop31774 жыл бұрын
Thank you very much bro (execuse my English). It's been a week since I started taking your lessons, it really helps me. This playlist taught me a lot even here I had to fight sometimes in the face of dependency problems since the course was produced 2 years ago but still thanks. really
@Thesrik236 жыл бұрын
Awesome! Please make this a big series
@aneeshpanil6 жыл бұрын
Great tutorial series very clear......Please continue the Series
@HERO-fq2vt4 жыл бұрын
Awesome tutorial!!
@yanfoo5 жыл бұрын
I followed this tutorial to the letter. But no API call work. First, I have noticed that logging out does not remove the token on the server, so I implemented a small method that calls /rest_auth/logout/ but the response is always the same : Access to XMLHttpRequest at '127.0.0.1:3000/rest-auth/logout/' from origin 'localhost:3000' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. The settings.py has CORS_ORIGIN_ALLOW_ALL = False CORS_ALLOW_HEADERS = default_headers + ( 'Access-Control-Allow-Origin', ) CORS_ORIGIN_WHITELIST = ( 'localhost:3000', '127.0.0.1:3000', ) I have looked everywhere, followed every doc, I have tried setting CORS_ORIGIN_ALLOW_ALL to True.... everything I came across to, but nothing works. This is a piece of crap!
@PremSai22444 жыл бұрын
hi @JustDjango. please add a tutorial on retaining the state of the app after a refresh.
@ronitmishra89175 жыл бұрын
How about a search bar? Can you do a video on that?
@dillanteagle37266 жыл бұрын
What about the URL for the api after heroku deployment?
@jgartsu124 жыл бұрын
Did anyone get the following error Unhandled Rejection (TypeError): Cannot read property 'push' of undefined aftering trying to do POST request?
@Bso33505 жыл бұрын
Thank you so much for this series, it's really great. How do you force a redirection to login? I tried to set up a protected route but I have a "Maximum update depth exceeded" error. Thank you!
@mattfreire5 жыл бұрын
Thank you. Check out our private route component in this project: github.com/justdjango/facial-recognition-saas/blob/master/src/routes.js
@Bso33505 жыл бұрын
@@mattfreire Thank you so much! This is awesome!
@gerarddevine87076 жыл бұрын
Hi. How do I switch my dev environment back to using the (react) code in src? As it stands I now need to npm rebuild each time I make a change to see the effect of that change.
@gerarddevine87076 жыл бұрын
Ah, worked it out. I just revert back to using serving the react side seperately using 'npm start'.
@chenglin20204 жыл бұрын
how can i redirect login page if login false,it always render to index page whatever login success or fail i want to try give the redirect url in auth.js but i don't know how to do it
@БорисБ-е7т6 жыл бұрын
Thank you!
@OxMiroslav6 жыл бұрын
Hi guys, can I ask you to create/share multi-language django app tutorial (template and database)? Thank you very much!
@innocent31632 жыл бұрын
We need more video ,, please more advance video 😔😔😔😔
@kaylinkhanal30595 жыл бұрын
I Cant resolve this error stating: MultiValueDictKeyError at /assignments/ 'teacher'