Update settings

This commit is contained in:
Skia 2016-08-29 03:34:43 +02:00
parent f0499cdb26
commit c4b1494eee
1 changed files with 9 additions and 1 deletions

View File

@ -109,7 +109,6 @@ TEMPLATES = [
"can_edit_prop": "core.views.can_edit_prop",
"can_edit": "core.views.can_edit",
"can_view": "core.views.can_view",
"send_file": "core.views.send_file",
"get_subscriber": "subscription.views.get_subscriber",
"settings": "sith.settings",
},
@ -408,3 +407,12 @@ SITH_LAUNDERETTE_PRICES = {
'WASHING': 1.0,
'DRYING': 0.75,
}
OLD_MYSQL_INFOS = {
'host': 'ae-db',
'user': "my_user",
'passwd': "password",
'db': "ae2-db",
'charset': 'utf8',
'use_unicode': True,
}