Added bat file to source correct venv and run script. Reorganized db connection stuff and added check to create db/tables if they don't exist. Uncommented email section and set mark_sent method to only be called if not testing.
This commit is contained in:
2
CFFInvoice.bat
Normal file
2
CFFInvoice.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
@echo off
|
||||
cmd /k "cd /d C:\Program Files (x86)\AKSESS\Storefront\CFFInvoice\Scripts & activate & cd /d C:\Program Files (x86)\AKSESS\Storefront\CFFInvoice & python main.py"
|
||||
Reference in New Issue
Block a user