There's 1 suggestion for you. Assign names to URLs and then refer to those names in all the htmls and wherever else you like. This would help you change URLs easily if you ever want by changing it only at the one place as other places are just referring to the specific name you have set in your urls.py.
This is old. But those who are receiving the error, unable to show register.html page. While adding the menu in index.html, use Register --- With register.html. Tutor must have added the html extension later. This should work.
One of the best tutorial I've seen on youtube.I've also followed your tutorials on java and spring too..Btw could you explain how to use AJAX calls to the backend and check for already taken username,so that we wont have the overhead of reloading the page.
Please do a video on springboot grdfs for mongodb sir, that how retrive a image and display to html or jsp page please sir. I tried a lot to find out but i didn't get the answer sir. as today i am confident in java is only because of your lectures .Please do a video on this sir.
Using the URLconf defined in telusko.urls, Django tried these URL patterns, in this order: [name='index'] ^media/(?P.*)$ admin/ accounts/ register [name='register'] The current path, accounts/register.html, didn't match any of these. i defined URL in the same way as you have defined in the video, then also i am getting this error.M not able to resolve.
Hey guys I got this thing. In bigging I got the same, but I referred in index file......... we have to make sure that "accounts / register"....but not (" accounts/register.html"). I think it will help you.
Who are facing errors while trying this, keep in mind method should be post in html file and while retrieving from form in view . If you are facing any error with registerview try creating another function that gets called after submit
Hii Sir, Thank you so much for your awesome Django Series, It helped me a lot. Please guide me how can I add more columns in Django auth_user table, I want to add a gender column and an age column in pgadmin auth_user table. I want user to submit his gender and age along with other details mentioned in the auth_user table through the sign up form. I'm facing this problem for 5 days and didn't get the solution till now. Please help me. Waiting for your reply.
Hi Sir, I am thankful for your great training, dear sir when I click in register page its give me Page not found (404), error can you please help me regards? Thank you.
when i create new accounts it shows this ::: path("register", views.register, name="register") AttributeError: module 'accounts.views' has no attribute 'register'
Sir , how to use another coloum whinch is not present in users table.After adding another coloum in the table such as adhaar number and saving the value its gettingvthe error of user()error Exception error type error
Halo Sir! Can you please make a video on how to use Custom User model to register user from the front end and email based login instead of username. But I don't want to use Python forms.py instead I want to use own template.
With pycharm the virtual environment is auto created and always runs the runserver is always running. If some error happen it stops working and give the error and after solving the error it re runs automatically.
Is it possible to include the html files in the same app. For Example : Is it possible to controll register.html and other files can be controlled from travello app only ?
@@shivambansal781Bansal bro let him give his best, try to make videos for youtube with his level of editing you will know what it takes.Eve Using Camtasia software is not that easy
I am UNABLE to select on ''View/Edit Data'' Using PgAdmin 4 . Even i tried to refresh my table and even Restarted PgAdmin 4 panel but still can't Select on 'View/Edit Data'.. I can't see my tables information.. Please 🙏 help me anybody.
I am using a tab controlled page for login and registration. And how can i check if the current tab is register or login in html to print appropriate message?
Hi I'm getting the following error after setting up the url and html link on the index/home page...... path("register", views.register, name=register), NameError: name 'views' is not defined
Using the URLconf defined in test2.urls, Django tried these URL patterns, in this order: [name='index'] admin/ account/ register [name='register'] ^media/(?P.*)$ The current path, account/register.html, didn't match any of these. can someone explain this error
i cant camplete the new urls i got an eror " path('accounts/', include('accounts.urls')), NameError: name 'include' is not defined" i cant understand what is the eroor help me...????
if you got this error: """Using the URLconf defined in telusko.urls, Django tried these URL patterns,"""" in accounts urls.py use urlpatterns = [ path('register',views.register,name='register')
i dont think this will throw the user data into database, i tried many times from this step, but user is not created, i did dome research, dango have inbult forms, and that need to be condifured to push data into database.
My code is working w/o action='register' and not working with action='register', in that case it's showing - Using the URLconf defined in practice.urls, Django tried these URL patterns, in this order: [name='index'] accounts/ register/ [name='register'] accounts/ login/ [name='login'] admin/ ^media/(?P.*)$ The current path, accounts/register/register/, didn't match any of these.
The whole series is so far the best ever Python-Django learning tutorial on RUclips. The way you explain each step is just amazing
I strongly agree.
@@musahabdul-razak5693 Me toooo
This man just show me the one language that i should use on my website thank you a lot from algeria❤
As an alien I approve of this tutorial!
He is teaching is very clear and point to point with easy way.
There's 1 suggestion for you.
Assign names to URLs and then refer to those names in all the htmls and wherever else you like.
This would help you change URLs easily if you ever want by changing it only at the one place as other places are just referring to the specific name you have set in your urls.py.
Many Thanks, Naveen Reddy for your time and efforts!
This is old. But those who are receiving the error, unable to show register.html page. While adding the menu in index.html, use
Register --- With register.html.
Tutor must have added the html extension later. This should work.
You are really doing a good work. Your were recommended by Chart GPT for the best Django videos.
🥰
One of the best tutorial I've seen on youtube.I've also followed your tutorials on java and spring too..Btw could you explain how to use AJAX calls to the backend and check for already taken username,so that we wont have the overhead of reloading the page.
Im glad if you can show another login way, multiple role user registration e.g a user can register as a buyer or seller an has a different dashboard.
I am from Macedonia. Excellent Lectures
Great Tutorial Sir,This series Help me More in project Works
Sir make a video on getting a website online by purchasing domain
Thank You so very much Navin aka Telusko.. It'll be great if you come up with an advanced playlist of django..
Salute to You Best Django tutorial ever. Love u Boss
Sir, can you please make a vedio series to build a project in python for completely beginners who are not in the coding field.
Please do a video on springboot grdfs for mongodb sir, that how retrive a image and display to html or jsp page please sir. I tried a lot to find out but i didn't get the answer sir. as today i am confident in java is only because of your lectures .Please do a video on this sir.
sir thanx a lot for all these videos . you have helped a lot of students through your videos. thanx for all your effort and hardwork.
Best teacher ever
Using the URLconf defined in telusko.urls, Django tried these URL patterns, in this order:
[name='index']
^media/(?P.*)$
admin/
accounts/ register [name='register']
The current path, accounts/register.html, didn't match any of these.
i defined URL in the same way as you have defined in the video, then also i am getting this error.M not able to resolve.
I got this error toooo :(((( . someone helppppp!!!
Me too need help
Make sure there are no spaces in html pages between texts/words.
Hey guys I got this thing. In bigging I got the same, but I referred in index file......... we have to make sure that "accounts / register"....but not (" accounts/register.html").
I think it will help you.
@@Its-Not-Funny %20/%20
12:48 I laughed out so loud "We got first name last name email username passwd! Button is missing!!" LOL
Who are facing errors while trying this, keep in mind method should be post in html file and while retrieving from form in view . If you are facing any error with registerview try creating another function that gets called after submit
hi i saw ur comment can you help me m getting error
Sir please make a series of rest api in django ?
How do you get sample html code?
Ctrl + Space
Shift +1
Hii Sir, Thank you so much for your awesome Django Series, It helped me a lot.
Please guide me how can I add more columns in Django auth_user table, I want to add a gender column and an age column in pgadmin auth_user table. I want user to submit his gender and age along with other details mentioned in the auth_user table through the sign up form.
I'm facing this problem for 5 days and didn't get the solution till now.
Please help me. Waiting for your reply.
very clear explanation!
Hi Sir, I am thankful for your great training, dear sir when I click in register page its give me Page not found (404), error can you please help me regards? Thank you.
Me too
when i create new accounts it shows this :::
path("register", views.register, name="register")
AttributeError: module 'accounts.views' has no attribute 'register'
I am loving it. Crazy... THANK YOU TELUSKO
Jhakash....
Your are the best sir! God bless you.. thanks a lot for your tutorials...
Sir , how to use another coloum whinch is not present in users table.After adding another coloum in the table such as adhaar number and saving the value its gettingvthe error of user()error
Exception error type error
after adding the regsiter html page the page is not loading
What command have u typed at 8.58
Halo Sir!
Can you please make a video on how to use Custom User model to register user from the front end and email based login instead of username.
But I don't want to use Python forms.py instead I want to use own template.
i am also stuck over there i want to add a custom field to my form but it says unexpected keyword agument
With pycharm
the virtual environment is auto created and always runs
the runserver is always running. If some error happen it stops working and give the error and after solving the error it re runs automatically.
Sir my post method is not working, i followed your steps
What should i do
Please help sir
please make a video blog with python
Sir ! You are great.
Keep doing. God bless you.
can you please tell when and where to use csrf_token?
@@sabasiddika csrf_token is use for post data from html page. The purpose of csrf_token is to prevent data from hackers.
sir plz share the documentation of Regstration form
Is it possible to include the html files in the same app. For Example : Is it possible to controll register.html and other files can be controlled from travello app only ?
Sir, we are waiting for the next video since 5-6 days, please upload more videos/day so we can cover our lost time.
See, making video is not that easy
@@comeagainya Yes you are right but waiting for next video is very difficult🙂
@@shivambansal781Bansal bro let him give his best, try to make videos for youtube with his level of editing you will know what it takes.Eve Using Camtasia software is not that easy
@@sameernigam108 yup🙂
thank you very much sir for this video
Can u share ur project.... my pc had some pblm and unexpectedly get deleted....!!! Pls share
Hello Dear sir
I have a serious problem in installation PyQt in Python 3.8.2 on intiliJ IDEa.
Very nice
Plz create on sms otp register by python
how to add an extra column in form such as phone number field and register it in admin panel
same issue.
I was waiting for this video
I am UNABLE to select on ''View/Edit Data'' Using PgAdmin 4 . Even i tried to refresh my table and even Restarted PgAdmin 4 panel but still can't Select on 'View/Edit Data'.. I can't see my tables information.. Please 🙏 help me anybody.
good
Hi naveen can you tell me which software are using video classes this video
Dear Sir,
Wonderful.
sir big fan of ur
how u get HTML SAMPLE default code
can anybody tell plzzz
Ctrl +space
hi sir please tell me to create password reset in django
I want to render Django default permission for model in Django template in tabular form but I didn't know how to do. Please make videos on this
I am using a tab controlled page for login and registration. And how can i check if the current tab is register or login in html to print appropriate message?
awsome.....presentation sir.....
♥♥
Brilliant work!
Mr Naveen i know you have immense knowledge on subject. But try to understand the viewers. Don't be hurry while doing.
please provide source code in the description
Hi I'm getting the following error after setting up the url and html link on the index/home page...... path("register", views.register, name=register),
NameError: name 'views' is not defined
import the views
thank you sir
Can you please teach us Django REST API sir?? Pls genuine request. Hope u read my comment
How can we add other data from registration page in database such as mobile no. , Address etc
sir how to make user seperate models?
awesome
Can I know, What's the meaning of "Welcome back Aliens"?
How to use Django built-in authentication function for user registration
Using the URLconf defined in test2.urls, Django tried these URL patterns, in this order:
[name='index']
admin/
account/ register [name='register']
^media/(?P.*)$
The current path, account/register.html, didn't match any of these.
can someone explain this error
Same error please share the solution if you've rectified error thanks in advance! :)
@@tejeshwarshivanandan4966yes, check your HTML action name is same as the def name
@@tejeshwarshivanandan4966 Did you resolve the issue? If so please let me know. Thanks
In index.html maybe you typed Register instead of
Register
@reshani p that's great!!
i cant camplete the new urls i got an eror
" path('accounts/', include('accounts.urls')),
NameError: name 'include' is not defined"
i cant understand what is the eroor help me...????
you need to import "include"
sir what if each user have their own profile ..?
Sir i am not give any action argument then it also works, why sir please explain
🖖🖖🖖🖖
Thanks so much!!
Sir, how to not allow unauthorised users to enter our home page?
How to auto generate the basic html code?
Ctrl + Space
if you got this error:
"""Using the URLconf defined in telusko.urls, Django tried these URL patterns,""""
in accounts urls.py use
urlpatterns = [
path('register',views.register,name='register')
]
ERROR:: type object 'Destination' has no attribute 'object' found
you should use objects
Sir I m facing trouble while accessing app files in project folder while executing .Please assist
i dont think this will throw the user data into database, i tried many times from this step, but user is not created, i did dome research, dango have inbult forms, and that need to be condifured to push data into database.
Is there a way to self host the website to the world with our own home url
The current path,accounts/register.html, didn't match any of these pleas help
Sir, i m geeting error multivaluedictkey even in view as well as in form i use post method
my visual studio is, again and again, saying me to import Django but I already did please help
Try command workon (your virtual environment name) in this test series it's workon test
How to fetch image from reques
Thank you so much sir
How i can change this website to a real time website ??
sir could u tell me where is main.jss and main.css file?
amazing
Great...!
can anybody explain how to add more columns in auth user
Can anyone tell me how to fix this error " Refuse to apply style because its MIME type"
Its is not calling the function its saying page not found
getting an error of intro png is missing.Anyone help?
❤❤💞
sir my register is in template i also verified path alo still also getting error ,can u give reply plzzz im trying yhis from last three days
Did you resolve the issue? If so please let me know. Thanks
12:49 😂😂
My code is working w/o action='register' and not working with action='register', in that case it's showing
-
Using the URLconf defined in practice.urls, Django tried these URL patterns, in this order:
[name='index']
accounts/ register/ [name='register']
accounts/ login/ [name='login']
admin/
^media/(?P.*)$
The current path, accounts/register/register/, didn't match any of these.
Yeah I am also facing same error
Use dark mode. Or you'll go blind. 😂