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

![image](https://user-images.githubusercontent.com/23495987/63432288-8093a480-c453-11e9-83fb-97ddfd5bad55.png) Hello, as the picture above, when i visite the page to custom home page, it raise this error. I get a monkey patch from [here](https://www.cnblogs.com/yoyoketang/p/10648323.html), and I will fix...

# 缘由 问题1: Python3 中 content.text 返回为 str 类型,不需要 deocode。 问题2: ```python content = content.text.decode() watch_themes = json.loads(content.text)['themes'] ``` content 被重新赋值,已经没有 text 属性

在访问管理后台页面的时候报错,django 版本 2.2.3 TypeError: login() got an unexpected keyword argument 'extra_context'

bug 太多了,也不更新了,折腾一天改不完的bug,一堆功能不能用。失望。

The demo for new-xadmin leaves out some important bits, most importantly, once auth has been established using a API token for example, how do we modify the request headers to...

1、修复changelist页面中inline插件新增按钮不生效的bug; 2、修复导入导出插件简体中文message没有生效的问题

比如 字段有 Service `ip, port, service, state` 选定 四个中任何几个的条件进行查询得到结果,在admin中怎么实现, `Service.objects.filter(ip='127.0.0.1').filter(stat='open')` 这种通过用户点击对于的host, 对应的状态进行 filter列表的条件存储,进行下一阶段的过滤。

请教一下,在inline的model中如果存在自定义样式的字段,那么如何让样式在inline中任然有效。 比如这样的model ``` class A(models.Model): x = UeditorField() class B(models.Model): x = models.ForeignKey(to=A, on_delete=modes.CASCAD) ``` 在plugins中也定义了对应的ueditor插件。 ``` # coding: utf-8 """ Created by Lu Jianxin at 2019/03/19 15:40, for any...

xadmin到底是用bootstrap还是用的layui呀?

you有关联关系的数据导入错误,希望能解决一下 model.py内容: class Tableone(models.Model): CDN = models.CharField(u'名称', max_length=30) CDN_Remarks = models.TextField(u'备注', null=True, blank=True) class Meta: verbose_name = 'one' verbose_name_plural = 'one' def __str__(self): return self.CDN class Tabletwo(models.Model): region = models.CharField(u'子名',...