Today I committed the first web app that uses sympy-django. My friend
Angel Soler did the design and called it Empathy, and it is supposed to be something similar to
Wolfram's Integrator , but much more capable (not only integrals, but potentially any method implemented in
SymPy In the following days I will finish the app and hopefully it will soon be working at
http://empathy.sympy.org.

As you can see, it has some nice Ajax-autocompleters (done with prototype and script.aculo.us). A lot remains still to be done, for example, export the formulas to png would be nice (SymPy already has this feature, only that it exports LaTeX to dvi and then uses dvi2png, which is too slow for this app ...), right now I am trying with
PlasTeX
By the way, the app is also free source, you can check the code in the empathy/ directory