from paramecio2.libraries.db.webmodel import WebModel from paramecio2.libraries.load_apps import load_extra_modules 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', '/']} apps=load_extra_modules(apps) 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