From d09037e306560bb882a472c8ffea74cd5704688b Mon Sep 17 00:00:00 2001
From: "Douglas F. Calvert"
Documentation available at
docs.mongoengine.org
- - there is currently a tutorial, a user guide and
- API reference.
+ - there is currently a tutorial, a user guide and
+ API reference.
Documentation available at
http://docs.mongoengine.org
- - there is currently a tutorial, a user guide and
- API reference.
+ - there is currently a tutorial, a user guide and
+ API reference.
To get to grips with MongoEngine, there is extensive
documentation,
- API references
- and a tutorial.
+ API references
+ and a tutorial.
You can find help by joining the MongoEngine
Users mailing list or by chatting with other users on the #mongoengine IRC channel.
diff --git a/_includes/themes/mongoengine/frontpage.html b/_includes/themes/mongoengine/frontpage.html
index eba661c..1aa5399 100644
--- a/_includes/themes/mongoengine/frontpage.html
+++ b/_includes/themes/mongoengine/frontpage.html
@@ -28,8 +28,8 @@
Documentation available at
http://bit.ly/mongoengine-docs
- - there is currently a tutorial, a user guide and
- API reference.
+ - there is currently a tutorial, a user guide and
+ API reference.
To get to grips with MongoEngine, there is extensive
documentation,
- API references
- and a tutorial.
+ API references
+ and a tutorial.
You can find help by joining the MongoEngine
Users mailing list or by chatting with other users on the #mongoengine IRC channel.
@@ -197,4 +197,4 @@
- To contribute to the project contact me @RossC0 or fork any repository from the mongoengine organisation on github and send a pull request, all contributions and suggestions are welcome!
+ To contribute to the project, fork any repository from the mongoengine organisation on github and send a pull request, all contributions and suggestions are welcome!
If you or your company is doing something cool / interesting on mongoengine then we want to know about it!To get to grips with MongoEngine, there is extensive
documentation,
API references
- and a tutorial.
+ and a tutorial.
You can find help by joining the MongoEngine
Users mailing list or by chatting with other users on the #mongoengine IRC channel.
@@ -178,4 +178,4 @@
Contributing
-
\ No newline at end of file
+
From 7e0e024f1adff0c4a690d341be0a6b604a74d2a8 Mon Sep 17 00:00:00 2001
From: Ross Lawley To get to grips with MongoEngine, there is extensive
documentation,
API references
- and a tutorial.
+ and a tutorial.
You can find help by joining the MongoEngine
Users mailing list or by chatting with other users on the #mongoengine IRC channel.
From 22c99e79774eb892e55cb5fc567ae6b6e3929940 Mon Sep 17 00:00:00 2001
From: Thomas B Homburg
To get to grips with MongoEngine, there is extensive
documentation,
API references
- and a tutorial.
+ and a tutorial.
You can find help by joining the MongoEngine
Users mailing list or by chatting with other users on the #mongoengine IRC channel.
From 9597746c479354a750674897280bfe777ca26c65 Mon Sep 17 00:00:00 2001
From: Ross Lawley
Coming Soon...
From 2e137bd99eeed74c2ece1109c3097a1c918e2fcf Mon Sep 17 00:00:00 2001
From: Vladimir Rutsky Simple to use
{% highlight python %}
from mongoengine import * # To define a schema for a
# document, we create a
-class Metadata(EmbeddedDocument): # class that inherits from
+class Metadata(EmbeddedDocument): # class that inherits from
tags = ListField(StringField()) # Document.
revisions = ListField(IntField())
# Fields are specified by
-class WikiPage(Document): # adding field objects as
+class WikiPage(Document): # adding field objects as
title = StringField(required=True) # class attributes to the
text = StringField() # document class.
metadata = EmbeddedDocumentField(Metadata)
From 86a7239f68e497af658415be348ba2a5d8647f41 Mon Sep 17 00:00:00 2001
From: Ross Lawley mongoengine
mongoengine
MongoEngine
Getting Started
archives for the stable and master versions.
Github
Tutorial
@@ -156,7 +156,7 @@ Code
mongoengine
Community
- You can find help by joining the MongoEngine Users mailing list or by chatting with other users on the #mongoengine IRC channel.
+ You can find help by joining the MongoEngine Users mailing list.
Contributing
@@ -172,7 +172,7 @@ Contributing
Getting Started
and a tutorial.
You can find help by joining the MongoEngine
- Users mailing list or by chatting with other users on the #mongoengine IRC channel.
+ Users mailing list.
If you are interested in contributing, join the
From 6270dec7e83014da401f4f7d850da884b43a6f4e Mon Sep 17 00:00:00 2001
From: Bastien Gerard
- To contribute to the project, fork any repository from the mongoengine organisation on github and send a pull request, all contributions and suggestions are welcome!
+ To contribute to the project contact me @RossC0 or fork any repository from the mongoengine organisation on github and send a pull request, all contributions and suggestions are welcome!
If you or your company is doing something cool / interesting on mongoengine then we want to know about it!Tutorial
@@ -156,7 +156,7 @@ Code
mongoengine
Community
- You can find help by joining the MongoEngine Users mailing list.
+ You can find help by joining the MongoEngine Users mailing list or by chatting with other users on the #mongoengine IRC channel.
Contributing
@@ -172,7 +172,7 @@ Contributing
Getting Started
and a tutorial.
You can find help by joining the MongoEngine
- Users mailing list.
+ Users mailing list or by chatting with other users on the #mongoengine IRC channel.
If you are interested in contributing, join the
From 5dcb5aef5b3e8cc517b56bb3d748f5a966d76c36 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bastien=20G=C3=A9rard?=
- To contribute to the project contact me @RossC0 or fork any repository from the mongoengine organisation on github and send a pull request, all contributions and suggestions are welcome!
+ To contribute to the project, fork any repository from the mongoengine organisation on github and send a pull request, all contributions and suggestions are welcome!
If you or your company is doing something cool / interesting on mongoengine then we want to know about it!Tutorial
@@ -156,7 +156,7 @@ Code
mongoengine
Community
- You can find help by joining the MongoEngine Users mailing list or by chatting with other users on the #mongoengine IRC channel.
+ You can find help by joining the MongoEngine Users mailing list.
Contributing
@@ -172,7 +172,7 @@ Contributing
Getting Started
and a tutorial.
You can find help by joining the MongoEngine
- Users mailing list or by chatting with other users on the #mongoengine IRC channel.
+ Users mailing list.
If you are interested in contributing, join the
From 76ee8e8779fc3bb61ec9893ac1ade568b6ab6f63 Mon Sep 17 00:00:00 2001
From: Bastien Gerard Contributing
Community
From 540017b5d7710da71586d360f49a76078aa4dfc4 Mon Sep 17 00:00:00 2001
From: Bastien Gerard