From 95284e6fd0e9d96627518126051e12f85187784e Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Thu, 27 Jun 2019 13:42:42 +0300 Subject: [PATCH] Add extra step to set up instructions about applying migrations --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 9bbf781..f80219a 100644 --- a/README.rst +++ b/README.rst @@ -61,6 +61,13 @@ Installation ('ro', 'Romanian') ) + +4. Apply migrations to enable the HStore extension: + + .. code-block:: bash + + python manage.py migrate + Usage -----