| 1 | initial version |
I doubt that Sage will include Django just because http://ask.sagemath.org is a Django application. AskBot is not being shipped with Sage -- it has a lot of dependencies other than just Django.
However, it is fairly easy to install Django within the Sage environment. You can run
$ sage -sh
$ easy_install django
from the command line.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.