Auto Generate Django Models using InspectDB Repo - kirr.co/0bu8v5 Blog post - cfe.sh/blog/au... Enroll - cfe.sh/enroll
Пікірлер
@josef_music4 жыл бұрын
Good showcase about inspectdb. Thank you.
@kinggiant96824 жыл бұрын
How to delete existing image in Django as new file is uploading?. Any examples
@muneerahmed26294 жыл бұрын
Hi Justin. Are you planning on doing any data science project with Python or Django? It would be a great help if you did. Thanks. Keep up the great work!
@CodingEntrepreneurs4 жыл бұрын
Yes! 💯
@CodingEntrepreneurs4 жыл бұрын
This video is/was a step in that direction
@muneerahmed26294 жыл бұрын
@@CodingEntrepreneurs Thanks, can't wait for the full series.
@abhiverma244 жыл бұрын
I have a lot of scraped data in json files so how do I transfer it to Django models ?
@JustinMitchel4 жыл бұрын
Did you watch?
@abhiverma244 жыл бұрын
@@JustinMitchel it's for csv
@mahmoudabbas4044 жыл бұрын
Thanks so much for this amazing tutorial .
@CodingEntrepreneurs4 жыл бұрын
Thank you for watching!
@mahmoudabbas4044 жыл бұрын
@@CodingEntrepreneurs You are Welcome
@walterjaden29803 жыл бұрын
i guess it's quite off topic but do anyone know of a good place to watch newly released tv shows online?
@masonlochlan83893 жыл бұрын
@Walter Jaden Flixportal =)
@walterjaden29803 жыл бұрын
@Mason Lochlan thanks, I signed up and it seems to work :) Appreciate it !!
@aljon79924 жыл бұрын
Thanks teacher@
@victorisaac83314 жыл бұрын
Hi Sir, I'm stuck on a project I'm working on with Django I intend to build a marketplace website where the vendors/tenants can add staffs to their business, please how do I go about writing the models and views. Thanks in advance
@Speaks4itself4 жыл бұрын
Use a foreign key.
@victorisaac83314 жыл бұрын
@@Speaks4itself I know about foreign key and how they work, but the logic in putting to that together seems to be an issue
@Speaks4itself4 жыл бұрын
@@victorisaac8331 it's just database design. Draw it on a paper and build it. You can redirect staffs to a particular page when they login. For adding of staff, Model/fieldname.user.add in views does the trick. Just look up on how to add users to foreign key fields. Also check for Django social media tutorial (pyplane and maxg have videos) on KZbin, you can use the add functionality used there
@dimitrioskyriakos32434 жыл бұрын
Give flask to people with withe real sql queries no orm odm etc.