Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'FileSystemStorage' object has no attribute 'prefix' #3

Open
eolszewski opened this issue Jun 23, 2015 · 0 comments
Open

'FileSystemStorage' object has no attribute 'prefix' #3

eolszewski opened this issue Jun 23, 2015 · 0 comments
Assignees
Labels

Comments

@eolszewski
Copy link

When running syncmedia

Traceback (most recent call last):
  File "manage.py", line 10, in <module>
    execute_from_command_line(sys.argv)
  File "/app/.heroku/python/lib/python2.7/site-packages/django/core/management/__init__.py", line 338, in execute_from_command_line
    utility.execute()
  File "/app/.heroku/python/lib/python2.7/site-packages/django/core/management/__init__.py", line 330, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/app/.heroku/python/lib/python2.7/site-packages/django/core/management/base.py", line 390, in run_from_argv
    self.execute(*args, **cmd_options)
  File "/app/.heroku/python/lib/python2.7/site-packages/django/core/management/base.py", line 441, in execute
    output = self.handle(*args, **options)
  File "/app/.heroku/python/lib/python2.7/site-packages/statictastic/management/commands/syncmedia.py", line 47, in handle
    if localstorage.prefix:
AttributeError: 'FileSystemStorage' object has no attribute 'prefix'
@dlo dlo added the bug label Jun 23, 2015
@dlo dlo self-assigned this Jun 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants