Skip to content

Commit

Permalink
Update build-a-12-factor-app-rock.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
erinecon authored Oct 25, 2024
1 parent 81de711 commit e22abb5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/how-to/build-a-12-factor-app-rock.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ the root of the project:
- ``static``
- ``templates``

To change this, the following snippet needs to be added to
To change this, the following snippet needs to be added to
the ``rockcraft.yaml``:

.. tabs::
Expand All @@ -38,6 +38,17 @@ the ``rockcraft.yaml``:

.. group-tab:: Django

.. code-block:: yaml
parts:
django-framework/install-app:
prime:
- django/app/.env
- django/app/app.py
- django/app/webapp
- django/app/templates
- django/app/static
.. group-tab:: FastAPI

.. code-block:: yaml
Expand Down

0 comments on commit e22abb5

Please sign in to comment.