Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python, flask, Django
#2
Alright, let's backup and try to clear up some things which may have confused you.

IIS is a server. It would sit between your application and the end user. It doesn't matter if you use Flask or Django, they'll both communicate through fast cgi with IIS. Getting that bridge setup can be done through IIS' Web Platform installer: https://www.iis.net/downloads/microsoft/fastcgi-for-iis

There's also a python module which looks like helps with the config files (or maybe more, the module is published by Microsoft, so it isn't 3rd party, I just am not entirely sure what it does): https://pypi.org/project/wfastcgi/

Django and Flask serve the same purpose in your application. It doesn't make sense to use both at the same time. Your assessment that Django does more out of the box is correct, and along with that, it's much more difficult to customize if you don't like a particular aspect of it.
Reply


Messages In This Thread
Python, flask, Django - by Ecniv - May-01-2019, 03:51 PM
RE: Python, flask, Django - by nilamo - May-01-2019, 04:40 PM
RE: Python, flask, Django - by Ecniv - May-02-2019, 01:22 PM
RE: Python, flask, Django - by buran - May-02-2019, 01:26 PM
RE: Python, flask, Django - by Ecniv - May-02-2019, 03:46 PM
RE: Python, flask, Django - by buran - May-02-2019, 04:04 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  python 3.7 on windows using flask and flask-sqlalchemy. Alpy 2 4,083 Aug-12-2020, 07:24 PM
Last Post: Alpy
  Django: How to automatically substitute a variable in the admin page at Django 1.11? m0ntecr1st0 3 3,458 Jun-30-2019, 12:21 AM
Last Post: scidam

Forum Jump:

User Panel Messages

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