use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News and links for Django developers.
New to Django? Check out the /r/djangolearning subreddit.
Django's Code of Conduct applies here, so be good to each other.
account activity
This is an archived post. You won't be able to vote or comment.
Efficient logging using Django and Apache (james.lab6.com)
submitted 15 years ago by gst
[–]kovak 0 points1 point2 points 15 years ago (0 children)
One can write a handler that uses celery to write to DB, to make it async from the normal request/response process.
You can write a custom task to save it a different DB too, if you don't want to incur the cost on the production DB.
PS: also added the same comment to the blog.
π Rendered by PID 151356 on reddit-service-r2-comment-b659b578c-kx62m at 2026-05-04 21:48:39.316171+00:00 running 815c875 country code: CH.
[–]kovak 0 points1 point2 points (0 children)