xadmin icon indicating copy to clipboard operation
xadmin copied to clipboard

Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.

Results 103 xadmin issues
Sort by recently updated
recently updated
newest added

在多数据库时,xadmin无法写入model对应的库 ,如果复写modeladmin的话,又会报 metaclass 冲突错误

__init__() takes 1 positional argument but 4 were given 网上说将xadmin\plugins\passwords.py 八十几行current_app=self.admin_site.name,删除 但是还是报这个错。

我想用xadmin的react端,是直接使用new-xadmin分支就可以了吗?python的后台代码需不需要 集成什么东西,比如需要集成django2?还是说直接django就可以了?

这么好的框架,怎么不维护了呢?

I get ajax error on add value in ForeignKey or ManyToManyField just when add on inline model The value is inserted into the database normally, but the return value ajax...

inline中新增外键成功,但是执行ajax GET的时候报错。

例如我要在add页面显示某个Field,到了update又不用了这个需求怎么做到?

"D:\soft\PyCharm 2018.1.2\bin\runnerw.exe" E:\workspace\python\PycharmProjects\MxShop\venv\Scripts\python.exe "D:\soft\PyCharm 2018.1.2\helpers\pycharm\django_manage.py" makemigrations E:/workspace/python/PycharmProjects/MxShop Tracking file by folder pattern: migrations Traceback (most recent call last): File "D:\soft\PyCharm 2018.1.2\helpers\pycharm\django_manage.py", line 52, in run_command() File "D:\soft\PyCharm 2018.1.2\helpers\pycharm\django_manage.py", line 46,...