From eb37346c73a0eb56e2a0d576af8553e504b9bcea Mon Sep 17 00:00:00 2001 From: nesdis <nesdis@gmail.com> Date: Sat, 15 Aug 2020 10:23:35 +0200 Subject: [PATCH] A better introduction to Djongo --- docs/docs/home.md | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/docs/docs/home.md b/docs/docs/home.md index 352a4a2..a44bd8c 100644 --- a/docs/docs/home.md +++ b/docs/docs/home.md @@ -13,14 +13,12 @@ punchline: feature_row1: - - image_path: /assets/images/support.png - alt: "Support" - title: "Support" - excerpt: "Get immediate support for queries on using Django with MongoDB." - url: https://www.patreon.com/nesdis/ - btn_label: "Learn More" - btn_class: "btn--primary" - + - image_path: /assets/images/django.jpg + alt: "Security" + title: "Security" + excerpt: "Since there are **zero modifications** to the Django source code, + you get complete security and reliability of Django." + - image_path: /assets/images/mongo.jpg alt: "Unleash MongoDB on Django" title: "Unleash MongoDB On Django" @@ -35,22 +33,27 @@ feature_row1: feature_row2: - - image_path: /assets/images/django.jpg - alt: "Security" - title: "Security" - excerpt: "Since there are **zero modifications** to the Django source code, - you get complete security and reliability of Django." + - image_path: /assets/images/support.png + alt: "Support" + title: "Support" + excerpt: "Get immediate support for queries on using Django with MongoDB." + url: https://www.patreon.com/nesdis/ + btn_label: "Learn More" + btn_class: "btn--primary" - image_path: /assets/images/djongo-symbol2.jpg alt: "Admin MongoDB" title: "Rapid App Development" excerpt: "Speed up app development and execution with [schema free models](integrating-django-with-mongodb/#enforce-schema), - skipping migrations, and reducing two query intermediate joins to single query [direct joins.](/using-django-with-mongodb-array-reference-field/)" + skip migrations, autogenerate complex [MongoDB queries.](/using-django-with-mongodb-array-reference-field/)" - image_path: /assets/images/drf.jpg alt: "Admin MongoDB" title: "Sweet Third Party Package Support" excerpt: "Extra goodies that help interface MongoDB with Django Rest Framework." + +feature_row2: + addendum_row1: - image_path: /assets/images/djongo-Nxt-v1.png -- GitLab