Django (the python web framework) uses python\'s logging system to store logs.
Is there an easy way to store log messages in a database, and then allow admin users to lo
Just use Sentry. Raven, the Django piece of the functionality hooks into the logging framework, so in addition to collecting errors from your app, any custom log messages should show up as well.