Many changes to reorganize third party javascript
This commit is contained in:
+5
-1
@@ -10,12 +10,16 @@ pyramid.reload_templates = false
|
||||
pyramid.debug_authorization = false
|
||||
pyramid.debug_notfound = false
|
||||
pyramid.debug_routematch = false
|
||||
pyramid.default_locale_name = en
|
||||
pyramid.default_locale_name = fr
|
||||
pyramid.includes =
|
||||
pyramid_tm
|
||||
|
||||
sqlalchemy.url = sqlite:///%(here)s/JM2L.sqlite
|
||||
|
||||
# Security
|
||||
secret_Cookies = 'secret'
|
||||
secret_AuthTkt = 'secret2'
|
||||
|
||||
[server:main]
|
||||
use = egg:waitress#main
|
||||
host = 0.0.0.0
|
||||
|
||||
Reference in New Issue
Block a user