The whole series is so far the best ever Python-Django learning tutorial on KZbin. The way you explain each step is just amazing
@musahabdul-razak56934 жыл бұрын
I strongly agree.
@omkaranabathula19792 жыл бұрын
@@musahabdul-razak5693 Me toooo
@oddeven327 Жыл бұрын
As an alien I approve of this tutorial!
@ahmedkebir65974 жыл бұрын
This man just show me the one language that i should use on my website thank you a lot from algeria❤
@mohdjameel17145 жыл бұрын
He is teaching is very clear and point to point with easy way.
@MohanRaj-cv2vo4 жыл бұрын
Many Thanks, Naveen Reddy for your time and efforts!
@shankarkumarjha32895 жыл бұрын
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.
@masoudbigdeli42855 жыл бұрын
I got this error toooo :(((( . someone helppppp!!!
@hudaalmola60495 жыл бұрын
Me too need help
@abhiramvasista5 жыл бұрын
Make sure there are no spaces in html pages between texts/words.
@Its-Not-Funny5 жыл бұрын
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.
@aakashshaikh71804 жыл бұрын
@@Its-Not-Funny %20/%20
@gouki10014 жыл бұрын
How do you get sample html code?
@saduwakelvin29134 жыл бұрын
Ctrl + Space
@nature_love734 Жыл бұрын
Shift +1
@MASTERISHABH5 жыл бұрын
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.
@ptest-pu6qe5 ай бұрын
You are really doing a good work. Your were recommended by Chart GPT for the best Django videos. 🥰
@rajeshvanguri86465 жыл бұрын
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.
@ajkkarki10673 жыл бұрын
when i create new accounts it shows this ::: path("register", views.register, name="register") AttributeError: module 'accounts.views' has no attribute 'register'
@santoshkumar-sh3sb4 жыл бұрын
after adding the regsiter html page the page is not loading
@mohnishkumarchittoory96094 жыл бұрын
What command have u typed at 8.58
@lafutlawada26104 жыл бұрын
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
@kumarambuj96993 жыл бұрын
Sir my post method is not working, i followed your steps What should i do Please help sir
@ilmanzia57804 жыл бұрын
how to add an extra column in form such as phone number field and register it in admin panel
@harshitshukla96184 жыл бұрын
same issue.
@athulsnair72344 жыл бұрын
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.
@aravindraj71245 жыл бұрын
Great Tutorial Sir,This series Help me More in project Works
@shahjaffar81085 жыл бұрын
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.
@shansabitjourney1274 жыл бұрын
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.
@shubhampatil84303 жыл бұрын
Me too
@divyeshmehta75894 жыл бұрын
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 ?
@hasib4joy4 жыл бұрын
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.
@sumitguha22234 жыл бұрын
Salute to You Best Django tutorial ever. Love u Boss
@saptorshedas33904 жыл бұрын
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.
@ilmanzia57804 жыл бұрын
i am also stuck over there i want to add a custom field to my form but it says unexpected keyword agument
@hariprasadc83322 жыл бұрын
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?
@ZoranNikolov-f4q8 ай бұрын
I am from Macedonia. Excellent Lectures
@roshannepal3884 жыл бұрын
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.
@nandinidasgupta77813 жыл бұрын
Thank You so very much Navin aka Telusko.. It'll be great if you come up with an advanced playlist of django..
@jaibharathtv94364 жыл бұрын
Hi naveen can you tell me which software are using video classes this video
@basanagoudanpolicepatil79906 ай бұрын
Sir make a video on getting a website online by purchasing domain
@nischalaks98385 жыл бұрын
Sir, can you please make a vedio series to build a project in python for completely beginners who are not in the coding field.
@sayedrezaomid13054 жыл бұрын
Hello Dear sir I have a serious problem in installation PyQt in Python 3.8.2 on intiliJ IDEa.
@harshitshukla96184 жыл бұрын
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.
@dushnpstr5 жыл бұрын
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
@tejeshwarshivanandan49665 жыл бұрын
Same error please share the solution if you've rectified error thanks in advance! :)
@dushnpstr5 жыл бұрын
@@tejeshwarshivanandan4966yes, check your HTML action name is same as the def name
@sivaporeddy724 жыл бұрын
@@tejeshwarshivanandan4966 Did you resolve the issue? If so please let me know. Thanks
@namelname83714 жыл бұрын
In index.html maybe you typed Register instead of Register
@namelname83714 жыл бұрын
@reshani p that's great!!
@amalsankar15384 жыл бұрын
hi sir please tell me to create password reset in django
@aniketsukhija22094 жыл бұрын
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.
@bigsneeks57144 жыл бұрын
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
@meerajadhikari18774 жыл бұрын
import the views
@Ganesh_T_Gani5 жыл бұрын
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.
@suryasagar13344 жыл бұрын
How to auto generate the basic html code?
@saduwakelvin29134 жыл бұрын
Ctrl + Space
@bluten67484 жыл бұрын
Is there a way to self host the website to the world with our own home url
@educationandtechnicalknowl946 Жыл бұрын
Sir please make a series of rest api in django ?
@manpatel7834 жыл бұрын
Sir i am not give any action argument then it also works, why sir please explain
@rammilan28245 жыл бұрын
How can we add other data from registration page in database such as mobile no. , Address etc
@anshadaliek37115 жыл бұрын
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...????
@zaighumabbas82845 жыл бұрын
you need to import "include"
@ramashankarsoni88344 жыл бұрын
Plz create on sms otp register by python
@minakshee46724 жыл бұрын
12:48 I laughed out so loud "We got first name last name email username passwd! Button is missing!!" LOL
@sandeepsv43874 жыл бұрын
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
@mathsthemindgame2929 Жыл бұрын
hi i saw ur comment can you help me m getting error
@tarunmittal29143 жыл бұрын
sir could u tell me where is main.jss and main.css file?
@nishantkumar10753 жыл бұрын
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.
@chandrak94515 жыл бұрын
Jhakash....
@vishwajeetjaiswal91104 жыл бұрын
sir how to make user seperate models?
@mohamedhamid44914 жыл бұрын
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') ]
@mohitkumarsingh8072 жыл бұрын
Can anyone tell me how to fix this error " Refuse to apply style because its MIME type"
@poonamyadav75523 жыл бұрын
The current path,accounts/register.html, didn't match any of these pleas help
@pysandeep5 жыл бұрын
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
@javascriptwar95254 жыл бұрын
sir what if each user have their own profile ..?
@they_callme_kkc68125 жыл бұрын
sir plz share the documentation of Regstration form
@mayankdandwani99514 жыл бұрын
my visual studio is, again and again, saying me to import Django but I already did please help
@chakshuprajapati6984 жыл бұрын
Try command workon (your virtual environment name) in this test series it's workon test
@asishraz61734 жыл бұрын
I am loving it. Crazy... THANK YOU TELUSKO
@Harsh-fd4ml3 жыл бұрын
How to fetch image from reques
@getupcourses65823 жыл бұрын
can anybody explain how to add more columns in auth user
@pharmacist664 жыл бұрын
Best teacher ever
@darshanpattar93934 жыл бұрын
Sir, how to not allow unauthorised users to enter our home page?
@oduwaimade6037 Жыл бұрын
very clear explanation!
@vinnycheru35694 жыл бұрын
Your are the best sir! God bless you.. thanks a lot for your tutorials...
@parulsharma25225 жыл бұрын
Sir, i m geeting error multivaluedictkey even in view as well as in form i use post method
@priyankamadhesh78365 жыл бұрын
How to use Django built-in authentication function for user registration
@srivanivegunta54494 жыл бұрын
please provide source code in the description
@samuelsam92655 жыл бұрын
How i can change this website to a real time website ??
@mrkhurafati58564 жыл бұрын
ERROR:: type object 'Destination' has no attribute 'object' found
@pavithrabhusireddy92094 жыл бұрын
you should use objects
@PythonAssister5 жыл бұрын
Sir I m facing trouble while accessing app files in project folder while executing .Please assist
@AyushKumar-i9k3c5 ай бұрын
Its is not calling the function its saying page not found
@SupraG424 жыл бұрын
sir big fan of ur how u get HTML SAMPLE default code can anybody tell plzzz
@krishanrupani92184 жыл бұрын
Ctrl +space
@SJ_464 жыл бұрын
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.
@SweetyMittu3 жыл бұрын
Yeah I am also facing same error
@CodeWithAli5 жыл бұрын
I was waiting for this video
@adyamit13304 жыл бұрын
please make a video blog with python
@kashififtikhar15333 жыл бұрын
Can I know, What's the meaning of "Welcome back Aliens"?
@YashPatel-kb1vx5 жыл бұрын
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
@sivaporeddy724 жыл бұрын
Did you resolve the issue? If so please let me know. Thanks
@vanshikakaushik87605 жыл бұрын
Accounts/Register is showig error page not found.Can anyone help me with this?
@sivaporeddy724 жыл бұрын
Did you resolve the issue? If so please let me know. Thanks
@namelname83714 жыл бұрын
In index.html maybe you typed Register instead of Register
@keanemafika22904 жыл бұрын
did u finally fix this? I have been stuck here for a while, please help
@deepdive4295 жыл бұрын
Sir ! You are great. Keep doing. God bless you.
@sabasiddika4 жыл бұрын
can you please tell when and where to use csrf_token?
@deepdive4294 жыл бұрын
@@sabasiddika csrf_token is use for post data from html page. The purpose of csrf_token is to prevent data from hackers.
@SuryaPrakashbabul Жыл бұрын
Very nice
@Galaxy-space725 жыл бұрын
good
@umamaheshkummari79875 жыл бұрын
getting an error of intro png is missing.Anyone help?
@shivambansal7815 жыл бұрын
Sir, we are waiting for the next video since 5-6 days, please upload more videos/day so we can cover our lost time.
@comeagainya5 жыл бұрын
See, making video is not that easy
@shivambansal7815 жыл бұрын
@@comeagainya Yes you are right but waiting for next video is very difficult🙂
@sameernigam1085 жыл бұрын
@@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
@shivambansal7815 жыл бұрын
@@sameernigam108 yup🙂
@Shobhikagarg4 жыл бұрын
Can you please teach us Django REST API sir?? Pls genuine request. Hope u read my comment
@saddamahmad23105 жыл бұрын
thank you very much sir for this video
@Anonymous-oi7kz4 жыл бұрын
Can u share ur project.... my pc had some pblm and unexpectedly get deleted....!!! Pls share
@anshadaliek37115 жыл бұрын
awsome.....presentation sir.....
@shobhitranjan39575 жыл бұрын
Brilliant work!
@bhanuprakash29745 жыл бұрын
Mr Naveen i know you have immense knowledge on subject. But try to understand the viewers. Don't be hurry while doing.
@banaras.wala.foreignaala4 жыл бұрын
Dear Sir, Wonderful.
@dabbiruhaneesh27144 жыл бұрын
people who are watching this in lockdown,give a like
@agranshuaggarwal39474 жыл бұрын
awesome
@Shubham-fk4is5 жыл бұрын
🖖🖖🖖🖖
@TazerOnSamsung2 жыл бұрын
if User.objects.filter(username=username).exists(): not worrking