Python Django + MongoDB CRUD API Tutorial

  Рет қаралды 57,039

Art of Engineer

Art of Engineer

Күн бұрын

Пікірлер: 36
@code-with-vivek
@code-with-vivek Жыл бұрын
Very well explained in a step by step approach. Really helpful, thank you.
@Accenture-code
@Accenture-code 3 жыл бұрын
Dude thanks a lot for such a detailed explanation, ur knowledge of command are too good .
@devstuff92
@devstuff92 2 жыл бұрын
7:38 Why did you create departmentID in the Departments Model? I thought django does that for you automatically
@keshavdk3080
@keshavdk3080 3 жыл бұрын
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?
@arifshariar5290
@arifshariar5290 2 жыл бұрын
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
@keshavdk3080
@keshavdk3080 2 жыл бұрын
@@arifshariar5290 ok, thank you
@MarioHerrero-n1d
@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?
@suryaprakash428
@suryaprakash428 9 ай бұрын
Nice tutorials this is what am looking for... can you make video how parent child relationship model works in mongodb
@ph2in1
@ph2in1 2 жыл бұрын
sorry, i expect an attribute in model class to be list of string value, what kind of field can i use in models object ?
@zahraemamipour550
@zahraemamipour550 2 жыл бұрын
Why did you define a departmen model while it is not using in employee as a foreing key? How I can do that?
@2020-s6x
@2020-s6x 2 жыл бұрын
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
@abdullahrashid9745
@abdullahrashid9745 2 жыл бұрын
Pymongo version is unsupported. Use an earlier version 3.12.1.
@2020-s6x
@2020-s6x 2 жыл бұрын
@@abdullahrashid9745 ok thanks
@codeman0101
@codeman0101 Жыл бұрын
same error.
@Mageshcloudrev
@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
@kai01234 Жыл бұрын
@@abdullahrashid9745 I've installed pymongo 3.12.0, it works. Thanks a lot
@myanch200
@myanch200 3 жыл бұрын
Why would you use mongo db instead of relational db in this case? I am just wondering
@amardiep
@amardiep Жыл бұрын
Why you are commenting we are wondering 😂
@tienlequang8065
@tienlequang8065 2 жыл бұрын
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 :( .
@jamesdaniels6134
@jamesdaniels6134 2 жыл бұрын
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.
@abdullahrashid9745
@abdullahrashid9745 2 жыл бұрын
`python -m django` is the better way of doing it
@2005Azm
@2005Azm 3 жыл бұрын
Ones again a outstanding tutorial!!!! Is it possible to make a WiForms UI consume this API or a simple CRUD with it ?
@ArtofEngineer
@ArtofEngineer 3 жыл бұрын
Yes, more tutorials coming soon
@2005Azm
@2005Azm 3 жыл бұрын
@@ArtofEngineer Thank you very much!! That would be great!
@subornosamanta
@subornosamanta 3 жыл бұрын
Please add the github link. The above link is having errors.
@ArtofEngineer
@ArtofEngineer 3 жыл бұрын
updated link. please check now
@AJ-0223
@AJ-0223 2 жыл бұрын
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
@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
@codeman0101 Жыл бұрын
Anyone? NotImplementedError: Database objects do not implement truth value testing or bool(). Please compare with None instead: database is not None
@rengginang1595
@rengginang1595 Жыл бұрын
yeah me too
@sabithasabitha135
@sabithasabitha135 2 жыл бұрын
Not connection between compass and cluster
@cl8109
@cl8109 3 жыл бұрын
Thank you !!
@nineinchnail3382
@nineinchnail3382 2 жыл бұрын
Using djongo is terrible idea.
@abdullahrashid9745
@abdullahrashid9745 2 жыл бұрын
Well can you explain why?
@utkarshsaxena4946
@utkarshsaxena4946 2 жыл бұрын
@@abdullahrashid9745 lots of compatibility issues occurs... Since django ORM is designed for relational databases... And Mongo isn't one...
@ThiPham-rh6mp
@ThiPham-rh6mp Жыл бұрын
err: django.db.utils.DatabaseError help me
Python Django + PostgreSQL | REST API Tutorial
25:12
Art of Engineer
Рет қаралды 56 М.
Watch This Before Using Django With MongoDB
9:18
Dennis Ivy
Рет қаралды 45 М.
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
Python Django + MySQL CRUD API Tutorial
24:48
Art of Engineer
Рет қаралды 48 М.
Why You NEED To Learn FastAPI | Hands On Project
21:15
Travis Media
Рет қаралды 170 М.
Python Django REST API In 30 Minutes - Django Tutorial
30:42
PedroTech
Рет қаралды 42 М.
FastAPI, Flask or Django - Which Should You Use?
9:49
Tech With Tim
Рет қаралды 111 М.
MongoDB Crash Course With Python 2022
38:21
Patrick Loeber
Рет қаралды 56 М.
React JS + Python Django + SQLite | full-stack app tutorial
57:02
Art of Engineer
Рет қаралды 31 М.
Django REST Framework - Build an API from Scratch
40:39
Caleb Curry
Рет қаралды 227 М.
FastAPI + MongoDB: A Complete CRUD API Tutorial
28:35
Witty Coder
Рет қаралды 9 М.
Django Rest Framework | Serializers & CRUD
22:40
Dennis Ivy
Рет қаралды 393 М.