Changes between Version 23 and Version 24 of DjangoOnWindowsWithIISAndSQLServer


Ignore:
Timestamp:
Mar 7, 2007, 10:24:46 AM (17 years ago)
Author:
ed+at+swindelles+dot+us
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoOnWindowsWithIISAndSQLServer

    v23 v24  
    6161
    6262== Django ==
    63 I'm not going to say what this is; if you're here, following this, then you should really know by now!
     63'''Please note that as of March 7th, 2007, the below instructions will not work for the latest development versions of Django.  In order for PyISAPIe to work with Django (and vice versa), you must be using Django v. 0.95.  Versions 0.95.1 and any higher produce numerous errors that seem to be related to PyISAPIe's stalled development.  Thankfully, you can still download version 0.95 from the Django download site.'''
    6464
    6565If you want to keep up with the latest Django development version, you will need to download and install a subversion client for Windows, e.g. [http://tortoisesvn.tigris.org/ Tortoise SVN], install it, then create a new folder somewhere. Right click on the folder, and choose "SVN Checkout". Give the URL of the repository as: http://code.djangoproject.com/svn/django/trunk/  and click OK.)
Back to Top