From 0c8abeab97425075d5ad51045a9cfc84a98d7577 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 24 Jun 2019 22:31:35 +0200 Subject: [PATCH] Minor updates to dev install instructions Issues pointed out by Andrew Dunstan --- docs/dev_install.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/dev_install.rst b/docs/dev_install.rst index 5f06dd60..69f07cc6 100644 --- a/docs/dev_install.rst +++ b/docs/dev_install.rst @@ -24,16 +24,14 @@ with. Here's a quick step-by-step on how to do that: override the following:: DEBUG=True - TEMPLATE_DEBUG=DEBUG SITE_ROOT="http://localhost:8000" SESSION_COOKIE_SECURE=False SESSION_COOKIE_DOMAIN=None - DATABASE_NAME="pgweb" #. In the pgweb directory run the following command to create all tables and indexes, as well as create a superuser for your local installation:: - ./manage.py syncdb + ./manage.py migrate #. A few functions are required, or at least recommended in order to test all of the system. The SQL scripts in the directory sql/ needs -- 2.39.5