django-easy-audit
django-easy-audit copied to clipboard
Customizable event types
It would be nice if the event types were customizable. If the types here: https://github.com/soynatan/django-easy-audit/blob/master/easyaudit/models.py#L22 could come from settings.
That could be fine.
Would these event types instead be extending the valid types? So for instance you cannot override the existing ones? I'm afraid of inconsistencies/confusion around that otherwise.