Тёмный
Very Academy
Very Academy
Very Academy
Подписаться
Very Academy is an online education provider that offers a vast and ever-growing catalogue of tutorials and courses. Very Academy's mission is to provide universally accessible, highest quality Computer Science and Technology education.

By providing you with the most relevant, highest-quality learning experiences to support your learning, we hope to help foster students into globally competent professionals in the field of Computer Science and Technology.
Test Driven FastAPI Course | python-dotenv
3:28
3 месяца назад
Finalising Models - Try Flask API Development
10:01
4 месяца назад
Комментарии
@marynasamonenko7302
@marynasamonenko7302 День назад
Thank you a lot!!
@kjuayan3933
@kjuayan3933 День назад
so helpful to us who are still learning and aiming to become a software developer. <3
@salmansyyd
@salmansyyd 3 дня назад
This such a priceless video, I saved it and keep coming back for more.
@mohammadrezaee5617
@mohammadrezaee5617 6 дней назад
In my opinion the best tutorial for django models in youtube. thanks alot🤙
@rahathussain9313
@rahathussain9313 7 дней назад
In what way you developed your ecommerce project in the github as this folder sturcture, please suggest.
@ExponiendoalosLacayosMen-tw2no
@ExponiendoalosLacayosMen-tw2no 7 дней назад
I could experience the problems of not using Docker very clearly one day. I developed one django app in my linux machine. Then I thought I could just copy the entire project and make it run on windows machine using pycharm. Catastrophic, all kinds of errors, I could not launch the application, it would not even recognize the python interpreter.
@cajocz
@cajocz 8 дней назад
it's funny how you say 'Google' when you're actually on Bing. Great tutorial btw.
@_Afsus
@_Afsus 9 дней назад
hi , i m facing a problem ,i dont know if you can help me out.
@DeadNinjaSyndrome
@DeadNinjaSyndrome 9 дней назад
Thanks for making this series. I am a Java Spring boot developer trying out Django.
@suen-tech
@suen-tech 9 дней назад
Thank you
@rxlvnd3397
@rxlvnd3397 10 дней назад
thank you for the tutorial! If anyone has trouble with the ordering of columns after you've imported the csv into the model's database, you could reorder the columns in your csv the exact same way the columns are ordered in the empty database. It might take a bit of time, but it definitely works.
@user-happy8200
@user-happy8200 11 дней назад
thank you very mach
@babidibabidi
@babidibabidi 11 дней назад
Lan bi kimya testi cevaplarina bakicaktim niye geldim buraya
@ReneMauricioQuinonesRuiz
@ReneMauricioQuinonesRuiz 11 дней назад
I implemented this at work, and it was rejected because a guy on the client side said that he does not like it because the values must not be hardcoded like that. So Django should not have the choices option for the models to do custom dropdown? It was working, the dropdown were working correctly, etc.
@SayedSuliman-yu6vy
@SayedSuliman-yu6vy 11 дней назад
The best tutor that I seen on RU-vid. This tutor explains everything so deeply which is the opposite of the majority of tutors on RU-vid. Thanks for creating this fantastic course.
@batman_1337
@batman_1337 13 дней назад
Nice Tutorial so far, how do we access this env variables say we wanted to use gitlab env variables instead of us creating the env path and file
@TechInfo-mh5ps
@TechInfo-mh5ps 13 дней назад
the sound is absolutely amazing .. the content is also very interesting.. thanks
@bilkisuismail6096
@bilkisuismail6096 14 дней назад
Do I need to know Django to follow along?
@second1799
@second1799 14 дней назад
Which python extension is this! The suggestions are so detailed.
@OmidSadeghi
@OmidSadeghi 15 дней назад
If you want the browser to take the certificate as valid, in 4:05 You should choose "Place all certificates in the following store" and then click Browse and select "Trusted Root Certification Authorities".
@prajwalkamble4913
@prajwalkamble4913 15 дней назад
really helpful
@medui
@medui 16 дней назад
I think this whole series is a bit too much confusing, I'm gonna finish it, because I'm deep and don't want to completely waste the time I've spent doing it but this really is not quality content.
@Reb-012
@Reb-012 18 дней назад
Can you share the Github code?
@DavidNetlandSoderstrom
@DavidNetlandSoderstrom 18 дней назад
👏
@VanessaCarvalhoLima
@VanessaCarvalhoLima 19 дней назад
Thank you for the tutorial!! Helped a lot
@josuemrosario
@josuemrosario 19 дней назад
No need to install black anymore ? (pip install black )
@sotark77
@sotark77 21 день назад
Awesome tutorial, thank you for all the good information
@nikosaek781
@nikosaek781 21 день назад
cheers from acose the pond usa
@aitanapalomanespardos7089
@aitanapalomanespardos7089 21 день назад
What is an API and how is it related to web and app servers? Thanks a bunch for your detailed video.
@lifesabeach-bz5lm
@lifesabeach-bz5lm 22 дня назад
hey I created the sessions but when I logout with a user and I log back in with the same user I find the basket empty can you help
@KKLdynasty
@KKLdynasty 22 дня назад
who is here in 2024
@novartisnk9684
@novartisnk9684 23 дня назад
thank for the tutorial was help for for stating with sentry
@kevinzhang8497
@kevinzhang8497 24 дня назад
Thank you so much sir, your tutorial is so good👍
@dshraper1313
@dshraper1313 25 дней назад
thank u so much when u continue this course?
@mhammadsaani
@mhammadsaani 25 дней назад
I have a question when we build web applications using django. Are we not connecting directly to the database? How does it differ from Django Rest Framework/API?
@alanacevedoo
@alanacevedoo 26 дней назад
Thanks a lot. Just what I needed.
@MartinMoll-hw4dn
@MartinMoll-hw4dn 26 дней назад
Hi! Congrats for the video and one question: this solution ensures that a django web serverver application can execute requests to third party servers like google firebase auth? Thanks
@ashwanthbalakrishnan9464
@ashwanthbalakrishnan9464 26 дней назад
Can you share the source code
@ericanderson4747
@ericanderson4747 26 дней назад
I have a weird issue. On the message form action={% url 'admin:send-notification' %} doe not work. The form load fine, but on submit, the post method does not come through add_view() and get this error:"Notification with ID “send-notification” doesn’t exist. Perhaps it was deleted? ". But if I take off the {% url 'admin:send-notification' %}, then the post method comes through add_view(). I'm using django 4.2. Any ways great tutorial so far. Thank you.
@berkefekeskin9172
@berkefekeskin9172 27 дней назад
this is one of the greatest tutorials ever made
@berkefekeskin9172
@berkefekeskin9172 27 дней назад
i did not completely understand the mirroring concept, which video should i rewatch?
@alexburla1973
@alexburla1973 27 дней назад
4:50 as I understood from docs priority_steps sets the actual queues amount. By default it will be 4.
@Youu88Tubee
@Youu88Tubee 27 дней назад
Thank you. It works !🙏
@berkefekeskin9172
@berkefekeskin9172 28 дней назад
i love docker
@sunnypawar01
@sunnypawar01 Месяц назад
This is a 3 years old video, but still helped me a lot. I am very new to Python but I could deploy my first Python application on cloud in first attempt with help of this video. Great Video, Thank you so much !!!
@heychaklader
@heychaklader Месяц назад
This is a great series - I just started and will complete ))
@jesustr20
@jesustr20 Месяц назад
have u a course of FastApi (python) using architecture "TDD" , other "DDD" and other course useing "Clean Code", and other course cobining this architectures?
@armanriyahi
@armanriyahi Месяц назад
thank for this video
@gamefreak7347
@gamefreak7347 Месяц назад
finally a proper english and well planed instruction, thank you man
@bobbobertson9325
@bobbobertson9325 Месяц назад
Very helpful, thank you so much!