Re: Backup vs Audit

2014-12-09 Thread Lachlan Musicman
Sorry, what I should have lead with is "at the moment there is no point and click backup solution for your whole package". On 9 December 2014 at 21:33, Lachlan Musicman wrote: > I've used dbbackup with success - a cronjob to copy out the database > (and replace the testing and staging databases w

Re: Backup vs Audit

2014-12-09 Thread Lachlan Musicman
I've used dbbackup with success - a cronjob to copy out the database (and replace the testing and staging databases with "yesterday's data") and copy it to another machine. Regards the Django admin interface, there are a number of points to consider: - the base interface will always be in the Dja

Re: Backup vs Audit

2014-12-09 Thread Tom Evans
On Tue, Dec 9, 2014 at 10:06 AM, Andrea Zakowicz wrote: > Most of the tools I've found is administered from commands and no template > Django admin. > What I want is to do both operations from the manager but found nothing. > Help!! > For example, proven tools are auditlog and dbbackup. > Off th

Re: Backup vs Audit

2014-12-09 Thread Andrea Zakowicz
Most of the tools I've found is administered from commands and no template Django admin. What I want is to do both operations from the manager but found nothing. Help!! For example, proven tools are auditlog and dbbackup. El lunes, 8 de diciembre de 2014 10:22:49 UTC-3, Andrea Zakowicz escri

Re: Backup vs Audit

2014-12-08 Thread Russell Keith-Magee
Hi Andrea, In short, you don't - at least, not out of the box. That's not what Django's admin interface is for. Django's admin is a quick-and-dirty CRUD interface you can throw over some models, with some customisation hooks that means it has a lifespan beyond initial bootstrapping. It isn't a sy