sudo apt-get install python-django -y
#django操作mysql数据库时还需要安装
python-mysqldb驱动,当然mysql安装是必须的前提
sudo apt-get install python-mysqldb 
 

相关文章:

  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-03
  • 2021-10-25
猜你喜欢
  • 2021-05-15
  • 2021-09-12
  • 2022-02-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案