Advertisement
Guest User

WorksOnMyMachine

a guest
Dec 14th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. $ python3 ./manage.py migrate
  2. Operations to perform:
  3. Apply all migrations: admin, auth, contenttypes, retconcreatives, retconpeople, semantictags, sessions, sharedstrings
  4. Running migrations:
  5. Applying contenttypes.0001_initial... OK
  6. Applying auth.0001_initial... OK
  7. Applying admin.0001_initial... OK
  8. Applying admin.0002_logentry_remove_auto_add... OK
  9. Applying admin.0003_logentry_add_action_flag_choices... OK
  10. Applying contenttypes.0002_remove_content_type_name... OK
  11. Applying auth.0002_alter_permission_name_max_length... OK
  12. Applying auth.0003_alter_user_email_max_length... OK
  13. Applying auth.0004_alter_user_username_opts... OK
  14. Applying auth.0005_alter_user_last_login_null... OK
  15. Applying auth.0006_require_contenttypes_0002... OK
  16. Applying auth.0007_alter_validators_add_error_messages... OK
  17. Applying auth.0008_alter_user_username_max_length... OK
  18. Applying auth.0009_alter_user_last_name_max_length... OK
  19. Applying sharedstrings.0001_initial... OK
  20. Applying sharedstrings.0002_auto_20190920_0204... OK
  21. Applying sharedstrings.0003_language... OK
  22. Applying sharedstrings.0004_auto_20190920_0951... OK
  23. Applying sharedstrings.0005_auto_20190922_1607... OK
  24. Applying semantictags.0001_initial... OK
  25. Applying retconpeople.0001_initial... OK
  26. Applying retconpeople.0002_person_pseudonyms... OK
  27. Applying retconpeople.0003_auto_20190618_1129... OK
  28. Applying retconpeople.0004_auto_20190618_1148... OK
  29. Applying retconpeople.0005_auto_20190622_0943... OK
  30. Applying retconpeople.0006_website_parent_site... OK
  31. Applying retconpeople.0007_auto_20190920_1201... OK
  32. Applying retconpeople.0008_auto_20190920_2306... OK
  33. Applying retconpeople.0009_auto_20190922_1607... OK
  34. Applying retconpeople.0010_auto_20190930_2201... OK
  35. Applying retconpeople.0011_auto_20191007_2356... OK
  36. Applying retconpeople.0012_auto_20191025_1332... OK
  37. Applying retconpeople.0013_auto_20191118_1107... OK
  38. Applying sharedstrings.0006_auto_20191112_1327... OK
  39. Applying sharedstrings.0007_auto_20191118_1107... OK
  40. Applying semantictags.0002_auto_20190920_0929... OK
  41. Applying semantictags.0003_auto_20190920_0940... OK
  42. Applying semantictags.0004_auto_20190920_0949... OK
  43. Applying semantictags.0005_tag_canonical_label... OK
  44. Applying semantictags.0006_auto_20190922_1607... OK
  45. Applying semantictags.0007_auto_20191010_0008... OK
  46. Applying retconcreatives.0001_initial... OK
  47. Applying retconcreatives.0002_auto_20190622_0943... OK
  48. Applying retconcreatives.0003_auto_20190622_0944... OK
  49. Applying retconcreatives.0004_episode_previous_episode... OK
  50. Applying retconcreatives.0005_auto_20190622_1003... OK
  51. Applying retconcreatives.0006_auto_20190622_1006... OK
  52. Applying retconcreatives.0007_auto_20190622_1023... OK
  53. Applying retconcreatives.0008_genre... OK
  54. Applying retconcreatives.0009_auto_20190920_0929... OK
  55. Applying retconcreatives.0010_auto_20190920_1047... OK
  56. Applying retconcreatives.0011_auto_20190920_2306... OK
  57. Applying retconcreatives.0012_auto_20190920_2309... OK
  58. Applying retconcreatives.0013_auto_20190920_2335... OK
  59. Applying retconcreatives.0014_auto_20191025_1332... OK
  60. Applying retconcreatives.0015_auto_20191112_1327... OK
  61. Applying retconcreatives.0016_auto_20191112_1346... OK
  62. Applying retconcreatives.0017_auto_20191112_1501... OK
  63. Applying retconcreatives.0018_auto_20191118_1107... OK
  64. Applying retconcreatives.0019_auto_20191118_1117... OK
  65. Applying retconcreatives.0020_auto_20191118_1159... OK
  66. Applying retconcreatives.0018_auto_20191116_1603... OK
  67. Applying retconcreatives.0021_merge_20191124_1653... OK
  68. Applying retconpeople.0013_auto_20191116_1603... OK
  69. Applying retconpeople.0014_merge_20191124_1653... OK
  70. Applying retconpeople.0015_auto_20191124_1654... OK
  71. Applying semantictags.0008_tag_conflicts_with... OK
  72. Applying sessions.0001_initial... OK
  73. Applying sharedstrings.0007_auto_20191116_1603... OK
  74. Applying sharedstrings.0008_merge_20191124_1653... OK
  75. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement