How to Create a Model in Django | Django Complete Project in Hindi

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

ความคิดเห็น • 21

  • @wscubetech
    @wscubetech  2 ปีที่แล้ว +3

    😎Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments.
    🔴 To learn Django online with regular LIVE CLASSES, enroll now: forms.gle/GHasHRhehT2v1BTf6
    👉For professional self-paced certification courses (pre-recorded), visit: bit.ly/Pre-Recorded-Course
    👉Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: bit.ly/TH-cam-WsCubeTech

  • @MuhammadKhan-ok3hf
    @MuhammadKhan-ok3hf 9 หลายเดือนก่อน +2

    Great explanation, Best wishes ever, Thanks

  • @sky7681
    @sky7681 2 ปีที่แล้ว +3

    Wow.!!! Thank you so much sir crystal clear explanations🙏🙏

  • @swastik_short
    @swastik_short ปีที่แล้ว

    Really awesome Hindi language Wale students k liye so thank you..

  • @CCCCCreative
    @CCCCCreative 2 ปีที่แล้ว +1

    Thanks.. I had a clear understanding of models in django.

  • @ashilshah3376
    @ashilshah3376 ปีที่แล้ว +1

    Very good explanation, thank you so much

  • @zenxoft
    @zenxoft ปีที่แล้ว

    Very Impressive

  • @Hamzajaanmovies
    @Hamzajaanmovies 2 ปีที่แล้ว +2

    Once again! an Excellent Explanation from you

  • @FUN.OFFICIAL-nx5px
    @FUN.OFFICIAL-nx5px 3 หลายเดือนก่อน

    well sir

  • @vinayakupadhyay4143
    @vinayakupadhyay4143 2 ปีที่แล้ว +2

    Sir I am getting this error
    check_apps_ready
    raise AppRegistryNotReady("Apps aren't loaded yet.")
    django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.

  • @Niki-ue6fk
    @Niki-ue6fk 2 ปีที่แล้ว +1

    Thank you

  • @EducationExplorer
    @EducationExplorer 9 หลายเดือนก่อน

    No change detected msg aa rha makemigrations krne me please help me.

  • @abhisheaksharma4595
    @abhisheaksharma4595 2 ปีที่แล้ว +1

    why it is taking an extra 's' after service in admin panel??

    • @rahatmughal958
      @rahatmughal958 11 หลายเดือนก่อน

      did you figure out why?

  • @SangeetaDam
    @SangeetaDam ปีที่แล้ว

    Sir, no option is coming in the django registration page

  • @nonamehere1788
    @nonamehere1788 2 ปีที่แล้ว

    How to change and delete field names like name to first_name in django model
    please if any one know tell me.

  • @nihalpandey4102
    @nihalpandey4102 3 หลายเดือนก่อน

    11:00

  • @LetsFun_7
    @LetsFun_7 2 ปีที่แล้ว +1

    Agr aik sy zyda model create krny hon to

    • @Lucky-el2hv
      @Lucky-el2hv 3 หลายเดือนก่อน

      New class define krdo, ya new app

  • @saqibabbasi3274
    @saqibabbasi3274 3 ปีที่แล้ว +2

    11:30 (from django.contrib.admin.sites import site) ---> Shows Error ---But I solved it with this method:
    from django.contrib import admin
    from service.models import Service
    admin.site.register(Service)
    Can we go with this method?