Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tutorial/code/django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django
Django==5.1.4
psycopg2-binary
2 changes: 1 addition & 1 deletion docs/tutorial/code/fastapi/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
fastapi[standard]
fastapi[standard]==0.136.1
psycopg2-binary
2 changes: 1 addition & 1 deletion docs/tutorial/code/flask/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Flask
Flask==3.1.3
psycopg2-binary
2 changes: 2 additions & 0 deletions docs/tutorial/kubernetes-charm-django.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ running with Juju. Let's get started!

This tutorial should take 90 minutes for you to complete.

Tested with Django 5.1.4.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WDYT about moving this note into the "What you'll do" section, updating the first step to say something like:

#. Create a Django app (tested with Django 5.1.4).

If you agree, I think we should do this for all 3 tutorials :)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this. I would tweak the wording:

Create a Django app with Django 5.1.4.

But that's a nit.


If you're new to the charming world, Django apps are
specifically supported with a template to quickly generate a
**rock** and a matching template to generate a **charm**.
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorial/kubernetes-charm-fastapi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ up and running with Juju. Let's get started!

This tutorial should take 90 minutes for you to complete.

Tested with FastAPI 0.136.1.

If you're new to the charming world, FastAPI apps are
specifically supported with a template to quickly generate a
**rock** and a matching template to generate a **charm**.
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorial/kubernetes-charm-flask.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ up and running with Juju. Let's get started!

This tutorial should take 90 minutes for you to complete.

Tested with Flask 3.1.3.

If you're new to the charming world, Flask apps are
specifically supported with a template to quickly generate a
**rock** and a matching template to generate a **charm**.
Expand Down
Loading