|
@@ -164,3 +164,8 @@ USER_URL_PREFIX = "/user"
|
|
MESSAGE_URL_PREFIX = "/message"
|
|
MESSAGE_URL_PREFIX = "/message"
|
|
AUTH_URL_PREFIX = "/auth"
|
|
AUTH_URL_PREFIX = "/auth"
|
|
ADMIN_URL_PREFIX = "/admin"
|
|
ADMIN_URL_PREFIX = "/admin"
|
|
|
|
+# Remove dead plugins - useful if you want to migrate your instance
|
|
|
|
+# somewhere else and forgot to reinstall the plugins.
|
|
|
|
+# If set to `False` it will NOT remove plugins that are NOT installed on
|
|
|
|
+# the filesystem (virtualenv, site-packages).
|
|
|
|
+REMOVE_DEAD_PLUGINS = False
|