Report this

What is the reason for this report?

How to configure a data warehouse from scratch in django

Posted on October 2, 2017

I want to have a back up of data which has all history of all performed actions like delete,update, insert and i can view it and who performed it



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

There are a number of Django plugins that can provide this kind of functionality. A few popular options include:

django-auditlog simply provides a log of all changes while the other two also allow you to revert changes via the admin interface.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.