Created
December 13, 2012 19:36
-
-
Save amackera/4279092 to your computer and use it in GitHub Desktop.
syncdb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Syncing... | |
Creating tables ... | |
Creating table auth_permission | |
Creating table auth_group_permissions | |
Creating table auth_group | |
Creating table auth_user_user_permissions | |
Creating table auth_user_groups | |
Creating table auth_user | |
Creating table django_content_type | |
Creating table django_session | |
Creating table django_site | |
Creating table django_admin_log | |
Creating table blog_category | |
Creating table blog_post | |
Creating table cms_page | |
Creating table widgets_mailinglist | |
Creating table statsconsole_eventlog | |
Creating table statsconsole_machine | |
Creating table statsconsole_machinestat | |
Creating table statsconsole_dbstat | |
Creating table statsconsole_sitestat | |
Creating table statsconsole_coursestat | |
Creating table emailnotifications_notificationemaillog | |
Creating table south_migrationhistory | |
You just installed Django's auth system, which means you don't have any superusers defined. | |
Would you like to create one now? (yes/no): yes | |
Username (leave blank to use 'amackera'): admin | |
E-mail address: [email protected] | |
Password: | |
Password (again): | |
Superuser created successfully. | |
Installing custom SQL ... | |
Installing indexes ... | |
Installed 0 object(s) from 0 fixture(s) | |
Synced: | |
> django_extensions | |
> django.contrib.auth | |
> django.contrib.contenttypes | |
> django.contrib.sessions | |
> django.contrib.markup | |
> django.contrib.sites | |
> django.contrib.messages | |
> django.contrib.admin | |
> django.contrib.admindocs | |
> django.contrib.staticfiles | |
> raven.contrib.django | |
> compress | |
> ajax_validation | |
> corporate.blog | |
> corporate.cms | |
> corporate.widgets | |
> statsconsole | |
> emailnotifications | |
> sms | |
> paging | |
> south | |
Not synced (use migrations): | |
- edumacation | |
- edumacation.accounts | |
- edumacation.course | |
- edumacation.publisher | |
- edumacation.files | |
- edumacation.tutorial | |
- edumacation.feedback | |
- edumacation.question | |
- edumacation.gradebook | |
- edumacation.demo | |
- edumacation.adminface | |
- edumacation.marketing | |
- edumacation.discussion | |
- edumacation.tournament | |
- edumacation.api | |
- edumacation.lms | |
- notifications | |
- edumacation.books | |
- djcelery |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment