If I could subscribe a thousand times, I will do it!! Keep on doing unique projects bro!
@Pyplane4 жыл бұрын
Thank you Junar! :)
@alialrubay8264 жыл бұрын
this what was i looking for , a million Thanks
@bombayvega70213 жыл бұрын
Me too
@claudiamichellecharlesrome18054 жыл бұрын
I´m from Mexico and your videos are very helpful for me, keep it doing this...
@Pyplane4 жыл бұрын
Thank you Claudia!
@jaremi403 жыл бұрын
what plugin are you using for vs code to do the autocompletes? Love your videos
@anonymoustroll80624 жыл бұрын
The 11:08 I think that you can also use this from .models import Song
@Pyplane4 жыл бұрын
Hi there! We are importing Song model from a different app folder, that's why it has to be this way. If you would be in the songs folder working for example on admin.py to register the Song model in the admin - you could imported with "from .models ..." . Have a great day!
@gavenlarson85494 жыл бұрын
Good lord. These tutorials are amazing. I would write you a sonet if I could
@claudiamichellecharlesrome18054 жыл бұрын
if I want a form with information of different models how can I do it?
@morgango3 жыл бұрын
Nice video, very useful. You type like I do, and are going to spend some time debugging prefernce vs. preference at a critical time in the future. LOL.
@romansokolov221611 ай бұрын
Why I can't do this by self?
@sudiptasarker24803 жыл бұрын
Thanks for nice video. I am facing a trouble here by using DateTimeField. I added 'DATETIME_INPUT_FORMATS' in settings.py but I can not pick up date and time from that field. Can you suggest me how can I solve this.