码迷,mamicode.com
首页 > 数据库 > 详细

mongodb客户端连接mongodb server

时间:2017-03-24 17:28:22      阅读:256      评论:0      收藏:0      [点我收藏+]

标签:bsp   get   word   password   div   client   nbsp   __file__   log   

 

import pymongo
import sys
import os
sys.path.append(os.path.split(os.path.realpath(__file__))[0]+"/../../")
from Config import ProductionConfig
db_conn = pymongo.MongoClient(ProductionConfig.DB, ProductionConfig.PORT)
na_db = getattr(db_conn, ProductionConfig.DBNAME)
na_db.authenticate(ProductionConfig.DBUSERNAME, ProductionConfig.DBPASSWORD)
NA_INFO = na_db.Info
NA_HISTORY = na_db.History

 

mongodb客户端连接mongodb server

标签:bsp   get   word   password   div   client   nbsp   __file__   log   

原文地址:http://www.cnblogs.com/bayueman/p/6612501.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!