francescociulla.com/ 0:00 Intro, requirements, project creation 4:40 app configuration 10:43 model, serializer, controller, URLs 21:15 bash script 23:48 Dockerfile, docker-compose.yml file 29:40 run the Postgres container, build the Docker image, run Django app container 35:27 Test the application
@salmanakhtar8043 Жыл бұрын
Its an excellent tutorial and easy to follow. You are doing great work, Francesco.
@francescociulla11 ай бұрын
you are welcome Salman twitter.com/FrancescoCiull4/status/1723071255740318013
@JimmyMeutron4 ай бұрын
Hola, vengo desde tu blog solo para agradecerte! es increíble la facilidad de como lo redactas! Muchas gracias!
@coff3andprograming6 ай бұрын
Wow el único video de Django con docker que encontrado, ojala pueda seguir sacando proyectos con nestjs y django🥳🥳
@francescociulla6 ай бұрын
you are welcome!
@MahdiMeyghaniАй бұрын
Thanks Francesco, it was useful :)
@francescociullaАй бұрын
you are welcome!
@SuperSalacho Жыл бұрын
Great video Francesco, thank u so much
@francescociulla Жыл бұрын
you are welcome Sebastian
@Hamid-mf4qz Жыл бұрын
Thank you, my brother. This video tutorial solved my problem
@francescociulla Жыл бұрын
you are welcome. I posted this comment on Twitter
@MoisesVillalbaSilvero Жыл бұрын
Thank you!!!! Excellent tutorial..
@francescociulla Жыл бұрын
Thanks!
@Niki-ue6fk10 ай бұрын
thanks ! can you please share which extensions did you use ? ..just the names
@francescociulla10 ай бұрын
github copilot, Docker, Python are the main ones
@Niki-ue6fk10 ай бұрын
@@francescociulla Thank you. to auto complete the code you are using which one ??
@francescociulla10 ай бұрын
@@Niki-ue6fk GitHub copilot
@Niki-ue6fk10 ай бұрын
@@francescociulla Thank you. Currently working on your project. Subscribed 🙏
@francescociulla10 ай бұрын
@@Niki-ue6fk let me know if you have any questions. Are you interested in Django in particular or any api app?
@thecoderguy_0001 Жыл бұрын
How you know all of these things node, express, flask, django, go, rust. Salute to you.
@francescociulla Жыл бұрын
I try my best!
@Jannerparejagutierrez Жыл бұрын
Me gusta tu video, el problema es que inicias con una carpeta "live" que ya contiene unos archivos y no dices de donde los sacaste. Empezando por ahí ya es algo que no ayuda mucho a seguir tu video.
@francescociulla Жыл бұрын
Hola Janner👋 the "live" folder is just a folder I use to make livestreams, to be sure I don't mess up with my existing projects. think af it was "c/workspace" and you are good to go! Let me know if you need more help All the code is available on GitHub adiós!
@boukraailyesali9131 Жыл бұрын
Great job! thank you
@francescociulla Жыл бұрын
you are welcome Boukraa! Did you try Django before!
@boukraailyesali9131 Жыл бұрын
@@francescociulla Nope
@francescociulla Жыл бұрын
I hope you enjoyed it!
@boukraailyesali9131 Жыл бұрын
@@francescociulla definitely, great job!
@francescociulla Жыл бұрын
@@boukraailyesali9131 did you check something else?
@jairajsahgal7101 Жыл бұрын
Thank you
@francescociulla Жыл бұрын
You are welcome
@GiuliaBani20 Жыл бұрын
😍👏🏼
@francescociulla Жыл бұрын
💚
@emtiazahmed533311 ай бұрын
i cant connect my database still can u help me..?
@francescociulla11 ай бұрын
very hard to help you without context. try the step by step procedure or try just to clone the project and run it
@thenewway416 Жыл бұрын
How to this for MYSQL
@francescociulla Жыл бұрын
good question. not very different and I might do something like this in the future
@sagarwork-vt2yo5 ай бұрын
your just writting code ,not explaining it
@francescociulla5 ай бұрын
Hi Sagar, the focus here is the connection between the app and the database, in the docker compose file and the Dockerfile. If there's something you didn't understand, just let me know