摘要:
解决方法如下 from django.urls import reverse 最近从django1.9迁移到django2.0中出现一个意外的报错: No module named 'django.core.urlresolvers' 原因:django2.0 把原来的 django.core.ur 阅读全文
摘要:
在配置MySQL和PyCharm时,经常出现这样的错误提示: Connection to base@localhost failed. [08001] Could not create connection to database server. Attempted reconnect 3 time 阅读全文