ajout spinning button dans update portfolio button

This commit is contained in:
2017-09-28 10:26:25 +02:00
parent ea3c4468f2
commit 05d38bf2f1
7 changed files with 75 additions and 49 deletions

View File

@@ -12,8 +12,8 @@ def main(global_config, **settings):
""" This function returns a Pyramid WSGI application.
"""
# declarations
session_factory = UnencryptedCookieSessionFactoryConfig('Ty6sIUf1')
authn_policy = AuthTktAuthenticationPolicy('Ty6sIUe8', callback=groupfinder, hashalg='sha512')
session_factory = UnencryptedCookieSessionFactoryConfig('df53ktTE1G')
authn_policy = AuthTktAuthenticationPolicy('5D9Phu1xyP', callback=groupfinder, hashalg='sha512')
authz_policy = ACLAuthorizationPolicy()
mailer_factory_from_settings(settings)