Honestly you teach well. Regards Soloh from Central,Kenya
@desphixs Жыл бұрын
Thanks a lot brother
@dynamic-gaming18798 ай бұрын
Thank you so much. My final year project supervisor asked me to build a web based chat application using backend as Django with python and frontend with React js. I am happy you made these videos. On top of that my supervisor asked me to build AI which will use deep learning process to avoid any bad word chat. Again thank u. and keep doing good work.
@chrissati67133 ай бұрын
i got it right now thank you so much. please check out my request under the hotel management system
@mohdshoibsir4501 Жыл бұрын
Awesome, very nice work. Thank You for this tutorial. Keep doing such great work
@desphixs Жыл бұрын
Thank you so much, I really appreciate it that you like my tutorials. ❤️
@goxa10 ай бұрын
You helped me a lot, thank you very much for this tutorial 😌
@desphixs10 ай бұрын
You're welcome 😊
@htooko99 Жыл бұрын
Thank you sir. It's very useful for me.
@pablo20237 Жыл бұрын
Thank you sir, very excellent.
@md.abirhasan7089 Жыл бұрын
You got a new subscriber .cheers!
@desphixs Жыл бұрын
Thanks for subbing, buddy.
@chrissati67133 ай бұрын
thank you so much and please my jazzim is install i am seeing it but when i click on a fuction, it tell me invalid filter length... can you please help me
@desphixs3 ай бұрын
This is because you're using a conflicting version of django-jazzmin and the django package, what version of django-jazzmin do you have installed and what version of django do you have installed?
@VigneshRajan-fd5xw Жыл бұрын
This video is very very useful 👍 And you send the source code in github not mentioned in (backend Files) only i saw in frontend file...pls upload a backend files to your github source code.
@desphixs Жыл бұрын
Check again, i have upload the backend file
@dynamic-gaming18798 ай бұрын
when i try to makemigration it says no changes detected plz help me.
@jamescarly2408 Жыл бұрын
Hello guys, I'm getting an error saying RelatedObjectDoesNotExist at /admin/login/ User has no profile.
@desphixs Жыл бұрын
Delete your database, and run migrate commands again
@bariqkhairullah1536 Жыл бұрын
i have a problem when i create a superuser could you help me?
@desphixs Жыл бұрын
Sorry for the late reply. What's the issue you encounted when creating a superuser?
@bariqkhairullah1536 Жыл бұрын
Its okay already fix i just reset it and do it from the start
@IlavarasiMohan-z6p Жыл бұрын
User in class Profile is not defined user = models.OneToOneField(User, on_delete=models.CASCADE) ^^^^ NameError: name 'User' is not defined
@desphixs Жыл бұрын
Your need to import the user model
@Chucklarry7 ай бұрын
django.core.exceptions.ImproperlyConfigured: AUTH_USER_MODEL refers to model 'api.User' that has not been installed i've done what needs to be done in the settings and also used the trick of commenting out the url and the installed app in the settings yet same issue.