misc : update readme and MANIFEST.in

This commit is contained in:
Josue Kouka 2016-02-09 17:51:27 +01:00
parent 561d031ef5
commit d7e2f1ec6d
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@ recursive-include mandayejs/locale *.po *.mo
# static
include mandayejs/do_login.js
include mandayejs/do_logout.js
recursive-include mandayejs/mandaye *.css *.js *.ico *.gif *.png *.jpg
recursive-include mandayejs/static *.css *.js *.ico *.gif *.png *.jpg *.ttf *.woff

5
README
View File

@ -156,6 +156,11 @@ App Settings
# if user is connected and already associated
SITE_FORCE_REDIRECT_LOCATOR = '#logon-form'
# Locator used to catch the local application
# logout process in order to launch a SLO
SITE_LOGOUT_LOCATOR = '#account_logout'
# Application's webservices
SITE_WEB_SERVICES = {
'products': '/products/id',