using this connection URL with SQL Alchemy package, need help in knowing steps to change to deploy app on Herouku
con = postgresql+psycopg2://postgres:1234@localhost/demo
using this connection URL with SQL Alchemy package, need help in knowing steps to change to deploy app on Herouku
con = postgresql+psycopg2://postgres:1234@localhost/demo
This doesn’t sound like a Dash question but rather one about SQLAlchemy. Perhaps try posting your question on Stack Overflow, where you might have more chances of getting help.
thanks nedned…
Resolved the issue using environment variables.
Hi @guptab02
Can you please share the link or resources from which you learned how to connect postgresql/sqlalchemy to app through heroku.
thanks,