Briefly about mongodb
Briefly about mongodb:
import pymongo
#connect_string = localhost
from django.conf import settings
my_client = pymongo.mongoclient(connect_string, 27017)
# First define the database name
dbname = my_clientsample_medicines
# Now get/create the col...
Read: https://linux70.hashnode.dev/briefly-about-mongodb
Briefly about mongodb:
import pymongo
#connect_string = localhost
from django.conf import settings
my_client = pymongo.mongoclient(connect_string, 27017)
# First define the database name
dbname = my_clientsample_medicines
# Now get/create the col...
Read: https://linux70.hashnode.dev/briefly-about-mongodb