0

Our django project needs postgis installed, how do we do this on nitrous.io? If this isn't possible, is there a range of IP's so we can open one of our db servers to nitrous.io securely and host our db elsewhere?

Aaron Caito
  • 108
  • 6

1 Answers1

1

If you have a production tier Heroku Postgres plan, you can use PostGIS on Heroku. Also, here are the steps to setup a Heroku Postgres database on your Nitrous.IO box.

Mike T
  • 41,085
  • 18
  • 152
  • 203