Add extra step to set up instructions about applying migrations

This commit is contained in:
Swen Kooij 2019-06-27 13:42:42 +03:00
parent e84a5e4ff1
commit 95284e6fd0

View File

@ -61,6 +61,13 @@ Installation
('ro', 'Romanian')
)
4. Apply migrations to enable the HStore extension:
.. code-block:: bash
python manage.py migrate
Usage
-----