在同步静态的时候 会遇到上诉的问题
django.core.exceptions.ImproperlyConfigured: You’re using the staticfiles app without having set the STATIC_ROOT setting to a filesystem path

在同步静态前需要将下面的代码注释

django.core.exceptions.ImproperlyConfigured: You‘re using the staticfiles app without having set the
然后执行命令

django.core.exceptions.ImproperlyConfigured: You‘re using the staticfiles app without having set the

django.core.exceptions.ImproperlyConfigured: You‘re using the staticfiles app without having set the
同步完成后在打开对应的注释,将下面的注释掉django.core.exceptions.ImproperlyConfigured: You‘re using the staticfiles app without having set the

这样问题就解决了
 

相关文章:

  • 2021-06-06
  • 2021-12-17
  • 2021-11-05
  • 2021-06-30
  • 2022-12-23
  • 2022-12-23
  • 2022-01-21
  • 2021-06-28
猜你喜欢
  • 2021-06-20
  • 2022-12-23
  • 2021-08-17
  • 2021-06-24
  • 2021-12-06
  • 2021-11-07
  • 2022-12-23
相关资源
相似解决方案