Komentáře •

  • @CodeKeen
    @CodeKeen Před 3 lety

    Connect with me on -
    Linkedin - www.linkedin.com/in/gupta-abhijeet/​
    Instagram - instagram.com/_abhijeetgupta/

    • @dammuparameswari3271
      @dammuparameswari3271 Před 2 lety

      AttributeError: 'UserManager' has no attribute 'create_superuser 'how to fix it...

  • @js_brain
    @js_brain Před 3 lety +1

    Much needed video buddy......
    Problem arises in the morning..
    Abhijeet bhaiya comes with his solution video the same day or the very next day......❣️❣️❣️❣️❣️❣️

  • @jaiprakashlic484
    @jaiprakashlic484 Před 2 lety

    You are a savior bro, Thanks!

  • @qureshlakdawala1069
    @qureshlakdawala1069 Před 3 lety +1

    Very helpful video thanks bro.

  • @djangodeveloper2973
    @djangodeveloper2973 Před 2 lety

    great man. keep going. learning a lot.

  • @thrilleracaste400
    @thrilleracaste400 Před rokem

    Very helpful video. Thanks!

  • @muhammadnaveedkhan6739
    @muhammadnaveedkhan6739 Před 2 lety +1

    Thank you sir. Your teaching style is good. Keep it up Sir g, You are doing great job.

  • @AashishKumar-op2dm
    @AashishKumar-op2dm Před 3 lety +1

    Nice 👍

  • @lujahawhsuk1506
    @lujahawhsuk1506 Před 3 lety +1

    Great

  • @rajibmohanty5555
    @rajibmohanty5555 Před rokem

    thanks

  • @mehedihasanpiash808
    @mehedihasanpiash808 Před 3 lety +2

    Don't leave us alone ! Keep doing your great works !

  • @recursion3955
    @recursion3955 Před 2 lety

    Thanks. If i created custom user model and named it 'CustomUser', then it can be accessed in admin panel by URL: /customuser. How can i modify this url, if i want it to be /user (not 'customuser')?

  • @holserf
    @holserf Před 3 lety

    Thank you for making valuable video.
    Que. How to add change password form in the password field like show in default user model admin?

  • @rangabharath4253
    @rangabharath4253 Před 3 lety +1

    awesome bro :-)

  • @thetechtimes
    @thetechtimes Před 3 lety +2

    Really helpful Thanks you brother love from ❤

  • @shagufta7865
    @shagufta7865 Před rokem

    happy ☺

  • @naineshrathod2392
    @naineshrathod2392 Před 2 lety +1

    u have used here email to login, if I don't use email, will it be done by default from username ? what changes then I have to make ?

  • @zaidsays6506
    @zaidsays6506 Před rokem

    Just tell me how to add a single filed to the admin I have all required fields but I need to add a field named "phone" to it.

  • @Codeing-di3yf
    @Codeing-di3yf Před 2 měsíci

    ♥♥

  • @agranshuaggarwal3947
    @agranshuaggarwal3947 Před 3 lety +1

    Nice concept

  • @mananb095
    @mananb095 Před 3 lety

    what is emailtoken in this ? and what extensions do u use ?

  • @TarunKumar-tm1hv
    @TarunKumar-tm1hv Před 2 lety +1

    please make a video on tree category models in django

  • @ankushjatav6109
    @ankushjatav6109 Před rokem

    Mujhe rest API me registration ki api banani h
    To kya is model se ho skta h?

  • @niraja1994
    @niraja1994 Před 2 lety

    hello code keen, i m developing a project in that .. mere two user hai patient or doctor Maine unke register page bana liya hai or vo db me save bhi ho rahe hai ...muze usnhe login karana hai ki agar patient ne login liya to kya view honga or doctor login kiya to kya view honga ...or har ek user ka token generate hona chahiye ki kis user ne kya activities perform kiya vo ustak hi save hona chahiye baki kisiko view nahi hona chahiye....please suggest

  • @46_shibhamsingh72
    @46_shibhamsingh72 Před 2 lety

    Sir ji plzz make full video after customization of user model make registration and login with jwt

  • @adminuser755
    @adminuser755 Před 2 lety

    after creating this, if i create a superuser from django admin (not in terminal), why can't i login in admin? why my password isnt in hash pass?

  • @mananb095
    @mananb095 Před 3 lety

    i want to add a field from where i can upload pdf how it is possible

  • @simplekto2306
    @simplekto2306 Před 2 lety

    while creating a superuser that gives:
    ValueError: Field 'id' expected a number but got 'adminyoutube'. error how to solve it???

  • @vikask6944
    @vikask6944 Před 2 lety +1

    aawaz dekh lete hai ...hehehe

  • @yogeshjadhav5468
    @yogeshjadhav5468 Před 3 lety +4

    With this method, every user that I create gets all permissions automatically. How can I limit permissions while creating new user?

  • @divyanshnautiyal8110
    @divyanshnautiyal8110 Před rokem

    models arent loaded yet ka error ara hai

  • @nirabindudas9013
    @nirabindudas9013 Před rokem

    can any one tell me why groups and permission here not showing properly?

  • @errorshotout5873
    @errorshotout5873 Před rokem

    Sir isme ab user register nahi ho para kese kre ?

  • @user-pp2qq3ey7w
    @user-pp2qq3ey7w Před 11 měsíci

    How can I use this model to authenticate? Actually I want to authenticate using 3 parameters, username, password and is_subadmin.

  • @buddyftv4628
    @buddyftv4628 Před 3 lety +1

    After completing this tutorial successfully and started to build a signup using django forms then W when I tried to submit the signup form
    Error Occur, Manager isn't available; 'auth.User' has been swapped for 'accounts.User'
    Any solution

    • @CodeKeen
      @CodeKeen Před 3 lety

      Have you changed the manager in your model?

    • @buddyftv4628
      @buddyftv4628 Před 3 lety

      @@CodeKeen I have solved the above error sir. Can you please make a video on django signup and login using django form after customizing the user model.

  • @daily_thoughts9457
    @daily_thoughts9457 Před 3 lety +1

    Is it possible to create a custom user model in Django-cms?
    I try same as in this video you tought but I saw a error custom user is not register

    • @CodeKeen
      @CodeKeen Před 3 lety

      Have you added that model in settings.py?

    • @daily_thoughts9457
      @daily_thoughts9457 Před 3 lety +1

      @@CodeKeen yes but it is showing an error myapp and my model is not registered .(I use following steps in djangocms not in django because in django it work properly)

  • @NeuralxAi
    @NeuralxAi Před 3 lety

    these methods are not in the BaseUserManager and UserManager classes. Please check. i tried but haven't found these methods in these classes

  • @amankumarsoni9587
    @amankumarsoni9587 Před 2 lety

    Please provide the whole code

  • @webseries9482
    @webseries9482 Před 3 lety

    How to convert image to pdf in python django

  • @amankumarsoni9587
    @amankumarsoni9587 Před 2 lety

    pls give the code

  • @daily_thoughts9457
    @daily_thoughts9457 Před 3 lety +1

    please reply ?

  • @sourabh3951
    @sourabh3951 Před rokem

    I got and error
    Missing 1 required positional argument: 'username'
    I have also messaged you on instagram

    • @ShubhamSharma-vk9iq
      @ShubhamSharma-vk9iq Před rokem

      same error!! I also got. You just need to change objects = UserManager to objects = UserManager() in your user model