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.