Guest User

Untitled

a guest
Feb 9th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.47 KB | None | 0 0
  1. No handlers could be found for logger "django_facebook.models"
  2. Syncing...
  3. Creating tables ...
  4. Creating table django_admin_log
  5. Creating table django_content_type
  6. Creating table django_session
  7. Creating table django_site
  8. Creating table django_flatpage_sites
  9. Creating table django_flatpage
  10. Creating table account_emailaddress
  11. Creating table account_emailconfirmation
  12. Creating table mce_filebrowser_filebrowserfile
  13. Creating table thumbnail_kvstore
  14. Creating table south_migrationhistory
  15. Traceback (most recent call last):
  16. File "/home/hellpirate/pycharm-2016.3.2/helpers/pycharm/django_manage.py", line 41, in <module>
  17. run_module(manage_file, None, '__main__', True)
  18. File "/usr/lib/python2.7/runpy.py", line 188, in run_module
  19. fname, loader, pkg_name)
  20. File "/usr/lib/python2.7/runpy.py", line 82, in _run_module_code
  21. mod_name, mod_fname, mod_loader, pkg_name)
  22. File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
  23. exec code in run_globals
  24. File "/home/hellpirate/upwork/switchidea/manage.py", line 10, in <module>
  25. execute_from_command_line(sys.argv)
  26. File "/home/hellpirate/virtualenv/switchidea/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  27. utility.execute()
  28. File "/home/hellpirate/virtualenv/switchidea/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  29. self.fetch_command(subcommand).run_from_argv(self.argv)
  30. File "/home/hellpirate/virtualenv/switchidea/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  31. self.execute(*args, **options.__dict__)
  32. File "/home/hellpirate/virtualenv/switchidea/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  33. output = self.handle(*args, **options)
  34. File "/home/hellpirate/virtualenv/switchidea/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  35. return self.handle_noargs(**options)
  36. File "/home/hellpirate/virtualenv/switchidea/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
  37. syncdb.Command().execute(**options)
  38. File "/home/hellpirate/virtualenv/switchidea/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  39. output = self.handle(*args, **options)
  40. File "/home/hellpirate/virtualenv/switchidea/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
  41. return self.handle_noargs(**options)
  42. File "/home/hellpirate/virtualenv/switchidea/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 112, in handle_noargs
  43. emit_post_sync_signal(created_models, verbosity, interactive, db)
  44. File "/home/hellpirate/virtualenv/switchidea/local/lib/python2.7/site-packages/django/core/management/sql.py", line 216, in emit_post_sync_signal
  45. interactive=interactive, db=db)
  46. File "/home/hellpirate/virtualenv/switchidea/local/lib/python2.7/site-packages/django/dispatch/dispatcher.py", line 185, in send
  47. response = receiver(signal=self, sender=sender, **named)
  48. File "/home/hellpirate/virtualenv/switchidea/local/lib/python2.7/site-packages/django/contrib/auth/management/__init__.py", line 93, in create_permissions
  49. "content_type", "codename"
  50. File "/home/hellpirate/virtualenv/switchidea/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
  51. self._fetch_all()
  52. File "/home/hellpirate/virtualenv/switchidea/local/lib/python2.7/site-packages/django/db/models/query.py", line 857, in _fetch_all
  53. self._result_cache = list(self.iterator())
  54. File "/home/hellpirate/virtualenv/switchidea/local/lib/python2.7/site-packages/django/db/models/query.py", line 1071, in iterator
  55. for row in self.query.get_compiler(self.db).results_iter():
  56. File "/home/hellpirate/virtualenv/switchidea/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 713, in results_iter
  57. for rows in self.execute_sql(MULTI):
  58. File "/home/hellpirate/virtualenv/switchidea/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 786, in execute_sql
  59. cursor.execute(sql, params)
  60. File "/home/hellpirate/virtualenv/switchidea/local/lib/python2.7/site-packages/django/db/backends/util.py", line 69, in execute
  61. return super(CursorDebugWrapper, self).execute(sql, params)
  62. File "/home/hellpirate/virtualenv/switchidea/local/lib/python2.7/site-packages/django/db/backends/util.py", line 53, in execute
  63. return self.cursor.execute(sql, params)
  64. File "/home/hellpirate/virtualenv/switchidea/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
  65. six.reraise(dj_exc_type, dj_exc_value, traceback)
  66. File "/home/hellpirate/virtualenv/switchidea/local/lib/python2.7/site-packages/django/db/backends/util.py", line 53, in execute
  67. return self.cursor.execute(sql, params)
  68. File "/home/hellpirate/virtualenv/switchidea/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py", line 124, in execute
  69. return self.cursor.execute(query, args)
  70. File "/home/hellpirate/virtualenv/switchidea/local/lib/python2.7/site-packages/MySQLdb/cursors.py", line 174, in execute
  71. self.errorhandler(self, exc, value)
  72. File "/home/hellpirate/virtualenv/switchidea/local/lib/python2.7/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
  73. raise errorclass, errorvalue
  74. django.db.utils.ProgrammingError: (1146, "Table 'switchidea.auth_permission' doesn't exist")
Add Comment
Please, Sign In to add comment