google-code-export / django-simple-captcha

Automatically exported from code.google.com/p/django-simple-captcha
MIT License
0 stars 0 forks source link

Management command to clear expired hashkeys #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I decided to create a cron job to remove expired hashkeys. I always find
that the simplest way to do this is through a custom management command.
I've attached mine in the hopes you might find it useful. It's really a
convenience thing, nothing major but it comes in handy in my situation.

Original issue reported on code.google.com by chris.mo...@gmail.com on 4 Feb 2010 at 1:24

Attachments:

GoogleCodeExporter commented 9 years ago
Added in r47. Thank you for sharing, Chris, and sorry this took so long. 

Original comment by mbonetti on 6 Mar 2010 at 4:37