small fix

This commit is contained in:
Omer-5 2022-12-13 20:57:09 +02:00
parent 57496c56c5
commit eb732c01a8

View File

@ -43,6 +43,7 @@ First things first.
#. Create a new PostgreSQL database using createdb_: ::
$ createdb --username=postgres <project_slug>
``project_slug`` is what you have entered as the project_slug at the setup stage.
.. note::