Skip to content

Commit

Permalink
Merge branch 'nesdis:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Kavan72 authored Jan 17, 2022
2 parents cb1ea26 + a8b239b commit 39d824d
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 13 deletions.
12 changes: 9 additions & 3 deletions docs/_data/support/tire_column.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,27 @@ tires:
price: 15
url: /djongocs/create-account/
benefits:
- Full featured version of the DjongoCS package.
- Preconfigured Virtual Machine instance.
- Full featured DjongoCS package.
- Preconfigured virtual machine instance.
- Public endpoint over Https.
- Upgradeable instance.
- Email support.
- Cancel anytime.

- title: Basic Support
price: 59
url: /support/contact/discord-support/
benefits:
- You get access to the *priority discussion board* on Discord.
- Includes DjongoCS
- Access to the *priority discussion board* on Discord.
- Resolution time within 2 - 4 weeks.

- title: Premium Support
price: 149
per_hour: true
url: /support/contact/book-a-debug/
benefits:
- Includes DjongoCS
- Issue resolved within the next day.
- Email support.

Expand Down
4 changes: 2 additions & 2 deletions docs/djongocs/create-account/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
<app-root></app-root>
</div>
</div>
<script src="runtime.3e2bed8c3d2369259daf.js" defer></script><script src="polyfills.af5bb2ebea48c6645061.js" defer></script><script src="main.29b795d4dd510147414b.js" defer></script>

<script src="runtime.3e2bed8c3d2369259daf.js" defer></script><script src="polyfills.af5bb2ebea48c6645061.js" defer></script><script src="main.47761500ccba98d1db4f.js" defer></script>
<script src="https://www.google-analytics.com/analytics.js" async></script>
</body></html>
4 changes: 2 additions & 2 deletions docs/djongocs/dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
<app-root></app-root>
</div>
</div>
<script src="runtime.3e2bed8c3d2369259daf.js" defer></script><script src="polyfills.af5bb2ebea48c6645061.js" defer></script><script src="main.29b795d4dd510147414b.js" defer></script>

<script src="runtime.3e2bed8c3d2369259daf.js" defer></script><script src="polyfills.af5bb2ebea48c6645061.js" defer></script><script src="main.47761500ccba98d1db4f.js" defer></script>
<script src="https://www.google-analytics.com/analytics.js" async></script>
</body></html>
4 changes: 2 additions & 2 deletions docs/djongocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
<app-root></app-root>
</div>
</div>
<script src="runtime.3e2bed8c3d2369259daf.js" defer></script><script src="polyfills.af5bb2ebea48c6645061.js" defer></script><script src="main.29b795d4dd510147414b.js" defer></script>

<script src="runtime.3e2bed8c3d2369259daf.js" defer></script><script src="polyfills.af5bb2ebea48c6645061.js" defer></script><script src="main.47761500ccba98d1db4f.js" defer></script>
<script src="https://www.google-analytics.com/analytics.js" async></script>
</body></html>
4 changes: 2 additions & 2 deletions docs/djongocs/login/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
<app-root></app-root>
</div>
</div>
<script src="runtime.3e2bed8c3d2369259daf.js" defer></script><script src="polyfills.af5bb2ebea48c6645061.js" defer></script><script src="main.29b795d4dd510147414b.js" defer></script>

<script src="runtime.3e2bed8c3d2369259daf.js" defer></script><script src="polyfills.af5bb2ebea48c6645061.js" defer></script><script src="main.47761500ccba98d1db4f.js" defer></script>
<script src="https://www.google-analytics.com/analytics.js" async></script>
</body></html>
1 change: 0 additions & 1 deletion docs/djongocs/main.29b795d4dd510147414b.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/djongocs/main.47761500ccba98d1db4f.js

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion docs/docs/documentation/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ Setting up the mapping documents to python objects is easy with Djongo."
layout: docs
---

## Quick Deploy

1. Start by [creating an account](/djongocs/create-account/). You will be assigned
a working webserver instance running Django and MongoDB.
2. (Optional) Test your instance by entering `https://api.djongomapper.com/<username>/` in your browser.
The username is what was used while creating the account.
3. Login to your [dashboard](/djongocs/dashboard/) and upload your Public SSH key. The command to open a shell
to your instance will appear in the dashboard. You can upload your app specific Django scripts to the server.


## Local Development

### Setup
Expand Down Expand Up @@ -173,7 +183,7 @@ structure looks like:
| -- api/
| -- settings.py
| -- urls.py
| -- app/
| -- apps/
| -- app1/
| -- views.py
| -- models.py
Expand Down

0 comments on commit 39d824d

Please sign in to comment.