Advertisement
JorgeDeJesus

Untitled

Jul 26th, 2016
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. (geonode) www-geonode@geonode:~/geonode/src/geonode$ python manage.py syncdb
  2. Operations to perform:
  3. Synchronize unmigrated apps: tasks, dialogos, modeltranslation, django_extensions, djcelery, polymorphic, gis, pinax_theme_bootstrap_account, django_forms_bootstrap, catalogue, humanize, geoserver, storages, user_messages, mptt, friendlytagloader, staticfiles, geoexplorer, sitemaps, proxy, pinax_theme_bootstrap, pagination, autocomplete_light, messages, leaflet, api, social, security
  4. Apply all migrations: agon_ratings, layers, account, documents, actstream, people, admin, guardian, sessions, sites, auth, tastypie, maps, contenttypes, base, upload, avatar, groups, services, announcements, taggit
  5. Synchronizing apps without migrations:
  6. Creating tables...
  7. Creating table celery_taskmeta
  8. Creating table celery_tasksetmeta
  9. Creating table djcelery_intervalschedule
  10. Creating table djcelery_crontabschedule
  11. Creating table djcelery_periodictasks
  12. Creating table djcelery_periodictask
  13. Creating table djcelery_workerstate
  14. Creating table djcelery_taskstate
  15. Creating table dialogos_comment
  16. Creating table user_messages_thread
  17. Creating table user_messages_userthread
  18. Creating table user_messages_message
  19. Running deferred SQL...
  20. Traceback (most recent call last):
  21. File "manage.py", line 29, in <module>
  22. execute_from_command_line(sys.argv)
  23. File "/home/www-geonode/geonode/.venvs/geonode/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 354, in execute_from_command_line
  24. utility.execute()
  25. File "/home/www-geonode/geonode/.venvs/geonode/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 346, in execute
  26. self.fetch_command(subcommand).run_from_argv(self.argv)
  27. File "/home/www-geonode/geonode/.venvs/geonode/local/lib/python2.7/site-packages/django/core/management/base.py", line 394, in run_from_argv
  28. self.execute(*args, **cmd_options)
  29. File "/home/www-geonode/geonode/.venvs/geonode/local/lib/python2.7/site-packages/django/core/management/base.py", line 445, in execute
  30. output = self.handle(*args, **options)
  31. File "/home/www-geonode/geonode/.venvs/geonode/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 25, in handle
  32. call_command("migrate", **options)
  33. File "/home/www-geonode/geonode/.venvs/geonode/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 120, in call_command
  34. return command.execute(*args, **defaults)
  35. File "/home/www-geonode/geonode/.venvs/geonode/local/lib/python2.7/site-packages/django/core/management/base.py", line 445, in execute
  36. output = self.handle(*args, **options)
  37. File "/home/www-geonode/geonode/.venvs/geonode/local/lib/python2.7/site-packages/django/core/management/commands/migrate.py", line 179, in handle
  38. created_models = self.sync_apps(connection, executor.loader.unmigrated_apps)
  39. File "/home/www-geonode/geonode/.venvs/geonode/local/lib/python2.7/site-packages/django/core/management/commands/migrate.py", line 318, in sync_apps
  40. cursor.execute(statement)
  41. File "/home/www-geonode/geonode/.venvs/geonode/local/lib/python2.7/site-packages/django/db/backends/utils.py", line 79, in execute
  42. return super(CursorDebugWrapper, self).execute(sql, params)
  43. File "/home/www-geonode/geonode/.venvs/geonode/local/lib/python2.7/site-packages/django/db/backends/utils.py", line 64, in execute
  44. return self.cursor.execute(sql, params)
  45. File "/home/www-geonode/geonode/.venvs/geonode/local/lib/python2.7/site-packages/django/db/utils.py", line 98, in __exit__
  46. six.reraise(dj_exc_type, dj_exc_value, traceback)
  47. File "/home/www-geonode/geonode/.venvs/geonode/local/lib/python2.7/site-packages/django/db/backends/utils.py", line 62, in execute
  48. return self.cursor.execute(sql)
  49. django.db.utils.ProgrammingError: relation "people_profile" does not exist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement