在同步静态的时候 会遇到上诉的问题
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


然后执行命令

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

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


同步完成后在打开对应的注释,将下面的注释掉

django.core.exceptions.ImproperlyConfigured: You‘re using the staticfiles app without having set the_代码注释_04

这样问题就解决了