I\'m using the following to try and insert a record into a postgresql database table, but it\'s not working. I don\'t get any errors, but there are no records in the table.
import psycopg2 conn = psycopg2.connect("dbname='djangostack' user='bitnami' host='localhost' password='password'") con.set_session(autocommit=True)