Minor updates to dev install instructions
authorMagnus Hagander <magnus@hagander.net>
Mon, 24 Jun 2019 20:31:35 +0000 (22:31 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 24 Jun 2019 20:31:35 +0000 (22:31 +0200)
Issues pointed out by Andrew Dunstan

docs/dev_install.rst

index 5f06dd60bbe5afea1aae2453a304710ded3a71da..69f07cc652c9842afb990fb740e1ded9d163673d 100644 (file)
@@ -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