0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
This commit is contained in:
Tibor Leupold 2021-02-25 23:00:08 -10:00 committed by Karl Hobley
parent 88ae26b592
commit 0a2d14a65f

View File

@ -1,15 +1,12 @@
# Getting started
::: {.note}
::: {.title}
Note
:::
These instructions assume familiarity with virtual environments and the
[Django web framework](https://www.djangoproject.com/).
For more detailed instructions, see `tutorial`{.interpreted-text role="doc"}.
To add Wagtail to an existing Django project, see `integrating_into_django`{.interpreted-text role="doc"}.
:::
```eval_rst
.. note::
These instructions assume familiarity with virtual environments and the
`Django web framework <https://www.djangoproject.com/>`_.
For more detailed instructions, see :doc:`tutorial`.
To add Wagtail to an existing Django project, see :doc:`integrating_into_django`.
```
## Dependencies needed for installation