I use the built in “revision” app, import it in settings.py.
How can I manually assign a “add_revision” permission to someone?
I’m familiar with permissions in general, but this one is odd, somewhere around here:
app_label = 'revision.revisions.revision.Revision' #~~~~????
model = 'Revision' #~~~~?????
ContentType.objects.get(app_label=app_label, model=model)
The app name is
reversion.Read the documentation:
https://github.com/etianen/django-reversion/wiki