bartTC / django-eventlog

django-eventlog is a very simple event logger you can use to track certain actions in your code. Events are stored in a Django model and can be viewed in the Django Admin.
https://barttc.github.io/django-eventlog/
MIT License
32 stars 5 forks source link

feat: use charfield as groupid, textfield as message #17

Closed ramwin closed 8 months ago

ramwin commented 9 months ago

15

ramwin commented 9 months ago

@bartTC Could you review this pull request in your spare time?
Any suggestions were welcome.

bartTC commented 8 months ago

I like it! Thanks!