first commit

This commit is contained in:
2024-12-28 19:51:40 -05:00
commit dbe5f4a116
55 changed files with 2729 additions and 0 deletions

2
.dev/Procfile Executable file
View File

@@ -0,0 +1,2 @@
trytond: while true; do trytond -d ${DB_NAME} --dev -v -c $SCRIPT_DIR/trytond.cfg; done
monitor: python3 $SCRIPT_DIR/dev.py