robs_awesome_python_template icon indicating copy to clipboard operation
robs_awesome_python_template copied to clipboard

A Highly Configurable Python Project Template for Modern Python Projects

Results 2 robs_awesome_python_template issues
Sort by recently updated
recently updated
newest added

While the app created with the template works with a DATABASE_URL like `postgresql://USERNAME:PASSWORD@/DATABASE_NAME?host=HOST1,HOST2,HOST3&port=PORT1,PORT2,PORT3&target_session_attrs=primary`, the **prestart.sh** script does not work correctly when DATABASE_URL contains multiple hosts (e.g., a Postgres URI with...