changed indexFolder
This commit is contained in:
parent
7aa6c579e9
commit
32bfc80521
|
|
@ -42,8 +42,8 @@ def getPluginVersion(loc):
|
||||||
return float(_version)
|
return float(_version)
|
||||||
|
|
||||||
def indexPlugins(params={}):
|
def indexPlugins(params={}):
|
||||||
tmpFolder = 'static/tmp'
|
tmpFolder = 'plugins/index'
|
||||||
indexFolderPath = 'static/tmp/pluginsIndex/'
|
indexFolderPath = 'plugins/index/'
|
||||||
docsFolderPath = 'static/docs/'
|
docsFolderPath = 'static/docs/'
|
||||||
installedPlugins = []
|
installedPlugins = []
|
||||||
staticFolder = ['css/', 'images/', 'fonts/', 'js/']
|
staticFolder = ['css/', 'images/', 'fonts/', 'js/']
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue