mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 17:36:27 +00:00
d7233a0845
Before, I used request.session to store some information about the current jobs to be printed. This was because in the very beginning, I had an issue with disappearing files in my model. I was able to fix this issue in a previous commit, but I still needed the jids. However, because of this storage system, if someone tried to print a file, then oppened a second tab, and tried to print anoter file, he/she would pay twice for the second file .... I decided to add a hidden field to store the job id and deal with it, and it is readonly to avoid changing it. |
||
---|---|---|
.. | ||
0001_initial.py | ||
0002_auto_20180628_2032.py | ||
0003_auto_20180803_0854.py | ||
0004_auto_20180907_1607.py | ||
0005_jobwithoptions_filename.py | ||
0006_auto_20180908_1258.py | ||
0007_auto_20180925_1351.py | ||
0008_auto_20181012_1242.py | ||
0009_jobwithoptions_paid.py | ||
__init__.py |