33 lines
530 B
Text
33 lines
530 B
Text
from paramecio2.libraries.db.webmodel import WebModel
|
|
|
|
secret_key="im smoking fool"
|
|
|
|
static_folder='/media/default'
|
|
|
|
static_url_path='/media/default'
|
|
|
|
# The second parameter is the prefix if you want use more applications.
|
|
|
|
apps={'welcome': ['paramecio2.modules.welcome', 'welcome_app', '/']}
|
|
|
|
default_module='welcome'
|
|
|
|
theme="default"
|
|
|
|
reloader=True
|
|
|
|
application_root='/'
|
|
|
|
yes_static=True
|
|
|
|
domain_url='http://localhost:5000'
|
|
|
|
#media_folder='/media/'
|
|
|
|
media_url='/media/'
|
|
|
|
portal_email="no-reply@example.com"
|
|
|
|
#Db configuration
|
|
|
|
|