Many changes to reorganize third party javascript

This commit is contained in:
2015-02-14 03:40:14 +01:00
parent c7a0ac5eb2
commit bf7fdc00bf
238 changed files with 5582 additions and 32774 deletions
+5 -1
View File
@@ -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