sshwsfc / xadmin

Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.
http://www.xadmin.io
BSD 3-Clause "New" or "Revised" License
4.76k stars 1.41k forks source link

使用 pip install xadmin 安装的代码不是最新的 #521

Open ZhiyuanYao93 opened 6 years ago

ZhiyuanYao93 commented 6 years ago

我用的是Python3,第一次使用 pip install xadmin 安装后,出现不兼容的问题,但是发现github上的代码说已经兼容python3,比对后发现安装的文档和github上的有微小差异。

使用readme中第二种安装方式安装问题解决。

我不晓得这是我使用不当还是pip这里的问题。

谢谢!

Bluesands commented 6 years ago

我也遇到这样的问题,django1.11 python3.6 直接pip安装xadmin/sites.py文件不是最新的,只有通过git安装才可以