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?
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?
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
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
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)
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
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
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 :( .
Very well explained in a step by step approach. Really helpful, thank you.
Dude thanks a lot for such a detailed explanation, ur knowledge of command are too good .
7:38 Why did you create departmentID in the Departments Model? I thought django does that for you automatically
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?
Nice tutorials this is what am looking for... can you make video how parent child relationship model works in mongodb
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?
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
@@arifshariar5290 ok, thank you
Why did you define a departmen model while it is not using in employee as a foreing key?
How I can do that?
sorry, i expect an attribute in model class to be list of string value, what kind of field can i use in models object ?
Ones again a outstanding tutorial!!!! Is it possible to make a WiForms UI consume this API or a simple CRUD with it ?
Yes, more tutorials coming soon
@@ArtofEngineer Thank you very much!! That would be great!
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
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)
Why would you use mongo db instead of relational db in this case? I am just wondering
Why you are commenting we are wondering 😂
Please add the github link. The above link is having errors.
updated link. please check now
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
Pymongo version is unsupported. Use an earlier version 3.12.1.
@@abdullahrashid9745 ok thanks
same error.
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
@@abdullahrashid9745 I've installed pymongo 3.12.0, it works. Thanks a lot
Not connection between compass and cluster
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 :( .
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.
`python -m django` is the better way of doing it
Thank you !!
Anyone?
NotImplementedError: Database objects do not implement truth value testing or bool(). Please compare with None instead: database is not None
yeah me too
Using djongo is terrible idea.
Well can you explain why?
@@abdullahrashid9745 lots of compatibility issues occurs... Since django ORM is designed for relational databases... And Mongo isn't one...
err: django.db.utils.DatabaseError help me