Added BooleanField
This commit is contained in:
parent
3bead80f96
commit
af1d7ef664
4 changed files with 51 additions and 12 deletions
|
|
@ -2,8 +2,6 @@
|
|||
User Guide
|
||||
==========
|
||||
|
||||
.. _guide-connecting:
|
||||
|
||||
Installing
|
||||
==========
|
||||
MongoEngine is available on PyPI, so to use it you can use
|
||||
|
|
@ -20,6 +18,8 @@ Alternatively, if you don't have setuptools installed, `download it from PyPi
|
|||
|
||||
# python setup.py install
|
||||
|
||||
.. _guide-connecting:
|
||||
|
||||
Connecting to MongoDB
|
||||
=====================
|
||||
To connect to a running instance of :program:`mongod`, use the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue