piratar / icepirate

Hand-rolled member listing
2 stars 1 forks source link

Auto-cleaning of outdated data #25

Closed helgihg closed 4 years ago

helgihg commented 4 years ago

ShortURLs and unverified subscriptions (pending Subscription mechanism implemented) don't automatically get cleaned once they are either used or outdated, so they build up over time unless they are manually deleted at some point. This should be automated in some way.

helgihg commented 4 years ago

Implemented icepirate/management/commands/clean_expired_data.py, which should be run as a cron job.