Ask Your Question
1

Will Django be included with Sage?

asked 2010-08-18 20:32:18 +0200

timothyclemans gravatar image

Now that Sage is using a Django app (AskBot) will Sage come with Django?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2010-08-18 20:40:21 +0200

William Stein gravatar image

There are currently no plans to include Django with Sage. Nobody has ever suggested doing so or brought it up on the list. I think Django is very "easy" to install using easy_install into Sage, though, e.g.,

sage -sh
easy_install django

Probably there is no need to include it with Sage.

edit flag offensive delete link more
1

answered 2010-08-18 20:42:05 +0200

Mike Hansen gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2010-08-18 20:32:18 +0200

Seen: 2,496 times

Last updated: Aug 18 '10