Agregar tasa de retención

This commit is contained in:
Mauricio Baeza 2017-12-11 21:44:40 -06:00
parent 858eafd6ab
commit 0f82665722
2 changed files with 9 additions and 0 deletions

View File

@ -1699,6 +1699,7 @@ class ImportFacturaLibre(object):
'0': 0.0,
'-2/3': 0.106667,
'-0.5': 0.005,
'-10.6666': 0.106667,
}
data = []

View File

@ -0,0 +1,8 @@
[uwsgi]
http = 127.0.0.1:8000
wsgi-file = main.py
callable = app
master = true
processes = 4
threads = 4