Posts by user1637385 • 1 point
3 posts
-
0
votes1
answer62
viewsA: How to place the value of an input inside a "cell" of a SQLITE3 table, with Python?
In this post Regis explains how to work with Sqlite database. http://pythonclub.com.br/gerenciando-banco-dados-sqlite3-python-parte1.html…
-
0
votes1
answer41
viewsA: Multiple instances of Django on one machine
What you’re doing is acceptable. If the 4 branches, will always use the same system, you could keep 1 code only on the deploy and use multiple Settings ? Your gunicorn strings could point to…
-
0
votes1
answer73
viewsA: Python - Error: SQLCODE=-30082r] SQL30082N Security Processing failed with Reason "24" ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001
vc tried to use the DB2 string delimiter around the password string ? connection =…