Python Forum
Postgresql and Django Configuration with Wamp
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Postgresql and Django Configuration with Wamp
#2
Do not mess with Wamp and CGI at all,that make no sense for Python.
The normal way is using build in web-server for Django,Flask..ect.
With the build in web-server you build all you want regarding a web-app/site.

If want to deploy(share with world) then think of using a good web-server.
If i deploy i use Gunicorn with NGINX,this has a lot of power and are fairly simple to setup.
An other combo that is used for Python is uWSGI with NGINX.
Good hosts for Python Digital Ocean, Heroku ,PythonAnywhere, AWS Lambda.
Reply


Messages In This Thread
RE: Postgresql and Django Configuration with Wamp - by snippsat - Mar-19-2017, 05:35 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to Connect to PostgreSQL Through Jump Server and SSH Tunnel using Python? nishans 1 1,129 Jan-02-2024, 10:37 AM
Last Post: khanzain
  Python modules for accessing the configuration of relevant paths Imago 1 1,407 May-07-2022, 07:28 PM
Last Post: Larz60+
  maintain a postgresql database using osm2pgsql apollo 1 2,348 Aug-03-2020, 10:33 PM
Last Post: Larz60+
  INI Configuration GUI goofygoo 4 4,608 Jul-19-2020, 08:47 PM
Last Post: goofygoo
  PostgreSQL psycopg2.errors.DuplicateColumn: column specified more than once rajnish_nationfirst 2 3,847 Jun-21-2020, 08:17 AM
Last Post: ibreeden
  StopIteration exception when mock PostgreSQL connection in several tests igor87z 1 2,962 Jun-10-2020, 06:16 PM
Last Post: ibreeden
  Read Yaml configuration file in Python binhduonggttn 1 2,108 Feb-11-2020, 05:43 AM
Last Post: ndc85430
  Python and Postgresql syntax select statement Nesreenmhd 1 5,032 Sep-07-2019, 06:08 PM
Last Post: ndc85430
  Create table with psycopg2 on postgreSQL DB yhecohen 2 3,361 Aug-23-2019, 05:56 AM
Last Post: massimo_m
  Error while fetching data from PostgreSQL linu 3 4,372 May-13-2019, 02:38 PM
Last Post: rxndy

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020