Guest User

Untitled

a guest
Dec 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. (env)mttkds@mttkds-laptop:~/workspace/superchat/chat$ python djangoweb/manage.py syncdb
  2. Syncing...
  3. Creating tables ...
  4. Creating table auth_permission
  5. Creating table auth_group_permissions
  6. Creating table auth_group
  7. Creating table auth_user_user_permissions
  8. Creating table auth_user_groups
  9. Creating table auth_user
  10. Creating table auth_message
  11. Creating table django_content_type
  12. Creating table django_session
  13. Creating table django_site
  14. Creating table django_admin_log
  15. Creating table polls_groups
  16. Creating table polls_categories
  17. Creating table polls_poll_inviters
  18. Creating table polls_poll
  19. Creating table polls_pollsubs
  20. Creating table polls_message
  21. Creating table accounts_picturefolder
  22. Creating table accounts_picturecategory
  23. Creating table accounts_pict_user
  24. Creating table accounts_pict
  25. Creating table accounts_friendsgroup
  26. Creating table accounts_friendship
  27. Creating table accounts_grouppermission
  28. Creating table accounts_userpermission
  29. Creating table accounts_profile
  30. Creating table mails_mail
  31. Creating table publicauth_publicid
  32. Creating table south_migrationhistory
  33. Creating table tagging_tag
  34. Creating table tagging_taggeditem
Add Comment
Please, Sign In to add comment