mongoDB django 应用 mongoengine
1:下载mongoengine-0.3-py2.6.egg2:安装egg,不知道怎么安装的朋友可以看 我写的另外一个mongoDB python应用
代码
C:\Python26>c:\Python26\Lib\site-packages\easy_install.py mongoengine-0.3-py2.6.
egg
Processing mongoengine-0.3-py2.6.egg
Copying mongoengine-0.3-py2.6.egg to c:\python26\lib\site-packages
Adding mongoengine 0.3 to easy-install.pth file
Installed c:\python26\lib\site-packages\mongoengine-0.3-py2.6.egg
Processing dependencies for mongoengine==0.3
Finished processing dependencies for mongoengine==0.3
安装成功了 下面就是 django 的具体测试咯
页:
[1]