django-graceful-session-cleanup 0.2.2

django-graceful-session-cleanup is a simple management command that can delete expired sessions from large session tables without killing the site.The main use case is if you have a live application with millions of stale sessions in the database. Runnung...