VladimirPokorny / MiniStraWeb

1 stars 0 forks source link

QR code generator logic outside models.py #13

Open f-hluchnik opened 6 months ago

f-hluchnik commented 6 months ago

The QR code generation logic is now written in models.py. This was done to achieve functionality. Create a separate class for the QR code generation, so is not tightly coupled with the models.py.