Sophie Garcia
Results
2
issues of
Sophie Garcia
### 问题描述 在使用xadmin使需要自定义菜单,因此重写了get_site_menu方法,编辑器没有报错,但是访问后台时直接报错NoReverseMatch at /admin/ ### 问题出现的环境背景及自己尝试过哪些方法 django 2.0 python3.6 xadmin是在官方github上直接拷贝的最新版 ### 相关代码 // 请把代码文本粘贴到下方(请勿用图片代替代码) urls.py ``` from django.urls import path, include, re_path import DjangoUeditor import xadmin app_name = 'website'...