Guest User

Untitled

a guest
Jul 17th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.34 KB | None | 0 0
  1. karolis@karolis-HP-ProBook-4530s ~/Desktop/Projects/reborn/reborn $ python manage.py syncdb
  2. Syncing...
  3. Creating tables ...
  4. Creating table south_migrationhistory
  5. Creating table django_content_type
  6. Creating table django_session
  7. Creating table django_admin_log
  8. Creating table alliance_permission
  9. Creating table alliance_member_permissions
  10. Creating table alliance_member
  11. Creating table alliance_alliance
  12. Creating table alliance_unapprovedmember
  13. Creating table alliance_bank
  14. Creating table alliance_item
  15. Creating table alliance_diplomaticrelation
  16. Creating table buildings_townbuildings
  17. Creating table buildings_townresourcefields
  18. Creating table buildings_warehouse
  19. Creating table characterinfo_stats
  20. Creating table characterinfo_skills
  21. Creating table characterinfo_personalinformation
  22. Creating table chat_message
  23. Creating table chat_activitytracker
  24. Creating table dailygift_giveawaytracker
  25. Creating table forum_category
  26. Creating table forum_thread
  27. Creating table forum_post
  28. Creating table hvanshop_hvanshopservices
  29. Creating table items_bonus
  30. Creating table items_item
  31. Creating table items_inventoryitem
  32. Creating table items_bodyitemset
  33. Creating table logging_log
  34. Creating table manual_setlist
  35. Creating table manual_entryset
  36. Creating table manual_entry
  37. Creating table medals_medal
  38. Creating table pmessages_privatemessage
  39. Creating table poll_poll
  40. Creating table poll_choice
  41. Creating table poll_vote
  42. Creating table processing_resourceaccumulation
  43. Creating table processing_construction
  44. Creating table rankings_points
  45. Creating table rankings_weekpoints
  46. Creating table referrers_referrer
  47. Creating table tactics_tactic
  48. Creating table tactics_strategy
  49. Creating table tactics_troopposition
  50. Creating table tasks_completedtask
  51. Creating table tasks_trackers
  52. Creating table technologies_technologies
  53. Creating table troops_troop
  54. Creating table troops_fieldtroop
  55. Creating table trophies_trophy
  56. Creating table weather_weatherconditions
  57. Creating table world_world
  58. Creating table world_mapfield
  59. Creating table world_town
  60. Creating table world_oasis
  61. Creating table world_fort
  62. Traceback (most recent call last):
  63. File "manage.py", line 9, in <module>
  64. execute_from_command_line(sys.argv)
  65. File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 443, in execute_from_command_line
  66. utility.execute()
  67. File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 382, in execute
  68. self.fetch_command(subcommand).run_from_argv(self.argv)
  69. File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 196, in run_from_argv
  70. self.execute(*args, **options.__dict__)
  71. File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 232, in execute
  72. output = self.handle(*args, **options)
  73. File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 371, in handle
  74. return self.handle_noargs(**options)
  75. File "/usr/local/lib/python2.7/dist-packages/south/management/commands/syncdb.py", line 90, in handle_noargs
  76. syncdb.Command().execute(**options)
  77. File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 232, in execute
  78. output = self.handle(*args, **options)
  79. File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 371, in handle
  80. return self.handle_noargs(**options)
  81. File "/usr/local/lib/python2.7/dist-packages/django/core/management/commands/syncdb.py", line 110, in handle_noargs
  82. emit_post_sync_signal(created_models, verbosity, interactive, db)
  83. File "/usr/local/lib/python2.7/dist-packages/django/core/management/sql.py", line 189, in emit_post_sync_signal
  84. interactive=interactive, db=db)
  85. File "/usr/local/lib/python2.7/dist-packages/django/dispatch/dispatcher.py", line 172, in send
  86. response = receiver(signal=self, sender=sender, **named)
  87. File "/usr/local/lib/python2.7/dist-packages/django/contrib/auth/management/__init__.py", line 46, in create_permissions
  88. "content_type", "codename"
  89. File "/usr/local/lib/python2.7/dist-packages/django/db/models/query.py", line 118, in _result_iter
  90. self._fill_cache()
  91. File "/usr/local/lib/python2.7/dist-packages/django/db/models/query.py", line 875, in _fill_cache
  92. self._result_cache.append(self._iter.next())
  93. File "/usr/local/lib/python2.7/dist-packages/django/db/models/query.py", line 1064, in iterator
  94. for row in self.query.get_compiler(self.db).results_iter():
  95. File "/usr/local/lib/python2.7/dist-packages/django/db/models/sql/compiler.py", line 763, in results_iter
  96. for rows in self.execute_sql(MULTI):
  97. File "/usr/local/lib/python2.7/dist-packages/django/db/models/sql/compiler.py", line 818, in execute_sql
  98. cursor.execute(sql, params)
  99. File "/usr/local/lib/python2.7/dist-packages/django/db/backends/util.py", line 40, in execute
  100. return self.cursor.execute(sql, params)
  101. File "/usr/local/lib/python2.7/dist-packages/django/db/backends/mysql/base.py", line 114, in execute
  102. return self.cursor.execute(query, args)
  103. File "/usr/local/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 174, in execute
  104. self.errorhandler(self, exc, value)
  105. File "/usr/local/lib/python2.7/dist-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
  106. raise errorclass, errorvalue
  107. django.db.utils.DatabaseError: (1146, "Table 'reborn.auth_permission' doesn't exist")
Add Comment
Please, Sign In to add comment