Advertisement
Guest User

result after syncdb for userena

a guest
Mar 8th, 2012
614
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. (standard) C:\Projects\demo_project>python 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 south_migrationhistory
  16. Creating table profiles_profile
  17.  
  18. You just installed Django's auth system, which means you don't have any superusers defined.
  19. Would you like to create one now? (yes/no): yes
  20. Username (Leave blank to use 'darren'): admin
  21. E-mail address: d@d.com
  22. Password:
  23. Password (again):
  24. Superuser created successfully.
  25. Installing custom SQL ...
  26. Installing indexes ...
  27. No fixtures found.
  28.  
  29. Synced:
  30. > django.contrib.auth
  31. > django.contrib.contenttypes
  32. > django.contrib.sessions
  33. > django.contrib.sites
  34. > django.contrib.messages
  35. > django.contrib.admin
  36. > south
  37. > demo_project.profiles
  38.  
  39. Not synced (use migrations):
  40. - easy_thumbnails
  41. - guardian
  42. - userena
  43. - userena.contrib.umessages
  44. (use ./manage.py migrate to migrate these)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement