Skip to content

Instantly share code, notes, and snippets.

@davemerwin
Created May 19, 2010 05:03
Show Gist options
  • Save davemerwin/405974 to your computer and use it in GitHub Desktop.
Save davemerwin/405974 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "manage.py", line 11, in <module>
execute_manager(settings)
File "/home/XXXXXXXXX/webapps/XXXXXXXXX/lib/python2.5/django/core/management/__init__.py", line 362, in execute_manager
utility.execute()
File "/home/XXXXXXXXX/webapps/XXXXXXXXX/lib/python2.5/django/core/management/__init__.py", line 303, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/home/XXXXXXXXX/webapps/XXXXXXXXX/lib/python2.5/django/core/management/base.py", line 195, in run_from_argv
self.execute(*args, **options.__dict__)
File "/home/XXXXXXXXX/webapps/XXXXXXXXX/lib/python2.5/django/core/management/base.py", line 222, in execute
output = self.handle(*args, **options)
File "/home/XXXXXXXXX/webapps/XXXXXXXXX/lib/python2.5/mediasync/management/commands/syncmedia.py", line 14, in handle
mediasync.sync(bucket, prefix.strip('/'))
TypeError: sync() takes at most 1 argument (2 given)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment