Guest User

Untitled

a guest
Aug 22nd, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. db = Database()
  2. db.bind('postgres', user='notice', password='Notice',host='localhost', database='notice_db', dbname='notice_db', port='5432')
  3.  
  4. db.bind('postgres', user='notice', password='Notice', host='localhost', database='notice_db', port='5432')
Add Comment
Please, Sign In to add comment