django-daily-digest

Simple daily summary email with charts.

MIT License

Downloads
56
Stars
8
Committers
3

Bot releases are hidden (Show)

django-daily-digest - Latest Release

Published by nickromano almost 7 years ago

Instead of having to track down the app_label and model name from the content types table. You can now just use the path to the model and it will be resolved.

'model': 'django.contrib.auth.models.User'

Instead of

'app_label': 'auth'
'model': 'user',
django-daily-digest -

Published by nickromano almost 7 years ago

Initial release

Package Rankings
Top 21.84% on Pypi.org
Badges
Extracted from project README
Build Status Coverage Status PyPi
Related Projects