摘要:
手动安装步骤 如果你没有使用 Windows 预览体验版本,则需要按照以下步骤手动启用 WSL 所需的功能。 1.需要先启用“适用于 Linux 的 Windows 子系统”可选功能,然后才能在 Windows 上安装 Linux 分发。 以管理员身份打开 PowerShell 并运行: dism. 阅读全文
摘要:
之前在cmd用python manage.py shell 报错 ImportError: Couldn't import Django. Are you sure it's installed and available 解决方法:将pyharm文件夹下site-packages中所有的文件复制一 阅读全文
摘要:
一、Django数据同步过程中遇到的问题: 1、raise ImproperlyConfigured('mysqlclient 1.3.13 or newer is required; you have %s.' % Database.__version__) django.core.excepti 阅读全文