From eb732c01a8a724c0f11ccfbb5f86a23df2fe2ba1 Mon Sep 17 00:00:00 2001 From: Omer-5 Date: Tue, 13 Dec 2022 20:57:09 +0200 Subject: [PATCH] small fix --- docs/developing-locally.rst | 1 + 1 file changed, 1 insertion(+) 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::