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: add py.typed to support mypy #24

Closed ramwin closed 3 weeks ago

ramwin commented 3 weeks ago

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

bartTC commented 3 weeks ago

This has been released on Pypi. Thank you!