django-reversion live site with source code

26 views
Skip to first unread message

wwiras

unread,
Dec 8, 2014, 3:30:41 AM12/8/14
to django...@googlegroups.com
Hi!

Is there any django sites that are using django-reversion for me to see the demo and download the source code for a better understanding on how its work. Help is needed.

Regards,

wwiras

Collin Anderson

unread,
Dec 9, 2014, 8:54:40 AM12/9/14
to django...@googlegroups.com
Hi,

I used it may years ago, though don't currently. I think it's really as simple the example in the docs:

import reversion

class YourModelAdmin(reversion.VersionAdmin):
   
pass

admin
.site.register(YourModel, YourModelAdmin)

Collin
Reply all
Reply to author
Forward
0 new messages