My first web app (Python): use CGI, or a framework like Django?

后端 未结 5 1785
野性不改
野性不改 2021-02-05 18:11

I don’t want to burden you all with the details, but basically I’m a 2nd year compsci student with no Web dev experience.

Basically I want to create a small “web app” t

5条回答
  •  一向
    一向 (楼主)
    2021-02-05 18:29

    Django comes with its own server, but in your case i would recommend apache and mod_python since it seems to be a rather simple site you're building.

    Setting up Apache is a breeze and a simple search on the web should give you all you need. You can find more information on mod_python here read up a little bit on it and then google after a tutorial that fits your needs.

提交回复
热议问题