users path common config
exchange_rate
prod_data
delivery_fee
site shoppingmall settings description
highlight
prohibit_words
I did the following but failed.
db = MongoClient("localhost:99999").users
config_data = get_config() --> just get config_data (json)
db.path.common.config.insert(config_data)
I would like to make it this way for each customer. What should I do? (I like examples because I am a beginner... (T.T)) thank you!!