python - xadmin安装后运行django项目报错
天蓬老师
天蓬老师 2017-04-18 10:23:37
0
5
588

1:报错消息:

2:Settings:

3: pip list:

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(5)
伊谢尔伦

Python3 and above versions will encounter this problem. It seems that xadmin does not support python3 now
https://github.com/mahongquan...
Here is one you can try, but the function is not perfect, use the source code

洪涛

There is a situation where the original poster built the project with Django version 1.8. After installing xamdin, Django was upgraded to 1.9, and then an error was reported

Ty80

lz, have you solved this problem? I also encountered this problem and found a lot of information but couldn't find a solution

黄舟

I have encountered this before. I imported xadmin directly into admin and then used xadmin.site.register(model) to solve this problem. You can try it

迷茫

xadmin does not support Python3,
Currently xadmin only supports
python2+django>=1.9,<2.0

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template