mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 23:43:11 +01:00
line 74 ... - run syncdb
+ run migrate
i think syncdb is obsolete from 1.9 ... or not?
This commit is contained in:
parent
45115ba5c7
commit
56d287cecd
@ -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``.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user