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
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
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