I've just started looking at Django, and so far I'm very impressed with it.
But one thing I'm not sure about, what's the recommended way of backing up a live django application? Obviously I can use svn for the python code, but is there a special django way to dump/restore the data? Or should I just use the existing postgresql utilities? Rachel