Commit 7e5223ee authored by Bruno Rocha's avatar Bruno Rocha

Changed tinymongo readme

parent 4db1e679
PyMongo model backend integration example.
TinyMongo model backend integration example.
TinyMongo is the Pymongo for TinyDB and it stores data in JSON files.
To run this example:
......@@ -14,9 +16,9 @@ To run this example:
3. Install requirements::
pip install -r 'examples/pymongo/requirements.txt'
pip install -r 'examples/tinymongo/requirements.txt'
4. Run the application::
python examples/pymongo/app.py
python examples/tinymongo/app.py
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment