-
(.venv) dengwang@dengwangs-MacBook-Pro xadmin-server % python manage.py load_init_json
System check identified some issues:
WARNINGS:
system.DataPermission.menu: (fields.W340) null has no effect …
-
项目中用到了demjson,demsjon包在python的setuptools 58.0版本以后就不再被python3支持
目前demjson项目特别划分出了一个项目分支demjson3:
https://pypi.org/project/demjson3/
具体参见issue:
https://github.com/dmeranda/demjson/issues/40
改…
-
Hello,
I'm experiencing this issue for the first time with django-object-actions
I suspect that I've put an action name which is too long (26 chars) and it seems to be looking for a 20 chars tri…
-
http://127.0.0.1:8000/api/xadmin/v1/sys/menu
3.2.7
AttributeError
'dict' object has no attribute 'has_key'
/home/firefly/anaconda3/envs/tyadmin_api_cli/lib/python3.7/site-packages/demjson.py, line…
-
Hi,
I have set up Jupyter Hub on Ubuntu 20.x
I have then used tljh-config to set up identity provider as below:
```
abc@def:~$ sudo tljh-config show
users:
admin:
- admin
user_environmen…
-
Xadmin文档(一)
http://blog.csdn.net/kingken212/article/details/46992535
-
Thanks for your wonderful work! But after run the project it raises the error as above. Have you ever met this problem?
谢谢大神出色的工作. 但在运行项目后报了题目的错. 你有遇到过这个问题吗?
Exception in thread django-main-thread…
-
Linux Python3 环境下,Clone deploy-to-cloud 分支的代码,运行 `python setup.py install`,出现以下报错:
```
Searching for xadmin==2.0.1
Reading http://mirrors.tencentyun.com/pypi/simple/xadmin/
No local packages or…
-
我的django版本是1.9,Python版本是3.5
windows10系统
```
C:\Users\Hao\Project\django\xadmin>pip install django-xadmin
Collecting django-xadmin
Using cached django-xadmin-0.5.0.tar.gz
Complete output from co…
-
环境python 2.7.13
Django==1.11
报错信息
```
Traceback (most recent call last):
File "D:\Python2\lib\site-packages\django\utils\autoreload.py", line 227, in wrapper
fn(*args, **kwargs)
File …