Fixes in percentfield and config_admin
This commit is contained in:
parent
a3cc015c34
commit
fc15bd74bb
3 changed files with 7 additions and 4 deletions
|
|
@ -1,4 +1,5 @@
|
|||
from paramecio2.libraries.db.webmodel import WebModel
|
||||
from paramecio2.libraries.load_apps import load_extra_modules
|
||||
|
||||
secret_key="im smoking fool"
|
||||
|
||||
|
|
@ -10,6 +11,8 @@ static_url_path='/media/default'
|
|||
|
||||
apps={'welcome': ['paramecio2.modules.welcome', 'welcome_app', '/']}
|
||||
|
||||
apps=load_extra_modules(apps)
|
||||
|
||||
default_module='welcome'
|
||||
|
||||
theme="default"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue