collectstatic을 수행 할 수 없습니다. 나는 django를 처음 사용합니다! 명령을 사용할 python manage.py collectstatic때이 오류가 발생합니다. django.core.exceptions.ImproperlyConfigured: You're using the staticfiles app without having set the STATIC_ROOT setting to a filesystem path 하지만 서버를 성공적으로 실행할 수 있습니다. 내 정적 파일 선언은 다음과 같습니다. STATIC_ROOT = '' STATIC_URL = '/static/' STATICFILES_DIRS = ( ('assets', os.path.join(PROJECT_DIR, '../stat..