Changes between Version 24 and Version 25 of DjangoOnWindowsWithIISAndSQLServer


Ignore:
Timestamp:
Mar 7, 2007, 10:27:34 AM (18 years ago)
Author:
ed+at+swindelles+dot+us
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoOnWindowsWithIISAndSQLServer

    v24 v25  
    6363'''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
    65 If 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.)
     65'''Text below saved in hope of an update to PyISAPIe:'''
     66''If 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.)
    6667
    67 Otherwise, just download the latest Django release from the main site, and extract the archive to a folder, e.g. c:\python24\django\.
     68Otherwise, just download the latest Django release from the main site, and extract the archive to a folder, e.g. c:\python24\django\.''
    6869
    6970=== Installing Django ===
Back to Top