django-adminlte icon indicating copy to clipboard operation
django-adminlte copied to clipboard

Results 4 django-adminlte issues
Sort by recently updated
recently updated
newest added

pip install -r requirement.txt 到安装mysql的时候就会报错 Collecting MySQL-python==1.2.5 (from -r requirement.txt (line 10)) Using cached MySQL-python-1.2.5.zip Complete output from command python setup.py egg_info: sh: mysql_config: command not found Traceback (most recent...

我想把这个移植到python 3,能和你交流么

我的表单不一定都是标准的 ModelForm,比如我有个Multi-select框,似乎因为这个项目里用了vuejs,无法使用django的form来渲染?

我看到代码里有许多地方的 序列化类的Meta里,有 `read_only_fields`,但我用在自己的类里面,没有效果。 我想的是在 list_display_fields 的字段,到update页面之后,只读的是灰掉不可编辑,而不是消失,请问需要哪些改动呢