Does Django have a Windows 7 Installer? I couldn't find one and theres little mention of Windows

后端 未结 2 1845
无人共我
无人共我 2021-01-30 18:32

I would like to learn Django on Windows. Is this possible? I\'ve Googled and can\'t seem to find a page that even explains this is possible, let alone an install or step-by-st

2条回答
  •  春和景丽
    2021-01-30 18:55

    Alternatively you could use the BitNami DjangoStack (disclaimer: I'm a BitNami developer). The stack already includes Python, Django and you can also select to install MySQL and/or PostgreSQL. It is a free installer that in a few click allows you to have your environment for developing Django applications ready. It is self-contained and install all the dependencies you need and the more common python modules. Also it will not interfere with your current environment.

提交回复
热议问题