Created
July 21, 2011 21:30
-
-
Save jorilallo/1098266 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
Not synced (use migrations): | |
- channels | |
- accounts | |
- orgs | |
(use ./manage.py migrate to migrate these) | |
Running migrations for channels: | |
- Migrating forwards to 0001_initial. | |
> channels:0001_initial | |
Traceback (most recent call last): | |
File "manage.py", line 14, in <module> | |
execute_manager(settings) | |
File "/Users/jorilallo/.virtualenvs/grove/lib/python2.6/site-packages/django/core/management/__init__.py", line 438, in execute_manager | |
utility.execute() | |
File "/Users/jorilallo/.virtualenvs/grove/lib/python2.6/site-packages/django/core/management/__init__.py", line 379, in execute | |
self.fetch_command(subcommand).run_from_argv(self.argv) | |
File "/Users/jorilallo/.virtualenvs/grove/lib/python2.6/site-packages/django/core/management/base.py", line 191, in run_from_argv | |
self.execute(*args, **options.__dict__) | |
File "/Users/jorilallo/.virtualenvs/grove/lib/python2.6/site-packages/django/core/management/base.py", line 220, in execute | |
output = self.handle(*args, **options) | |
File "/Users/jorilallo/.virtualenvs/grove/lib/python2.6/site-packages/south/management/commands/migrate.py", line 105, in handle | |
ignore_ghosts = ignore_ghosts, | |
File "/Users/jorilallo/.virtualenvs/grove/lib/python2.6/site-packages/south/migration/__init__.py", line 191, in migrate_app | |
success = migrator.migrate_many(target, workplan, database) | |
File "/Users/jorilallo/.virtualenvs/grove/lib/python2.6/site-packages/south/migration/migrators.py", line 221, in migrate_many | |
result = migrator.__class__.migrate_many(migrator, target, migrations, database) | |
File "/Users/jorilallo/.virtualenvs/grove/lib/python2.6/site-packages/south/migration/migrators.py", line 292, in migrate_many | |
result = self.migrate(migration, database) | |
File "/Users/jorilallo/.virtualenvs/grove/lib/python2.6/site-packages/south/migration/migrators.py", line 125, in migrate | |
result = self.run(migration) | |
File "/Users/jorilallo/.virtualenvs/grove/lib/python2.6/site-packages/south/migration/migrators.py", line 99, in run | |
return self.run_migration(migration) | |
File "/Users/jorilallo/.virtualenvs/grove/lib/python2.6/site-packages/south/migration/migrators.py", line 82, in run_migration | |
south.db.db.execute_deferred_sql() | |
File "/Users/jorilallo/.virtualenvs/grove/lib/python2.6/site-packages/south/db/generic.py", line 184, in execute_deferred_sql | |
self.execute(sql) | |
File "/Users/jorilallo/.virtualenvs/grove/lib/python2.6/site-packages/south/db/generic.py", line 150, in execute | |
cursor.execute(sql, params) | |
File "/Users/jorilallo/.virtualenvs/grove/lib/python2.6/site-packages/django/db/backends/util.py", line 34, in execute | |
return self.cursor.execute(sql, params) | |
File "/Users/jorilallo/.virtualenvs/grove/lib/python2.6/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 44, in execute | |
return self.cursor.execute(query, args) | |
django.db.utils.DatabaseError: relation "orgs_organization" does not exist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment