Ask Your Question

Revision history [back]

click to hide/show revision 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.