Register User with Angular 5 and Django 2 API

  Рет қаралды 31,089

Simple UE is better then complex

Simple UE is better then complex

Күн бұрын

Пікірлер: 53
@nyagageoffrey
@nyagageoffrey 6 жыл бұрын
Thank you. There is a huge demand for more Django-Angular projects.
@harrylorenzo7430
@harrylorenzo7430 3 жыл бұрын
pro tip: you can watch series at kaldroStream. I've been using them for watching a lot of movies during the lockdown.
@zionconnor7090
@zionconnor7090 3 жыл бұрын
@Harry Lorenzo yea, I've been watching on Flixzone} for since december myself =)
@johnaavaandon
@johnaavaandon 4 жыл бұрын
Mr developer please help me iam getting 403 error
@alicemilcan2928
@alicemilcan2928 4 жыл бұрын
I am getting 401 User Credentials Were not Provided Error. Any idea why it can cause ?
@saranjeetsingh8953
@saranjeetsingh8953 5 жыл бұрын
Please make more videos. You are an angel.
@paweslanda195
@paweslanda195 5 жыл бұрын
Panie Krystianie, mam problem z CORS Policy, a mianowicie wyświetla się błąd: Access to XMLHttpRequest at '127.0.0.1:8000/register/users' from origin 'localhost:4200' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: Redirect is not allowed for a preflight request. Jakieś sugestie jak go rozwiązać?
@nishanthr.s114
@nishanthr.s114 5 жыл бұрын
very helpful.. please make an video for adding extra fields in user models..
@SimpleUEisBetterThenComplex
@SimpleUEisBetterThenComplex 5 жыл бұрын
I will put it on my list to do. Thanks
@jhonvallno5332
@jhonvallno5332 4 жыл бұрын
Hello, you got amazing tutorial but how can i catch the error if the user is already existing?
@burkaypehlivan5428
@burkaypehlivan5428 6 жыл бұрын
thank you, very helpful tutorial. keep up good work!
@rangabharath4253
@rangabharath4253 4 жыл бұрын
awesome. How to make email address a required option
@ssjvackar
@ssjvackar 6 жыл бұрын
Great video, very helpful. In the git repo I noticed you have converted index.html into a django template. How did you go about doing that, is there an automated procedure to generate the template, or do you have to manually do this each time index.html changes?
@SimpleUEisBetterThenComplex
@SimpleUEisBetterThenComplex 6 жыл бұрын
index.html is controlled by angular not django. What do you mean by django template? You mean register inout form?
@ssjvackar
@ssjvackar 6 жыл бұрын
Krystian Czekalski thanks for getting back to me. I've got it sorted now.
@syhm886
@syhm886 6 жыл бұрын
Thanks! That video reduced a lot of time)))) Very helpful
@IceDream93
@IceDream93 4 жыл бұрын
after doing the authentication thing, I cannot use the register method because the user needs to be authenticated, how can i fix this?
@shrenikshah9528
@shrenikshah9528 4 жыл бұрын
Great Explanation. Thanks for sharing your knowledge
@yabesh6301
@yabesh6301 3 жыл бұрын
Getting 403 forbidden error.. please help to resolve this issue???
@devisriim6669
@devisriim6669 4 жыл бұрын
Thank you so much bro.... wonderful work...
@kd7944
@kd7944 5 жыл бұрын
Thank you so much. Very helpful. May I have the link to the repo pls?
@SimpleUEisBetterThenComplex
@SimpleUEisBetterThenComplex 5 жыл бұрын
github.com/Nogostradamus/angular-django-crud-yt
@rajatawadhut6886
@rajatawadhut6886 4 жыл бұрын
Please make video on reset password
@ashinabbasi1758
@ashinabbasi1758 6 жыл бұрын
Thank you, sir! You are a life saver! :)
@sruthidivvela4298
@sruthidivvela4298 4 жыл бұрын
I am getting 403 error.can anyone help me??
@johnaavaandon
@johnaavaandon 4 жыл бұрын
Me too please help me
@prasannakannaiyar7219
@prasannakannaiyar7219 3 жыл бұрын
@@johnaavaandon me too
@yabesh6301
@yabesh6301 3 жыл бұрын
Me also. Got output???. Please help to resolve this issue.....
@luo_dollar
@luo_dollar 3 жыл бұрын
@@yabesh6301 remove permissions from django views
@SonuRaj-er1hn
@SonuRaj-er1hn 4 жыл бұрын
Userdata from where to come?? How to get userdata??
@hindsakout433
@hindsakout433 4 жыл бұрын
that was so helpful thank you very much
@adelbuilds
@adelbuilds 5 жыл бұрын
Thanks! This video is helpful
@NaserAlOqab
@NaserAlOqab 5 жыл бұрын
Question, when you authenticate with that Post request and get a token returned, I don't see anywhere in Angular where you take that token and insert it as a header for your Get requests. Is that being taken care of automatically by Angular? Thanks.
@SimpleUEisBetterThenComplex
@SimpleUEisBetterThenComplex 5 жыл бұрын
You don't need a token for register or login. That token will be needed for other calls to get more data from your system. These endpoints have to be marked wirt isAuthenticated. And in angular you will put in headers: Authorization: Token
@dava3922
@dava3922 6 жыл бұрын
Great tut. Thank you.
@yabesh6301
@yabesh6301 3 жыл бұрын
Can you please send me this video code GitHub link
@ishikagarg736
@ishikagarg736 6 жыл бұрын
Thanks a lot..so helpful..please make an for login user in angular with django..!..please..!
@SimpleUEisBetterThenComplex
@SimpleUEisBetterThenComplex 6 жыл бұрын
Ishika Garg I'm planning to do so but I'm not sure when I will have a time. Meanwhile it's available in the course i provided link to
@ishikagarg736
@ishikagarg736 6 жыл бұрын
Thanks..!!
@SimpleUEisBetterThenComplex
@SimpleUEisBetterThenComplex 6 жыл бұрын
kzbin.info/www/bejne/nnPUaniJYtSIhLs
@amaldev_as
@amaldev_as 5 жыл бұрын
Access to XMLHttpRequest at '127.0.0.1:8000/api/users' from origin 'localhost:4200' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: Redirect is not allowed for a preflight request.
@christianndoradoumngue8911
@christianndoradoumngue8911 6 жыл бұрын
You are the best
@lovesimpleton8177
@lovesimpleton8177 6 жыл бұрын
React or Angular, which one works best with Django?
@SimpleUEisBetterThenComplex
@SimpleUEisBetterThenComplex 6 жыл бұрын
Both will work in a similar way so it's just a matter of preference. I'm angular guy.
@asqolaniaddausi2428
@asqolaniaddausi2428 6 жыл бұрын
Angular for me
@selvasudt
@selvasudt 6 жыл бұрын
while starting the server giving exception Unhandled exception in thread started by Traceback (most recent call last): File "C:\Program Files (x86)\Python36-32\lib\site-packages\django\utils\autoreload.py", line 225, in wrapper fn(*args, **kwargs) File "C:\Program Files (x86)\Python36-32\lib\site-packages\django\core\management\commands unserver.py", line 112, in inner_run autoreload.raise_last_exception() File "C:\Program Files (x86)\Python36-32\lib\site-packages\django\utils\autoreload.py", line 248, in raise_last_exception raise _exception[1] File "C:\Program Files (x86)\Python36-32\lib\site-packages\django\core\management\__init__.py", line 327, in execute autoreload.check_errors(django.setup)() File "C:\Program Files (x86)\Python36-32\lib\site-packages\django\utils\autoreload.py", line 225, in wrapper fn(*args, **kwargs) File "C:\Program Files (x86)\Python36-32\lib\site-packages\django\__init__.py", line 24, in setup apps.populate(settings.INSTALLED_APPS) File "C:\Program Files (x86)\Python36-32\lib\site-packages\django\apps egistry.py", line 89, in populate app_config = AppConfig.create(entry) File "C:\Program Files (x86)\Python36-32\lib\site-packages\django\apps\config.py", line 90, in create module = import_module(entry) File "C:\Program Files (x86)\Python36-32\lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 994, in _gcd_import File "", line 971, in _find_and_load File "", line 953, in _find_and_load_unlocked ModuleNotFoundError: No module named 'rest_framework'
@SimpleUEisBetterThenComplex
@SimpleUEisBetterThenComplex 6 жыл бұрын
Did you install djangorestframork? You need to install: pip install django and pip install djangorestframework Also, make sure you have 'rest_framework' in settings.py INSTALLED_APPS
@leadstn
@leadstn 6 жыл бұрын
very helpfull
@sahajrajmalla
@sahajrajmalla 5 жыл бұрын
Source code please?
@BALAMURUGAN-fx1zu
@BALAMURUGAN-fx1zu 6 жыл бұрын
liletime access in udemy.com
@MarekMalinowski_
@MarekMalinowski_ 2 жыл бұрын
Będziesz w piekle za zdradę narodu i nagrywanie po Anguelsku >:c
@joelimbergamo639
@joelimbergamo639 4 жыл бұрын
Awesome, thank you a lot, but shouldn't we encript the password before sending it?
@hadramyahmed7488
@hadramyahmed7488 6 жыл бұрын
very helpfull
Django and Angular full CRUD part2
32:01
Simple UE is better then complex
Рет қаралды 32 М.
Extend User in Django
29:58
Simple UE is better then complex
Рет қаралды 3,3 М.
1, 2, 3, 4, 5, 6, 7, 8, 9 🙈⚽️
00:46
Celine Dept
Рет қаралды 106 МЛН
ТЫ В ДЕТСТВЕ КОГДА ВЫПАЛ ЗУБ😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 4,1 МЛН
Car Bubble vs Lamborghini
00:33
Stokes Twins
Рет қаралды 45 МЛН
Каха и лужа  #непосредственнокаха
00:15
Login and Auth User with Angular 5 and Django 2 API
15:34
Simple UE is better then complex
Рет қаралды 21 М.
Upload images with Django and Angular
32:30
Simple UE is better then complex
Рет қаралды 10 М.
REST API Crash Course - Introduction + Full Python API Tutorial
51:57
DHH discusses SQLite (and Stoicism)
54:00
Aaron Francis
Рет қаралды 99 М.
HTTP Crash Course & Exploration
38:30
Traversy Media
Рет қаралды 1,1 МЛН
Getting Started With Django REST Framework
26:31
Pretty Printed
Рет қаралды 199 М.
Django Rest Framework | Serializers & CRUD
22:40
Dennis Ivy
Рет қаралды 391 М.
Django and Angular full CRUD part1
32:42
Simple UE is better then complex
Рет қаралды 114 М.
Django with React - upload images
33:40
Simple UE is better then complex
Рет қаралды 26 М.
1, 2, 3, 4, 5, 6, 7, 8, 9 🙈⚽️
00:46
Celine Dept
Рет қаралды 106 МЛН