😎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
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.
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?
😎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
Great explanation, Best wishes ever, Thanks
Wow.!!! Thank you so much sir crystal clear explanations🙏🙏
Really awesome Hindi language Wale students k liye so thank you..
Thanks.. I had a clear understanding of models in django.
Very good explanation, thank you so much
Very Impressive
Once again! an Excellent Explanation from you
well sir
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.
Thank you
No change detected msg aa rha makemigrations krne me please help me.
why it is taking an extra 's' after service in admin panel??
did you figure out why?
Sir, no option is coming in the django registration page
How to change and delete field names like name to first_name in django model
please if any one know tell me.
11:00
Agr aik sy zyda model create krny hon to
New class define krdo, ya new app
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?
Yes we can also go with this method