[LIVE] Django with MongoDB: Building and app with Python and Djongo

preview_player
Показать описание
In this video, I use MongoDB as a plugin for Django! This lets me use the regular Django ORM to interact with a NoSQL database. Pretty cool :)

-----
Support my channel:
-----

-----
Programming Content
-----

-----
Blockchain Content:
-----

DISCLOSURE: Some of the book and product links here might be affiliate links. That means that you are helping support my channel without paying any extra for the goods or services yourself. Thank you.
Рекомендации по теме
Комментарии
Автор

Hey Gwen. This is such a great tutorial. Thank you so much for this!

FYI! The error @14:40 is because you did not make the migrations! Run 'python manage.py runserver' after 'python manage.py migrate'

This should resolve the issue!

chaitanyaj
Автор

Pretty Detailed Tourial and Learing Now,You Done A Great Job Teacher.😊

ElinLiu
Автор

How do I remove _id from customUser model? I am getting a database error for duplicate keys.

parshwagandhi
Автор

Hi Gwen! can you please explain where space repetition is implemented in this project? if it is not implemented can you please explain how we can add this feature using backend, just a simple outline will be helpful, I want to implement that as well, thanks for amazing tutorial.

sidrahms
Автор

Thanks for the video.

I am using Django version 3.1.13 and djongo version is 1.3.4 to connect the Django to Mongodb(compass) database.

My query is : As a superuser, I created a user for example John, and then assign some tasks to John in the superuser login. Then I logout and login as John, but I am not able to fetch those tasks here , which is created from superuser login.

Any idea please.?

keshavdk
Автор

Hi, i cant set forignkey on_delete=SET_NULL, Is
there any solutions??

_vignesh
Автор

Have you used Djongo with django admin? It would be interesting if you uploaded a video about it

Great video!!

juandavidvallejorobayo
Автор

it is working fine without much problem, as of today 2 feb 2022

huangyongiscool
Автор

Always planning to learn Django. I'm a vue guy. Maybe vue+django will help to me take a step

vuelancer
Автор

Very helpful thank you very mich for the tutorial

hanzyy
Автор

It was a really nice tutorial. I appreciate it if you could add timestamps to the video.
Thanks again.

raven_claw
Автор

Hi Gwen i am your new Subscriber i Watched your video on free code camp you videos are very informative thank you may GOD Bless you and MY Name is Joseph . W From PAKISTAN

leechaolanexcellent
Автор

Heey Farday...Thanks for such an awesome video. and the good work you are doing with django..was equiring about part two of the series on sms_django_api which you did live..i have looked into
your repo and the code looks updated but i cannot find a part two of this video on youtube...Thanks in advance..really learned a lot from part one

calebmbugua
Автор

pip install pymongo==3.12.3 will fix the problem of connecting django with mongoldb. No need to go to lower versions of django. This is what I have 
asgiref==3.5.2
Django==4.0.5
djangorestframework==3.13.1
djongo==1.3.6
pymongo==3.12.3
pytz==2022.1
sqlparse==0.2.4

ioannis