Changes between Version 14 and Version 15 of DjangoOnWindowsWithIISAndSQLServer


Ignore:
Timestamp:
Sep 23, 2006, 4:45:53 AM (18 years ago)
Author:
rockallite.wulf@…
Comment:

Some comments...

Legend:

Unmodified
Added
Removed
Modified
  • DjangoOnWindowsWithIISAndSQLServer

    v14 v15  
    121121}}}
    122122
     123 * It doesn't seem that ''IIS+Python+PyISAPIe'' support multiple Django sites.
     124
    123125=== Serving Django with IIS ===
    124126You have created a new virtual folder in IIS, and added the PyISAPIe extension and tweaked it to drive django sites.
     
    126128And, you can now use django-admin.py to create a site inside the virtual folder.
    127129
    128 You have everything you need to have Django running from IIS.
     130You 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.
    129131
    130132... I'll leave you to sort out your Import Path and DJANGO_SETTINGS_MODULE and stuff ...
    131133
    132134Now, 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.
    133138
    134139== Install the PyWin32 Extensions ==
Back to Top