microblog-api
microblog-api copied to clipboard
Token table clean up
After test and use the api, Token table data is increasing. Should the table should overwrite new token?
There is a cleanup function for tokens already. See Token.clean()
in models.py. This is called here.