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 -----