-
设置SIMPLEUI_CONFIG 自定义菜单然后添加权限
简单的描述下遇到的bug:
新增权限permission,无法事实渲染用户权限首页权限菜单
可能原因 使用浅copy 菜单对象 SIMPLEUI_CONFIG
![image](https://github.com/user-attachments/assets/668cec30-ca5f-47be-bcbe-7af134…
-
**bug描述**
* *Bug description * *
简单的描述下遇到的bug:
Briefly describe the bugs encountered:
![image](https://github.com/user-attachments/assets/6ee3cc7c-9588-407c-a509-8795eee9b192)
点击页码1没有反应,页码一直…
-
**bug描述**
* *Bug description * *
简单的描述下遇到的bug:
点击任何一个model中的记录进行修改时,均提示“length_is“方法错误
通过网络搜索,在django5.1起删除了”length_is“这个方法 ,网上有两种解决方式,一种是自己将旧版django中的这段代码复制为templatetags并在settings.py中导入,另一种是将l…
-
This app is amazing.
Anyway, while building a practical project, the original Django admin is quite possibly replaced by some customizable admins, so I guess integrating djangoql with those admins …
intp1 updated
2 months ago
-
Two more good source:
simpleui,a good UI
django_admin_reorder,a tool to control model_label and app_label in admin view
-
i hope forbidden ( change, delete,add) permission
admin.py:
```class JobExecutionAdmin(DjangoJobExecutionAdmin):
def has_change_permission(self, request, obj=None):
return F…
-
**bug描述**
* *Bug description * *
国际化失败, 比如时间组件还是中文
简单的描述下遇到的bug:
Briefly describe the bugs encountered:
这个是编译后的, 没办法看代码修复
https://github.com/newpanjing/simpleui/blob/master/simpleui/static/…
-
**bug描述**
* *Bug description * *
简单的描述下遇到的bug:
Briefly describe the bugs encountered:
想设置两个文本框在同一行, fields = (('t1', 't2'), 't3')
没有生效
**重现步骤**
** repeat step **
1. django默认主题,使用 fiel…
-
**bug描述**
* *Bug description * *
简单的描述下遇到的bug:
Briefly describe the bugs encountered:
Pop-up confirm button and pagination language looking Chinese.
![image](https://user-images.githubusercon…
-