Changes between Version 20 and Version 21 of DjangoOnWindowsWithIISAndSQLServer


Ignore:
Timestamp:
Oct 13, 2006, 12:40:26 PM (18 years ago)
Author:
rnm@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoOnWindowsWithIISAndSQLServer

    v20 v21  
    1212 * Configure Django to look at SQL Server
    1313 * Test, celebrate
     14
    1415
    1516== Install Python ==
     
    156157== Known Issues ==
    157158 * On IIS 5, you have to use the console command "iisreset" for code changes to take effect. Just restarting the website in ''IIS Management Console'' has no use. How about IIS 6?
    158  * ''I had to create a "media" virtual directory for the stylesheets, etc, at the root of my IIS directory tree (urgh) with read permissions to get the admin site to load styles.  Looking at the source for the admin page in my browser, the stylesheet link is absolute (/media/...) [rnm]''
     159 * ''I had to create a "media" virtual directory for the stylesheets, etc, at the root of my IIS directory tree (urgh) with read permissions to get the admin site to load styles.  Looking at the source for the admin page in my browser, the stylesheet link is absolute (/media/...), but this can be customized in your application .settings file (MEDIA_ROOT and MEDIA_URL) [rnm]''
    159160== Install the PyWin32 Extensions ==
    160161Just a download and install for this bit - Pick them up from http://sourceforge.net/project/showfiles.php?group_id=78018
Back to Top