Very well explained in a step by step approach. Really helpful, thank you.
@Accenture-code3 жыл бұрын
Dude thanks a lot for such a detailed explanation, ur knowledge of command are too good .
@devstuff922 жыл бұрын
7:38 Why did you create departmentID in the Departments Model? I thought django does that for you automatically
@keshavdk30803 жыл бұрын
Thank you for this explanation . When we run python manage.py runserver , we can see db.sqlite3 will be created . Can i know what is sqlite3 here because there is also Mongo DB. Does the image saved will be in Database or only the folder inside project?
@arifshariar52902 жыл бұрын
db.sqlite3 is the default database provided by django framework. You can work with this without specifying or adding any specific database out of the box
@keshavdk30802 жыл бұрын
@@arifshariar5290 ok, thank you
@MarioHerrero-n1d Жыл бұрын
Save my day! Thanks a lot One question in the min 13:16 when you do the def departmentApi(request, id=0): the forward if now can be done with a match (it's like a switch) no?
@suryaprakash4289 ай бұрын
Nice tutorials this is what am looking for... can you make video how parent child relationship model works in mongodb
@ph2in12 жыл бұрын
sorry, i expect an attribute in model class to be list of string value, what kind of field can i use in models object ?
@zahraemamipour5502 жыл бұрын
Why did you define a departmen model while it is not using in employee as a foreing key? How I can do that?
@2020-s6x2 жыл бұрын
while doing python manage.py makemigrations EmployeeApp, getting this error: NotImplementedError: Database objects do not implement truth value testing or bool(). Please compare with None instead: database is not None
@abdullahrashid97452 жыл бұрын
Pymongo version is unsupported. Use an earlier version 3.12.1.
@2020-s6x2 жыл бұрын
@@abdullahrashid9745 ok thanks
@codeman0101 Жыл бұрын
same error.
@Mageshcloudrev Жыл бұрын
pymongo.errors.InvalidURI: Username and password must be escaped according to RFC 3986, use urllib.parse.quote_plus what kind of error this is if anyone know means please help me
@kai01234 Жыл бұрын
@@abdullahrashid9745 I've installed pymongo 3.12.0, it works. Thanks a lot
@myanch2003 жыл бұрын
Why would you use mongo db instead of relational db in this case? I am just wondering
@amardiep Жыл бұрын
Why you are commenting we are wondering 😂
@tienlequang80652 жыл бұрын
Hi, I use Window 10, and in step :"django-admin start project ". then miss : "'django-admin' is not recognized as an internal or external command, operable program or batch file. ". I try any ways, but it's fail. Can you help me :( .
@jamesdaniels61342 жыл бұрын
I had to reinstall python (doesn't take long). There's a box you need to tick that says something about PATH. It's in this tutorial.
@abdullahrashid97452 жыл бұрын
`python -m django` is the better way of doing it
@2005Azm3 жыл бұрын
Ones again a outstanding tutorial!!!! Is it possible to make a WiForms UI consume this API or a simple CRUD with it ?
@ArtofEngineer3 жыл бұрын
Yes, more tutorials coming soon
@2005Azm3 жыл бұрын
@@ArtofEngineer Thank you very much!! That would be great!
@subornosamanta3 жыл бұрын
Please add the github link. The above link is having errors.
@ArtofEngineer3 жыл бұрын
updated link. please check now
@AJ-02232 жыл бұрын
Hi your videos explained in details so thanks for that... Also I wanted you please make videos on django + AWS services(Lambda, Glue(ETL), S3 bucket) + (vuejs, reactjs)
@UilanSouza Жыл бұрын
Very Nice but I have a question. where is the admin django? How is the visualization in the admin? since the data is not structured so i have this question
@codeman0101 Жыл бұрын
Anyone? NotImplementedError: Database objects do not implement truth value testing or bool(). Please compare with None instead: database is not None
@rengginang1595 Жыл бұрын
yeah me too
@sabithasabitha1352 жыл бұрын
Not connection between compass and cluster
@cl81093 жыл бұрын
Thank you !!
@nineinchnail33822 жыл бұрын
Using djongo is terrible idea.
@abdullahrashid97452 жыл бұрын
Well can you explain why?
@utkarshsaxena49462 жыл бұрын
@@abdullahrashid9745 lots of compatibility issues occurs... Since django ORM is designed for relational databases... And Mongo isn't one...