解决Djang2.0.1中的reverse导入失败的问题 在Django中,版本是1.10.*以前的,导入reverse方法是这样的:fromdjango.core.urlresolversimportreverse前 Djang2.0.1