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
#3
(Mar-19-2017, 05:35 PM)snippsat Wrote: 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.

I don't... think that's true.  The built-in server is specifically only for development, for real-world usage isn't wsgi still the preferred method?

https://docs.djangoproject.com/en/1.10/i...ent-server Wrote:Now’s a good time to note: don’t use this server in anything resembling a production environment. It’s intended only for use while developing. (We’re in the business of making Web frameworks, not Web servers.)
Reply


Messages In This Thread
RE: Postgresql and Django Configuration with Wamp - by nilamo - Mar-19-2017, 06:42 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