Skip to content
Snippets Groups Projects
Commit 542c9504 authored by nesdis's avatar nesdis
Browse files

Updates to doc structures

parent a9928e7b
No related branches found
No related tags found
No related merge requests found
<div class="tire__container"> <div class="tire__container">
{% for s in page.tires %} {% for s in page.tires %}
{% unless s.invisible %}
<div class="tire_item__box"> <div class="tire_item__box">
<div class="tire_item__title">{{ s.title }}</div> <div class="tire_item__title">{{ s.title }}</div>
<div class="tire_item__price">${{ s.price }}</div> <div class="tire_item__price">${{ s.price }}</div>
...@@ -14,6 +15,7 @@ ...@@ -14,6 +15,7 @@
</ul> </ul>
</div> </div>
</div> </div>
{% endunless %}
{% endfor %} {% endfor %}
</div> </div>
<div class="tire__disclaimer"> <div class="tire__disclaimer">
......
--- ---
title: Djongo vs Others title: Djongo vs Others
permalink: /djongo-comparison/ permalink: /djongo-comparison/
description: This page describes how to integrate MongoDB with Django with focus on Djongo. It describes the Django ORM internal implementation that is not covered by the Django documentation.
--- ---
This page describes how to integrate MongoDB with Django with focus on Djongo. It describes the Django ORM internal implementation that is not covered by the [Django documentation](https://docs.djangoproject.com/en/dev/). If you have not yet checked out the [introduction to Djongo](https://nesdis.github.io/djongo/), be sure to do so first! This page describes how to integrate MongoDB with Django with focus on Djongo. It describes the Django ORM internal implementation that is not covered by the [Django documentation](https://docs.djangoproject.com/en/dev/). If you have not yet checked out the [introduction to Djongo](https://nesdis.github.io/djongo/), be sure to do so first!
......
...@@ -179,7 +179,7 @@ e.save() ...@@ -179,7 +179,7 @@ e.save()
## DjongoNxt ## DjongoNxt
Features supported in DjongoNxt are not a part of the standard Djongo package. Visit the [sponsors page][sponsor_page] for more information. Features under development at DjongoNxt are not a part of the standard Djongo package. Visit the [sponsors page][sponsor_page] for more information.
{: .notice--info} {: .notice--info}
DjongoNxt is a Django and MongoDB connector for full featured database usage. It provides many features of MongoDB enabled through Django. It comes with support for: DjongoNxt is a Django and MongoDB connector for full featured database usage. It provides many features of MongoDB enabled through Django. It comes with support for:
......
...@@ -74,8 +74,9 @@ advert_row: ...@@ -74,8 +74,9 @@ advert_row:
{% include feature_row id="punchline" type="center" %} {% include feature_row id="punchline" type="center" %}
<!--
{% include advert_row %} {% include advert_row %}
-->
{% include feature_row id="feature_row1" %} {% include feature_row id="feature_row1" %}
{% include feature_row id="addendum_row1" type="center" %} {% include feature_row id="addendum_row1" type="center" %}
......
...@@ -20,7 +20,7 @@ tires: ...@@ -20,7 +20,7 @@ tires:
btn_id: price_4 btn_id: price_4
price_id: price_1HIKi6LbyDBUaJVj7FvgB3gx price_id: price_1HIKi6LbyDBUaJVj7FvgB3gx
benefits: benefits:
- Take a look at your **one question**. - Your questions are answered as soon as possible.
- You support the long term sustainability of the project. - You support the long term sustainability of the project.
- title: Generous Supporter - title: Generous Supporter
...@@ -28,7 +28,7 @@ tires: ...@@ -28,7 +28,7 @@ tires:
btn_id: price_7 btn_id: price_7
price_id: price_1HIKkyLbyDBUaJVj8XbaHS8O price_id: price_1HIKkyLbyDBUaJVj8XbaHS8O
benefits: benefits:
- Your questions are answered within 24 hours on Discord priority-support. - Your questions are answered within 24 hours.
- Your name is mentioned in the source code. - Your name is mentioned in the source code.
- You support the long term sustainability of the project. - You support the long term sustainability of the project.
...@@ -38,7 +38,7 @@ tires: ...@@ -38,7 +38,7 @@ tires:
price_id: price_1HIKphLbyDBUaJVjQylkb7QE price_id: price_1HIKphLbyDBUaJVjQylkb7QE
benefits: benefits:
- You **get access to the djongoNxt** repository. - You **get access to the djongoNxt** repository.
- Your questions are **immediately** taken up for consideration on Discord priority-support. - Your questions are **immediately** taken up for consideration as priority-support.
- You support the long term sustainability of the project. - You support the long term sustainability of the project.
- title: Advertise on Djongo - title: Advertise on Djongo
...@@ -59,7 +59,4 @@ disclaimer: ...@@ -59,7 +59,4 @@ disclaimer:
{% include tire_column %} {% include tire_column %}
{% include vendors/stripe.html %} {% include vendors/stripe.html %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment