Python / Postgres

1

Hi,

Is it possible to install a localhost server with Python / PostgreSQL? I know it's possible with PHP / MySQL, like XAMPP, WAMPP, etc.

I need to run a system that uses Python / PostgreSQL and my server is a shared Hostgator and does not offer PostgreSQL.

Can anyone help me?

    
asked by anonymous 15.02.2017 / 23:26

1 answer

0

On your machine? Yes. In Hostgator? Probably not, you can talk to their support to see if they do not have a plan that meets their requirements.

To install on your machine just download the Postgre installer from the official website:

link

And python no:

link

    
16.02.2017 / 14:42