Thank you. There is a huge demand for more Django-Angular projects.
@harrylorenzo74303 жыл бұрын
pro tip: you can watch series at kaldroStream. I've been using them for watching a lot of movies during the lockdown.
@zionconnor70903 жыл бұрын
@Harry Lorenzo yea, I've been watching on Flixzone} for since december myself =)
@johnaavaandon4 жыл бұрын
Mr developer please help me iam getting 403 error
@alicemilcan29284 жыл бұрын
I am getting 401 User Credentials Were not Provided Error. Any idea why it can cause ?
@saranjeetsingh89535 жыл бұрын
Please make more videos. You are an angel.
@paweslanda1955 жыл бұрын
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.s1145 жыл бұрын
very helpful.. please make an video for adding extra fields in user models..
@SimpleUEisBetterThenComplex5 жыл бұрын
I will put it on my list to do. Thanks
@jhonvallno53324 жыл бұрын
Hello, you got amazing tutorial but how can i catch the error if the user is already existing?
@burkaypehlivan54286 жыл бұрын
thank you, very helpful tutorial. keep up good work!
@rangabharath42534 жыл бұрын
awesome. How to make email address a required option
@ssjvackar6 жыл бұрын
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?
@SimpleUEisBetterThenComplex6 жыл бұрын
index.html is controlled by angular not django. What do you mean by django template? You mean register inout form?
@ssjvackar6 жыл бұрын
Krystian Czekalski thanks for getting back to me. I've got it sorted now.
@syhm8866 жыл бұрын
Thanks! That video reduced a lot of time)))) Very helpful
@IceDream934 жыл бұрын
after doing the authentication thing, I cannot use the register method because the user needs to be authenticated, how can i fix this?
@shrenikshah95284 жыл бұрын
Great Explanation. Thanks for sharing your knowledge
@yabesh63013 жыл бұрын
Getting 403 forbidden error.. please help to resolve this issue???
@devisriim66694 жыл бұрын
Thank you so much bro.... wonderful work...
@kd79445 жыл бұрын
Thank you so much. Very helpful. May I have the link to the repo pls?
@SimpleUEisBetterThenComplex5 жыл бұрын
github.com/Nogostradamus/angular-django-crud-yt
@rajatawadhut68864 жыл бұрын
Please make video on reset password
@ashinabbasi17586 жыл бұрын
Thank you, sir! You are a life saver! :)
@sruthidivvela42984 жыл бұрын
I am getting 403 error.can anyone help me??
@johnaavaandon4 жыл бұрын
Me too please help me
@prasannakannaiyar72193 жыл бұрын
@@johnaavaandon me too
@yabesh63013 жыл бұрын
Me also. Got output???. Please help to resolve this issue.....
@luo_dollar3 жыл бұрын
@@yabesh6301 remove permissions from django views
@SonuRaj-er1hn4 жыл бұрын
Userdata from where to come?? How to get userdata??
@hindsakout4334 жыл бұрын
that was so helpful thank you very much
@adelbuilds5 жыл бұрын
Thanks! This video is helpful
@NaserAlOqab5 жыл бұрын
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.
@SimpleUEisBetterThenComplex5 жыл бұрын
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
@dava39226 жыл бұрын
Great tut. Thank you.
@yabesh63013 жыл бұрын
Can you please send me this video code GitHub link
@ishikagarg7366 жыл бұрын
Thanks a lot..so helpful..please make an for login user in angular with django..!..please..!
@SimpleUEisBetterThenComplex6 жыл бұрын
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
@ishikagarg7366 жыл бұрын
Thanks..!!
@SimpleUEisBetterThenComplex6 жыл бұрын
kzbin.info/www/bejne/nnPUaniJYtSIhLs
@amaldev_as5 жыл бұрын
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.
@christianndoradoumngue89116 жыл бұрын
You are the best
@lovesimpleton81776 жыл бұрын
React or Angular, which one works best with Django?
@SimpleUEisBetterThenComplex6 жыл бұрын
Both will work in a similar way so it's just a matter of preference. I'm angular guy.
@asqolaniaddausi24286 жыл бұрын
Angular for me
@selvasudt6 жыл бұрын
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'
@SimpleUEisBetterThenComplex6 жыл бұрын
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
@leadstn6 жыл бұрын
very helpfull
@sahajrajmalla5 жыл бұрын
Source code please?
@BALAMURUGAN-fx1zu6 жыл бұрын
liletime access in udemy.com
@MarekMalinowski_2 жыл бұрын
Będziesz w piekle za zdradę narodu i nagrywanie po Anguelsku >:c
@joelimbergamo6394 жыл бұрын
Awesome, thank you a lot, but shouldn't we encript the password before sending it?