Changes between Version 14 and Version 15 of DjangoOnWindowsWithIISAndSQLServer
- Timestamp:
- Sep 23, 2006, 4:45:53 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoOnWindowsWithIISAndSQLServer
v14 v15 121 121 }}} 122 122 123 * It doesn't seem that ''IIS+Python+PyISAPIe'' support multiple Django sites. 124 123 125 === Serving Django with IIS === 124 126 You have created a new virtual folder in IIS, and added the PyISAPIe extension and tweaked it to drive django sites. … … 126 128 And, you can now use django-admin.py to create a site inside the virtual folder. 127 129 128 You have everything you need to have Django running from IIS. 130 You have everything you need to have Django running from IIS. Now visit http://site/myfolder/ to take a look. You don't need to manually start a Django server. 129 131 130 132 ... I'll leave you to sort out your Import Path and DJANGO_SETTINGS_MODULE and stuff ... 131 133 132 134 Now, while I don't have an app running, I do have Django errors rather than IIS errors. I need to get my model access sorted for my test app. 135 136 == Known Issues == 137 * On IIS 5, you have to restart the ''World Wide Web Publishing'' service in ''Services'' console for code changes to take effect. Just restarting the website in ''IIS Management Console'' has no use. 133 138 134 139 == Install the PyWin32 Extensions ==