aboutsummaryrefslogtreecommitdiffstats
path: root/SETUP.md
diff options
context:
space:
mode:
Diffstat (limited to 'SETUP.md')
-rw-r--r--SETUP.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/SETUP.md b/SETUP.md
index 93a9d193..dd974338 100644
--- a/SETUP.md
+++ b/SETUP.md
@@ -2,7 +2,7 @@
*to be put on the wiki*
- `pipenv sync`
-- `psql -c 'CREATE USER pysite;'`
+- `psql -c 'CREATE USER pysite WITH CREATEDB;'`
- `psql -c 'CREATE DATABASE pysite OWNER pysite;'`
- `echo 'DEBUG=1' >> .env`
- `echo 'DATABASE_URL=postgres://pysite:@localhost/pysite' >> .env`