Connect MongoDB with Django project using PyMongo | Complete Guide to MongoDB CRUD Operations

  Рет қаралды 25,274

Coding with Kazim

Coding with Kazim

Күн бұрын

Пікірлер: 48
@smartstableequipment240
@smartstableequipment240 10 ай бұрын
First video which I saw with basics. Thank you! Now I know what is the aim of PyMongo & MongoDB
@CodingWithKazim
@CodingWithKazim 10 ай бұрын
Glad to know it helped 🎊 Please consider subscribing to the channel for more awesome videos.
@joaoafonso9087
@joaoafonso9087 10 ай бұрын
why can't i do "python manage.py migrate", i get: django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details.
@CodingWithKazim
@CodingWithKazim 10 ай бұрын
It appears that the error message you're encountering is related to improperly configured database settings in your Django project. Ensure that you have properly configured the DATABASES setting in your Django project's settings file (settings.py). Specifically, make sure you have defined the ENGINE value for your database connection. The ENGINE value depends on the database you used. For example for PostgreSQL database it's 'django.db.backends.postgresql_psycopg2' and it varies with changes in DB.
@joaoafonso9087
@joaoafonso9087 10 ай бұрын
@@CodingWithKazim yes, in the mean time, i managed to solve it thanks anyway !
@CodingWithKazim
@CodingWithKazim 10 ай бұрын
@@joaoafonso9087 That's great. Glad to hear!
@biplabmondal-vb5oo
@biplabmondal-vb5oo Жыл бұрын
100% genuine and accurate tutorial on KZbin. Thanks a lot for this valuable content. I'll save this video for future use. Please don't remove or private this video.
@CodingWithKazim
@CodingWithKazim Жыл бұрын
Thanks. Glad to know it helped. Please consider subscribing to the channel for more awesome content.
@uchesamuelottah559
@uchesamuelottah559 Жыл бұрын
Straight to the point, no BS, exactly what i needed to get started. Thank you
@CodingWithKazim
@CodingWithKazim Жыл бұрын
Glad to know it helped 🎊 Please consider subscribing to the channel for more awesome videos.
@mrityunjoysaha2060
@mrityunjoysaha2060 3 ай бұрын
Thank you for correct information and clearing the doubts about djongo
@CodingWithKazim
@CodingWithKazim 3 ай бұрын
Glad to know it helped 🎊 Please consider subscribing to the channel for more awesome videos.
@natashasen3548
@natashasen3548 3 ай бұрын
Simple and straightforward explanation. Thanks a lot. It really helps a lot.
@CodingWithKazim
@CodingWithKazim 3 ай бұрын
Glad to know it helped 🎊 Please consider subscribing to the channel for more awesome videos.
@dhanalaxmikarnati6905
@dhanalaxmikarnati6905 Жыл бұрын
Thank you so much sir.....u helped me alot for my project
@CodingWithKazim
@CodingWithKazim Жыл бұрын
Glad to know it helped 🎊 Please consider subscribing to the channel for more awesome videos.
@amanbaghel1104
@amanbaghel1104 11 ай бұрын
Clear like a CRYSTAL
@CodingWithKazim
@CodingWithKazim 11 ай бұрын
Glad to know it helped 🎊 Please consider subscribing to the channel for more awesome videos.
@orange362
@orange362 8 ай бұрын
please tell me where will i find the new connection in the mongodb compass
@CodingWithKazim
@CodingWithKazim 7 ай бұрын
In MongoDB Compass, you can find the option to create a new connection in the "Connect" tab. Simply click on "New Connection" and fill in the necessary details such as the connection name, host, port, and authentication credentials if required. Once filled, click "Connect" to establish the connection to your MongoDB database. Hopefully this will help.
@sasindudilshan6679
@sasindudilshan6679 9 ай бұрын
thank you very much sir! exactly this is what i looking for
@CodingWithKazim
@CodingWithKazim 9 ай бұрын
Glad to know it helped 🎊 Please consider subscribing to the channel for more awesome videos.
@sasindudilshan6679
@sasindudilshan6679 9 ай бұрын
@@CodingWithKazim if i get some knowledge from someone in YT, i don't forget to subscribe. So, subscribed!
@CodingWithKazim
@CodingWithKazim 9 ай бұрын
@@sasindudilshan6679 That's so kind of you, thanks.
@muhannadalulaby8727
@muhannadalulaby8727 Жыл бұрын
Great tutorial and great explanation. the only source that actually made the thing work
@CodingWithKazim
@CodingWithKazim Жыл бұрын
Glad to know it helped 🎊 Please consider subscribing to the channel for more awesome videos.
@noscopedemon4308
@noscopedemon4308 3 ай бұрын
do we need to create a connection file for each django app?
@jaspreetdhillon3847
@jaspreetdhillon3847 Жыл бұрын
why my file not run it is showing that import pymongo is partially initialised? please solve my problem
@CodingWithKazim
@CodingWithKazim Жыл бұрын
Ensure you have installed the 'pymongo' library using 'pip install pymongo'. If the issue persists, check for typos in your import statement and verify your MongoDB connection configuration. Restart your Django server after making changes.
@drishya8925
@drishya8925 Ай бұрын
i love you thankyou sm for this tutorial
@CodingWithKazim
@CodingWithKazim Ай бұрын
Glad to know it helped 🎊 Please consider subscribing to the channel for more awesome videos.
@Mjj588
@Mjj588 11 ай бұрын
It really helped a lot thank you so much ❤
@CodingWithKazim
@CodingWithKazim 11 ай бұрын
Glad to know it helped 🎊 Please consider subscribing to the channel for more awesome videos
@dalelloussaief4373
@dalelloussaief4373 11 ай бұрын
It really helped a lot thank you so much
@CodingWithKazim
@CodingWithKazim 11 ай бұрын
Glad to know it helped 🎊 Please consider subscribing to the channel for more awesome videos.
@dalelloussaief4373
@dalelloussaief4373 9 ай бұрын
done can you do a video CRUD and API django and thanks so mush @@CodingWithKazim
@edwarddesouz7350
@edwarddesouz7350 11 ай бұрын
Really helpful brother
@CodingWithKazim
@CodingWithKazim 11 ай бұрын
Glad to know it helped 🎊 Please consider subscribing to the channel for more awesome videos.
@smkop393
@smkop393 3 ай бұрын
Good 👍🏻👍🏻
@CodingWithKazim
@CodingWithKazim 3 ай бұрын
Glad to know it helped 🎊 Please consider subscribing to the channel for more awesome videos
@MyanmaHan
@MyanmaHan Жыл бұрын
Thanks you sir, and pls continue to display mongodata in django website
@CodingWithKazim
@CodingWithKazim Жыл бұрын
Thanks, Surely will do. Please consider subscribing to the channel.
@syedhasnainraza290
@syedhasnainraza290 Жыл бұрын
I worked. Thanks
@CodingWithKazim
@CodingWithKazim Жыл бұрын
Glad to know it helped!
@jehovahmbote3048
@jehovahmbote3048 Жыл бұрын
Thank you very much for this video it is really very clear and simple to understand. Can you make a video on how to create a superuser
@CodingWithKazim
@CodingWithKazim Жыл бұрын
Glad to know it helped. You can support me by subscribing to the channel. For sure, I will create a video on this topic. But for now, you just need to run this command at the root directory in your terminal. *‘python manage.py createsuperuser’* It will then ask you to enter the email and password for your superuser. After adding it superuser will be successfully created.
@jehovahmbote3048
@jehovahmbote3048 Жыл бұрын
@@CodingWithKazim Thanks i will try it. I would also like to know how to create and authenticate a user with pymongo
Maximizing QA Efficiency: Metrics and Automation With Jira (rus)
1:31:16
Andersen People Live
Рет қаралды 11 М.
Django Basics in 26 Minutes | Beginner-Friendly Python Tutorial
26:00
Njoku Samson Ebere
Рет қаралды 187
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
Watch This Before Using Django With MongoDB
9:18
Dennis Ivy
Рет қаралды 45 М.
How to Connect MySQL database with Django Project | Beginners Tutorial 2024
13:34
Python Django + MongoDB CRUD API Tutorial
25:44
Art of Engineer
Рет қаралды 57 М.
MongoDB + Python #2 - Schema Validation, Advanced Queries and More
49:27
Python MongoDB Tutorial using PyMongo
21:24
Tech With Tim
Рет қаралды 241 М.
Connect and Configure MongoDB in Django Project
8:33
StudyGyaan
Рет қаралды 8 М.
Working with mongoDB Atlas using Python
17:53
Indian Pythonista
Рет қаралды 56 М.
How to do CRUD in Django
21:46
Tony Teaches Tech
Рет қаралды 22 М.
MongoDB in Python - NoSQL Document Database
24:33
NeuralNine
Рет қаралды 56 М.
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН