python3.0安装django2.0xadmin
Posted ccip-ma
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python3.0安装django2.0xadmin相关的知识,希望对你有一定的参考价值。
1、操作环境
Windows10、python3.8
2、安装django2.0
pip install django==2.0
x
1
pip install django==2.0
3、安装相应的xadmin2
pip install xadmin2
x
1
pip install xadmin2
C:UsersmayafengDownloads>pip install xadmin-django2.zip
Processing c:usersmayafengdownloadsxadmin-django2.zip
Requirement already satisfied: setuptools in c:usersmayafengappdatalocalprogramspythonpython38libsite-packages (from xadmin==2.0.1) (41.2.0)
Requirement already satisfied: django>=2 in c:usersmayafengappdatalocalprogramspythonpython38libsite-packages (from xadmin==2.0.1) (2.2)
Collecting django-crispy-forms>=1.6.0
Using cached https://files.pythonhosted.org/packages/6e/27/9d6eef25ee96060b20a8df3cc6f6e5f98492900fada0b736767daf6f8f1c/django_crispy_forms-1.8.1-py2.py3-none-any.whl
Collecting django-reversion>=2.0.0
Using cached https://files.pythonhosted.org/packages/e7/fe/b47df6c9540cd90c664b3ccd3a46f4db6ec15a675684f1ca3fbfd39d2d22/django_reversion-3.0.5-py2.py3-none-any.whl
Collecting django-formtools>=1.0
Using cached https://files.pythonhosted.org/packages/16/2b/f2dc15cf7fb830bf22ec87739786ca7633902474edd7cdb9c52a56434ed2/django_formtools-2.2-py2.py3-none-any.whl
Collecting django-import-export>=0.5.1
Using cached https://files.pythonhosted.org/packages/7b/dd/b782bedc11665297f89ee106ff53c8c2acbc5b73526f441a247f5fb77f45/django_import_export-2.0-py3-none-any.whl
Collecting httplib2==0.9.2
Using cached https://files.pythonhosted.org/packages/ff/a9/5751cdf17a70ea89f6dde23ceb1705bfb638fd8cee00f845308bf8d26397/httplib2-0.9.2.tar.gz
以上是关于python3.0安装django2.0xadmin的主要内容,如果未能解决你的问题,请参考以下文章