我有什么方法可以从manage.py中解除弃用警告?
我们有一些cron工作正在抛弃它们,但客户没有预算来修复它们,所以我只想暂时解决它们,直到我们能够正确地修复它们为止。我不想完全关闭cron电子邮件警报,因为我想知道什么时候适当地破坏了。
我每天都会收到几封这样的邮件:
DeprecationWarning: the sha module is deprecated; use the hashlib module instead
(我需要升级django-registration)。
谢谢!
鲁