Ask Your Question
1

Will Django be included with Sage?

asked 14 years ago

timothyclemans gravatar image

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

Preview: (hide)

2 Answers

Sort by » oldest newest most voted
1

answered 14 years ago

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.

Preview: (hide)
link
1

answered 14 years ago

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.

Preview: (hide)
link

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: 14 years ago

Seen: 2,652 times

Last updated: Aug 18 '10