#21 Django tutorials | User Registration - 1

Поделиться
HTML-код
  • Опубликовано: 8 ноя 2024

Комментарии • 153

  • @abhishekshukla7466
    @abhishekshukla7466 5 лет назад +46

    The whole series is so far the best ever Python-Django learning tutorial on RUclips. The way you explain each step is just amazing

  • @ahmedkebir6597
    @ahmedkebir6597 4 года назад +3

    This man just show me the one language that i should use on my website thank you a lot from algeria❤

  • @oddeven327
    @oddeven327 10 месяцев назад +3

    As an alien I approve of this tutorial!

  • @mohdjameel1714
    @mohdjameel1714 5 лет назад

    He is teaching is very clear and point to point with easy way.

  • @MASTERISHABH
    @MASTERISHABH 5 лет назад +3

    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.

  • @MohanRaj-cv2vo
    @MohanRaj-cv2vo 4 года назад +5

    Many Thanks, Naveen Reddy for your time and efforts!

  • @rajeshvanguri8646
    @rajeshvanguri8646 5 лет назад +2

    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.

  • @ptest-pu6qe
    @ptest-pu6qe 4 месяца назад

    You are really doing a good work. Your were recommended by Chart GPT for the best Django videos.
    🥰

  • @athulsnair7234
    @athulsnair7234 4 года назад +4

    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.

  • @shahjaffar8108
    @shahjaffar8108 5 лет назад +1

    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.

  • @ZoranNikolov-f4q
    @ZoranNikolov-f4q 7 месяцев назад

    I am from Macedonia. Excellent Lectures

  • @aravindraj7124
    @aravindraj7124 5 лет назад +7

    Great Tutorial Sir,This series Help me More in project Works

  • @basanagoudanpolicepatil7990
    @basanagoudanpolicepatil7990 5 месяцев назад

    Sir make a video on getting a website online by purchasing domain

  • @nandinidasgupta7781
    @nandinidasgupta7781 3 года назад +1

    Thank You so very much Navin aka Telusko.. It'll be great if you come up with an advanced playlist of django..

  • @sumitguha2223
    @sumitguha2223 4 года назад +4

    Salute to You Best Django tutorial ever. Love u Boss

  • @nischalaks9838
    @nischalaks9838 5 лет назад +1

    Sir, can you please make a vedio series to build a project in python for completely beginners who are not in the coding field.

  • @Ganesh_T_Gani
    @Ganesh_T_Gani 5 лет назад +1

    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.

  • @aniketsukhija2209
    @aniketsukhija2209 4 года назад

    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.

  • @pharmacist66
    @pharmacist66 4 года назад

    Best teacher ever

  • @shankarkumarjha3289
    @shankarkumarjha3289 5 лет назад +8

    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.

    • @masoudbigdeli4285
      @masoudbigdeli4285 5 лет назад +1

      I got this error toooo :(((( . someone helppppp!!!

    • @hudaalmola6049
      @hudaalmola6049 5 лет назад

      Me too need help

    • @abhiramvasista
      @abhiramvasista 5 лет назад

      Make sure there are no spaces in html pages between texts/words.

    • @Its-Not-Funny
      @Its-Not-Funny 4 года назад +2

      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.

    • @aakashshaikh7180
      @aakashshaikh7180 4 года назад

      @@Its-Not-Funny %20/%20

  • @minakshee4672
    @minakshee4672 4 года назад

    12:48 I laughed out so loud "We got first name last name email username passwd! Button is missing!!" LOL

  • @sandeepsv4387
    @sandeepsv4387 4 года назад

    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

  • @educationandtechnicalknowl946
    @educationandtechnicalknowl946 Год назад

    Sir please make a series of rest api in django ?

  • @gouki1001
    @gouki1001 4 года назад +10

    How do you get sample html code?

  • @harshitshukla9618
    @harshitshukla9618 4 года назад +2

    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.

  • @oduwaimade6037
    @oduwaimade6037 Год назад

    very clear explanation!

  • @shansabitjourney127
    @shansabitjourney127 4 года назад +3

    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.

  • @ajkkarki1067
    @ajkkarki1067 3 года назад +2

    when i create new accounts it shows this :::
    path("register", views.register, name="register")
    AttributeError: module 'accounts.views' has no attribute 'register'

  • @asishraz6173
    @asishraz6173 4 года назад +1

    I am loving it. Crazy... THANK YOU TELUSKO

  • @chandrak9451
    @chandrak9451 5 лет назад +2

    Jhakash....

  • @vinnycheru3569
    @vinnycheru3569 4 года назад

    Your are the best sir! God bless you.. thanks a lot for your tutorials...

  • @lafutlawada2610
    @lafutlawada2610 4 года назад +1

    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

  • @santoshkumar-sh3sb
    @santoshkumar-sh3sb 4 года назад +2

    after adding the regsiter html page the page is not loading

  • @mohnishkumarchittoory9609
    @mohnishkumarchittoory9609 4 года назад +2

    What command have u typed at 8.58

  • @saptorshedas3390
    @saptorshedas3390 4 года назад +2

    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.

    • @ilmanzia5780
      @ilmanzia5780 4 года назад

      i am also stuck over there i want to add a custom field to my form but it says unexpected keyword agument

  • @hasib4joy
    @hasib4joy 4 года назад +1

    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.

  • @kumarambuj9699
    @kumarambuj9699 3 года назад +1

    Sir my post method is not working, i followed your steps
    What should i do
    Please help sir

  • @adyamit1330
    @adyamit1330 4 года назад

    please make a video blog with python

  • @deepdive429
    @deepdive429 4 года назад

    Sir ! You are great.
    Keep doing. God bless you.

    • @sabasiddika
      @sabasiddika 4 года назад

      can you please tell when and where to use csrf_token?

    • @deepdive429
      @deepdive429 4 года назад +1

      @@sabasiddika csrf_token is use for post data from html page. The purpose of csrf_token is to prevent data from hackers.

  • @they_callme_kkc6812
    @they_callme_kkc6812 5 лет назад +1

    sir plz share the documentation of Regstration form

  • @divyeshmehta7589
    @divyeshmehta7589 4 года назад +1

    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 ?

  • @shivambansal781
    @shivambansal781 5 лет назад

    Sir, we are waiting for the next video since 5-6 days, please upload more videos/day so we can cover our lost time.

    • @comeagainya
      @comeagainya 5 лет назад +1

      See, making video is not that easy

    • @shivambansal781
      @shivambansal781 5 лет назад

      @@comeagainya Yes you are right but waiting for next video is very difficult🙂

    • @sameernigam108
      @sameernigam108 5 лет назад +1

      @@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

    • @shivambansal781
      @shivambansal781 5 лет назад

      @@sameernigam108 yup🙂

  • @saddamahmad2310
    @saddamahmad2310 5 лет назад +2

    thank you very much sir for this video

    • @Anonymous-oi7kz
      @Anonymous-oi7kz 4 года назад

      Can u share ur project.... my pc had some pblm and unexpectedly get deleted....!!! Pls share

  • @sayedrezaomid1305
    @sayedrezaomid1305 4 года назад +1

    Hello Dear sir
    I have a serious problem in installation PyQt in Python 3.8.2 on intiliJ IDEa.

  • @SuryaPrakashbabul
    @SuryaPrakashbabul Год назад

    Very nice

  • @ramashankarsoni8834
    @ramashankarsoni8834 4 года назад +1

    Plz create on sms otp register by python

  • @ilmanzia5780
    @ilmanzia5780 4 года назад +1

    how to add an extra column in form such as phone number field and register it in admin panel

  • @CodeWithAli
    @CodeWithAli 5 лет назад

    I was waiting for this video

  • @roshannepal388
    @roshannepal388 4 года назад +1

    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.

  • @Galaxy-space72
    @Galaxy-space72 4 года назад +1

    good

  • @jaibharathtv9436
    @jaibharathtv9436 4 года назад

    Hi naveen can you tell me which software are using video classes this video

  • @banaras.wala.foreignaala
    @banaras.wala.foreignaala 4 года назад

    Dear Sir,
    Wonderful.

  • @SupraG42
    @SupraG42 4 года назад +1

    sir big fan of ur
    how u get HTML SAMPLE default code
    can anybody tell plzzz

  • @amalsankar1538
    @amalsankar1538 4 года назад +1

    hi sir please tell me to create password reset in django

  • @pysandeep
    @pysandeep 5 лет назад

    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

  • @hariprasadc8332
    @hariprasadc8332 2 года назад

    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?

  • @anshadaliek3711
    @anshadaliek3711 5 лет назад

    awsome.....presentation sir.....

  • @Codeing-di3yf
    @Codeing-di3yf 7 месяцев назад

    ♥♥

  • @shobhitranjan3957
    @shobhitranjan3957 4 года назад

    Brilliant work!

  • @bhanuprakash2974
    @bhanuprakash2974 4 года назад +1

    Mr Naveen i know you have immense knowledge on subject. But try to understand the viewers. Don't be hurry while doing.

  • @srivanivegunta5449
    @srivanivegunta5449 4 года назад +1

    please provide source code in the description

  • @bigsneeks5714
    @bigsneeks5714 4 года назад +1

    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

  • @sathvikmalgikar2842
    @sathvikmalgikar2842 2 года назад

    thank you sir

  • @Shobhikagarg
    @Shobhikagarg 4 года назад

    Can you please teach us Django REST API sir?? Pls genuine request. Hope u read my comment

  • @rammilan2824
    @rammilan2824 5 лет назад

    How can we add other data from registration page in database such as mobile no. , Address etc

  • @vishwajeetjaiswal9110
    @vishwajeetjaiswal9110 4 года назад

    sir how to make user seperate models?

  • @agranshuaggarwal3947
    @agranshuaggarwal3947 4 года назад

    awesome

  • @kashififtikhar1533
    @kashififtikhar1533 3 года назад

    Can I know, What's the meaning of "Welcome back Aliens"?

  • @priyankamadhesh7836
    @priyankamadhesh7836 4 года назад

    How to use Django built-in authentication function for user registration

  • @dushnpstr
    @dushnpstr 5 лет назад +3

    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

    • @tejeshwarshivanandan4966
      @tejeshwarshivanandan4966 5 лет назад

      Same error please share the solution if you've rectified error thanks in advance! :)

    • @dushnpstr
      @dushnpstr 5 лет назад

      @@tejeshwarshivanandan4966yes, check your HTML action name is same as the def name

    • @sivaporeddy72
      @sivaporeddy72 4 года назад

      @@tejeshwarshivanandan4966 Did you resolve the issue? If so please let me know. Thanks

    • @namelname8371
      @namelname8371 4 года назад +2

      In index.html maybe you typed Register instead of
      Register

    • @namelname8371
      @namelname8371 4 года назад

      @reshani p that's great!!

  • @anshadaliek3711
    @anshadaliek3711 5 лет назад +1

    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...????

  • @javascriptwar9525
    @javascriptwar9525 4 года назад

    sir what if each user have their own profile ..?

  • @manpatel783
    @manpatel783 4 года назад

    Sir i am not give any action argument then it also works, why sir please explain

  • @Shubham-fk4is
    @Shubham-fk4is 5 лет назад +3

    🖖🖖🖖🖖

  • @aryhegde7952
    @aryhegde7952 3 года назад

    Thanks so much!!

  • @darshanpattar9393
    @darshanpattar9393 4 года назад

    Sir, how to not allow unauthorised users to enter our home page?

  • @suryasagar1334
    @suryasagar1334 4 года назад +1

    How to auto generate the basic html code?

  • @mohamedhamid4491
    @mohamedhamid4491 4 года назад

    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')

    ]

  • @mrkhurafati5856
    @mrkhurafati5856 4 года назад +1

    ERROR:: type object 'Destination' has no attribute 'object' found

  • @PythonAssister
    @PythonAssister 5 лет назад

    Sir I m facing trouble while accessing app files in project folder while executing .Please assist

  • @nishantkumar1075
    @nishantkumar1075 3 года назад

    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.

  • @bluten6748
    @bluten6748 4 года назад

    Is there a way to self host the website to the world with our own home url

  • @poonamyadav7552
    @poonamyadav7552 3 года назад

    The current path,accounts/register.html, didn't match any of these pleas help

  • @parulsharma2522
    @parulsharma2522 5 лет назад

    Sir, i m geeting error multivaluedictkey even in view as well as in form i use post method

  • @mayankdandwani9951
    @mayankdandwani9951 4 года назад +1

    my visual studio is, again and again, saying me to import Django but I already did please help

    • @chakshuprajapati698
      @chakshuprajapati698 4 года назад

      Try command workon (your virtual environment name) in this test series it's workon test

  • @Harsh-fd4ml
    @Harsh-fd4ml 3 года назад

    How to fetch image from reques

  • @rangabharath4253
    @rangabharath4253 5 лет назад

    Thank you so much sir

  • @samuelsam9265
    @samuelsam9265 5 лет назад

    How i can change this website to a real time website ??

  • @tarunmittal2914
    @tarunmittal2914 3 года назад

    sir could u tell me where is main.jss and main.css file?

  • @iamgerer
    @iamgerer 3 года назад

    amazing

  • @drinkeatandthink
    @drinkeatandthink 5 лет назад

    Great...!

  • @getupcourses6582
    @getupcourses6582 3 года назад

    can anybody explain how to add more columns in auth user

  • @mohitkumarsingh807
    @mohitkumarsingh807 2 года назад

    Can anyone tell me how to fix this error " Refuse to apply style because its MIME type"

  • @AyushKumar-i9k3c
    @AyushKumar-i9k3c 4 месяца назад

    Its is not calling the function its saying page not found

  • @umamaheshkummari7987
    @umamaheshkummari7987 5 лет назад

    getting an error of intro png is missing.Anyone help?

  • @imzuyel
    @imzuyel 5 лет назад

    ❤❤💞

  • @YashPatel-kb1vx
    @YashPatel-kb1vx 5 лет назад

    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

    • @sivaporeddy72
      @sivaporeddy72 4 года назад

      Did you resolve the issue? If so please let me know. Thanks

  • @shubhamupadhyay8088
    @shubhamupadhyay8088 4 года назад

    12:49 😂😂

  • @SJ_46
    @SJ_46 4 года назад +1

    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.

    • @SweetyMittu
      @SweetyMittu 3 года назад

      Yeah I am also facing same error

  • @rishabhdwivedi3109
    @rishabhdwivedi3109 3 года назад

    Use dark mode. Or you'll go blind. 😂