Host Django with XAMPP on Windows

前端 未结 5 818
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-30 11:59

Can I run a Django (Python framework) base site with XAMPP on Windows? Please guide me.

5条回答
  •  面向向阳花
    2021-01-30 12:33

    Yes, you can, but first you have to install Python and mod_python. See this FAQ.

    However for development purposes, it is far easier to use the built in Django development server. This will be much easier to use and setup to get you started.

提交回复
热议问题