From 56d287cecd54d3faacc8e39c489507163d13dfc0 Mon Sep 17 00:00:00 2001 From: ssboy Date: Sat, 10 Feb 2018 09:43:26 +0100 Subject: [PATCH] line 74 ... - run `syncdb` + run `migrate` i think syncdb is obsolete from 1.9 ... or not? --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 37054149..1757da4d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -71,5 +71,5 @@ Dependencies 1. Python 3.4+ (or 2.7, but deprecated and support will be removed next release) 2. Django 1.11 or newer -3. An existing **working** Django project with database etc. If you cannot log into the Admin, you won't get this product working! This means you **must** run `syncdb` **before** you add ``helpdesk`` to your ``INSTALLED_APPS``. +3. An existing **working** Django project with database etc. If you cannot log into the Admin, you won't get this product working! This means you **must** run `migrate` **before** you add ``helpdesk`` to your ``INSTALLED_APPS``.