| 15 | Error output: |
| 16 | {{{ |
| 17 | File /usr/local/lib/python3.8/dist-packages/django/contrib/staticfiles/storage.py:38, in StaticFilesStorage.path(self, name) |
| 18 | 36 def path(self, name): |
| 19 | 37 if not self.location: |
| 20 | ---> 38 raise ImproperlyConfigured("You're using the staticfiles app " |
| 21 | 39 "without having set the STATIC_ROOT " |
| 22 | 40 "setting to a filesystem path.") |
| 23 | 41 return super().path(name) |
| 24 | |
| 25 | ImproperlyConfigured: You're using the staticfiles app without having set the STATIC_ROOT setting to a filesystem path. |