-
-
Save ivan-hilckov/d50724f16287e2227bd987d5769c3b86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Clear the Key Value Store ... [Done] | |
| Delete all thumbnail files in THUMBNAIL_PREFIX ... Traceback (most recent call last): | |
| File "./manage.py", line 10, in <module> | |
| execute_from_command_line(sys.argv) | |
| File "/Users/bzzz/projects/snob/lib/python2.7/site-packages/django/core/management/__init__.py", line 353, in execute_from_command_line | |
| utility.execute() | |
| File "/Users/bzzz/projects/snob/lib/python2.7/site-packages/django/core/management/__init__.py", line 345, in execute | |
| self.fetch_command(subcommand).run_from_argv(self.argv) | |
| File "/Users/bzzz/projects/snob/lib/python2.7/site-packages/django/core/management/base.py", line 348, in run_from_argv | |
| self.execute(*args, **cmd_options) | |
| File "/Users/bzzz/projects/snob/lib/python2.7/site-packages/django/core/management/base.py", line 399, in execute | |
| output = self.handle(*args, **options) | |
| File "/Users/bzzz/projects/snob/lib/python2.7/site-packages/sorl/thumbnail/management/commands/thumbnail.py", line 74, in handle | |
| delete_all_thumbnails() | |
| File "/Users/bzzz/projects/snob/lib/python2.7/site-packages/sorl/thumbnail/images.py", line 237, in delete_all_thumbnails | |
| walk(path) | |
| File "/Users/bzzz/projects/snob/lib/python2.7/site-packages/sorl/thumbnail/images.py", line 225, in walk | |
| dirs, files = storage.listdir(path) | |
| File "/Users/bzzz/projects/snob/lib/python2.7/site-packages/django/core/files/storage.py", line 299, in listdir | |
| for entry in os.listdir(path): | |
| OSError: [Errno 2] No such file or directory: '/Users/bzzz/projects/snob/storage/media/cache' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment