Advertisement
Guest User

Untitled

a guest
Mar 11th, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "manage.py", line 14, in <module>
  3. execute_manager(settings)
  4. File "/Users/steven/virtualenvs/simple-pipeline/lib/python2.7/site-packages/django/core/management/__init__.py", line 438, in execute_manager
  5. utility.execute()
  6. File "/Users/steven/virtualenvs/simple-pipeline/lib/python2.7/site-packages/django/core/management/__init__.py", line 379, in execute
  7. self.fetch_command(subcommand).run_from_argv(self.argv)
  8. File "/Users/steven/virtualenvs/simple-pipeline/lib/python2.7/site-packages/django/core/management/base.py", line 191, in run_from_argv
  9. self.execute(*args, **options.__dict__)
  10. File "/Users/steven/virtualenvs/simple-pipeline/lib/python2.7/site-packages/django/core/management/base.py", line 220, in execute
  11. output = self.handle(*args, **options)
  12. File "/Users/steven/virtualenvs/simple-pipeline/lib/python2.7/site-packages/django/core/management/base.py", line 351, in handle
  13. return self.handle_noargs(**options)
  14. File "/Users/steven/virtualenvs/simple-pipeline/lib/python2.7/site-packages/staticfiles/management/commands/collectstatic.py", line 163, in handle_noargs
  15. collected = self.collect()
  16. File "/Users/steven/virtualenvs/simple-pipeline/lib/python2.7/site-packages/staticfiles/management/commands/collectstatic.py", line 120, in collect
  17. for original_path, processed_path, processed in processor:
  18. File "/Users/steven/virtualenvs/simple-pipeline/lib/python2.7/site-packages/staticfiles/storage.py", line 270, in post_process
  19. content = pattern.sub(converter, content)
  20. File "/Users/steven/virtualenvs/simple-pipeline/lib/python2.7/site-packages/staticfiles/storage.py", line 213, in converter
  21. hashed_url = self.url(unquote(joined_result), force=True)
  22. File "/Users/steven/virtualenvs/simple-pipeline/lib/python2.7/site-packages/staticfiles/storage.py", line 160, in url
  23. hashed_name = self.hashed_name(clean_name).replace('\\', '/')
  24. File "/Users/steven/virtualenvs/simple-pipeline/lib/python2.7/site-packages/staticfiles/storage.py", line 123, in hashed_name
  25. (clean_name, self))
  26. ValueError: The file 'less/img/wilford-brimley-diabeetus-cat.jpg' could not be found with <simple_pipeline.myapp.pipeline_storage.S3PipelineStorage object at 0x1027f2a90>.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement