change app name to cao_sunyata
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
###
|
||||
|
||||
[app:main]
|
||||
use = egg:cao_blogr
|
||||
use = egg:cao_sunyata
|
||||
|
||||
pyramid.reload_templates = false
|
||||
pyramid.debug_authorization = false
|
||||
@@ -12,9 +12,9 @@ pyramid.debug_notfound = false
|
||||
pyramid.debug_routematch = false
|
||||
pyramid.default_locale_name = en
|
||||
|
||||
sqlalchemy.url = sqlite:///%(here)s/cao_blogr.sqlite
|
||||
sqlalchemy.url = sqlite:///%(here)s/cao_sunyata.sqlite
|
||||
# images location
|
||||
images_dir = /pyramid/cao_sunyata/cao_blogr/static/img/
|
||||
images_dir = /pyramid/cao_sunyata/cao_sunyata/static/img/
|
||||
|
||||
# reCaptcha keys
|
||||
site_key = 6LeDvVUgAAAAAOqD_-h93kd5aW8CmpeVvKYu-m0p
|
||||
@@ -31,7 +31,7 @@ mail.username = contact@meditation-sunyata.paris
|
||||
mail.password = 88.tanhkhong
|
||||
|
||||
[pshell]
|
||||
setup = cao_blogr.pshell.setup
|
||||
setup = cao_sunyata.pshell.setup
|
||||
|
||||
###
|
||||
# wsgi server configuration
|
||||
@@ -39,7 +39,7 @@ setup = cao_blogr.pshell.setup
|
||||
|
||||
[alembic]
|
||||
# path to migration scripts
|
||||
script_location = cao_blogr/alembic
|
||||
script_location = cao_sunyata/alembic
|
||||
file_template = %%(year)d%%(month).2d%%(day).2d_%%(rev)s
|
||||
# file_template = %%(rev)s_%%(slug)s
|
||||
|
||||
@@ -54,7 +54,7 @@ url_scheme = https
|
||||
###
|
||||
|
||||
[loggers]
|
||||
keys = root, cao_blogr, sqlalchemy
|
||||
keys = root, cao_sunyata, sqlalchemy
|
||||
|
||||
[handlers]
|
||||
keys = console
|
||||
@@ -66,10 +66,10 @@ keys = generic
|
||||
level = WARN
|
||||
handlers = console
|
||||
|
||||
[logger_cao_blogr]
|
||||
[logger_cao_sunyata]
|
||||
level = WARN
|
||||
handlers =
|
||||
qualname = cao_blogr
|
||||
qualname = cao_sunyata
|
||||
|
||||
[logger_sqlalchemy]
|
||||
level = WARN
|
||||
|
||||
Reference in New Issue
Block a user