Added files for install
This commit is contained in:
parent
90e0838459
commit
0ea518919d
4 changed files with 475 additions and 8 deletions
33
paramecio2/config.py.sample
Normal file
33
paramecio2/config.py.sample
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
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://127.0.0.1:5000'
|
||||
|
||||
#media_folder='/media/'
|
||||
|
||||
media_url='/media/'
|
||||
|
||||
portal_email="no-reply@example.com"
|
||||
|
||||
#Db configuration
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue