WARNINGS:
?: (mysql.W002) MySQL Strict Mode is not set for database connection 'default'
        HINT: MySQL's Strict Mode fixes many data integrity problems in MySQL, such as data truncation upon insertion, by escalating warnings into errors. It is strongly recommended you activate it. See: https://docs.djangoproject.com/en/1.11/ref/databases/#mysql-sql-mode

 

解决办法,  settings里面   INSTALLED_APPS  没有把程序添加进里面

添加即可

相关文章:

  • 2021-11-19
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2022-02-25
  • 2021-09-20
  • 2021-08-20
  • 2022-02-26
猜你喜欢
  • 2021-11-19
  • 2021-11-14
  • 2021-11-19
  • 2021-11-19
  • 2021-10-27
  • 2021-08-31
  • 2022-12-23
相关资源
相似解决方案