© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Sandeep Panda
co-founder, Hashnode
If your MongoDB server IP address is 10.0.0.215, you need to update URI in your database.py file to mongodb://10.0.0.215:27017/testdb.
10.0.0.215
database.py
mongodb://10.0.0.215:27017/testdb
anuj tyagi
Student
there was problem with space on mongodb.config file. Thank you