diff --git a/docs/developing-locally.rst b/docs/developing-locally.rst index c9d28ff73..3581ef245 100644 --- a/docs/developing-locally.rst +++ b/docs/developing-locally.rst @@ -43,6 +43,7 @@ First things first. #. Create a new PostgreSQL database using createdb_: :: $ createdb --username=postgres + ``project_slug`` is what you have entered as the project_slug at the setup stage. .. note::