Create install.rst

Remove outdated setting TENANT_CREATION_FAKES_MIGRATIONS from the docs. Fixes #458.
This commit is contained in:
Bernardo Pires 2017-05-05 16:15:10 -05:00 committed by GitHub
parent ef6e25b8e7
commit 400fdc26f3
1 changed files with 0 additions and 6 deletions

View File

@ -175,12 +175,6 @@ Optional Settings
The schema name that will be treated as ``public``, that is, where the ``SHARED_APPS`` will be created.
.. attribute:: TENANT_CREATION_FAKES_MIGRATIONS
:Default: ``'True'``
Sets if the models will be synced directly to the last version and all migration subsequently faked. Useful in the cases where migrations can not be faked and need to be ran individually. Be aware that setting this to `False` may significantly slow down the process of creating tenants.
Tenant View-Routing
-------------------