[scripts-announce] Django on scripts.mit.edu updated to 1.0 and made default

Geoffrey Thomas geofft at MIT.EDU
Thu Sep 25 13:41:37 EDT 2008


Hello,

We've updated the Django Python package on scripts to the 
recently-released 1.0 final version, as part of a standard Fedora package 
update. We will be releasing an auto-installer soon, although you can 
manually set up Django with the django-admin.py command and the sample 
FastCGI wrapper on the Django web site.

If you're currently using a Django 0.96 site, you can keep Django sites in 
your locker at version 0.96 by adding the following lines to the top of 
your FastCGI wrapper, before any import statements referencing "django":

__requires__='Django<1.0'
import pkg_resources
pkg_resources.require('Django<1.0')

-- 
Geoffrey Thomas
scripts.mit.edu architect
geofft at mit.edu



More information about the scripts-announce mailing list