Created
July 27, 2015 12:18
-
-
Save beygi/7242d29d8d61c959b57d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
edxapp@ubuntu-edX:~$ python /edx/app/edxapp/edx-platform/manage.py lms syncdb --migrate --settings=aws | |
2015-07-27 16:42:18,879 INFO 23338 [dd.dogapi] dog_stats_api.py:66 - Initializing dog api to use statsd: localhost, 8125 | |
Syncing... | |
Creating tables ... | |
Installing custom SQL ... | |
Installing indexes ... | |
Installed 0 object(s) from 0 fixture(s) | |
Migrating... | |
Running migrations for courseware: | |
- Nothing to migrate. | |
- Loading initial data for courseware. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for student: | |
- Nothing to migrate. | |
- Loading initial data for student. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for track: | |
- Nothing to migrate. | |
- Loading initial data for track. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for certificates: | |
- Nothing to migrate. | |
- Loading initial data for certificates. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for instructor_task: | |
- Nothing to migrate. | |
- Loading initial data for instructor_task. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for licenses: | |
- Nothing to migrate. | |
- Loading initial data for licenses. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for course_groups: | |
- Nothing to migrate. | |
- Loading initial data for course_groups. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for bulk_email: | |
- Nothing to migrate. | |
- Loading initial data for bulk_email. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for external_auth: | |
- Nothing to migrate. | |
- Loading initial data for external_auth. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for oauth2: | |
- Nothing to migrate. | |
- Loading initial data for oauth2. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for oauth2_provider: | |
- Nothing to migrate. | |
- Loading initial data for oauth2_provider. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for wiki: | |
- Nothing to migrate. | |
- Loading initial data for wiki. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for django_notify: | |
- Nothing to migrate. | |
- Loading initial data for django_notify. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for notifications: | |
- Nothing to migrate. | |
- Loading initial data for notifications. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for foldit: | |
- Nothing to migrate. | |
- Loading initial data for foldit. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for django_comment_client: | |
- Nothing to migrate. | |
- Loading initial data for django_comment_client. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for django_comment_common: | |
- Nothing to migrate. | |
- Loading initial data for django_comment_common. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for notes: | |
- Nothing to migrate. | |
- Loading initial data for notes. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for splash: | |
- Nothing to migrate. | |
- Loading initial data for splash. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for user_api: | |
- Nothing to migrate. | |
- Loading initial data for user_api. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for shoppingcart: | |
- Nothing to migrate. | |
- Loading initial data for shoppingcart. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for course_modes: | |
- Nothing to migrate. | |
- Loading initial data for course_modes. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for verify_student: | |
- Nothing to migrate. | |
- Loading initial data for verify_student. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for dark_lang: | |
- Nothing to migrate. | |
- Loading initial data for dark_lang. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for reverification: | |
- Nothing to migrate. | |
- Loading initial data for reverification. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for embargo: | |
- Nothing to migrate. | |
- Loading initial data for embargo. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for course_action_state: | |
- Nothing to migrate. | |
- Loading initial data for course_action_state. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for survey: | |
- Nothing to migrate. | |
- Loading initial data for survey. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for lms_xblock: | |
- Nothing to migrate. | |
- Loading initial data for lms_xblock. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for submissions: | |
- Nothing to migrate. | |
- Loading initial data for submissions. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for assessment: | |
- Nothing to migrate. | |
- Loading initial data for assessment. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for workflow: | |
- Nothing to migrate. | |
- Loading initial data for workflow. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for edxval: | |
- Nothing to migrate. | |
- Loading initial data for edxval. | |
Installed 0 object(s) from 0 fixture(s) | |
Running migrations for milestones: | |
- Nothing to migrate. | |
- Loading initial data for milestones. | |
Installed 0 object(s) from 0 fixture(s) | |
Synced: | |
> django.contrib.auth | |
> django.contrib.contenttypes | |
> django.contrib.humanize | |
> django.contrib.messages | |
> django.contrib.sessions | |
> django.contrib.sites | |
> djcelery | |
> south | |
> config_models | |
> pipeline | |
> staticfiles | |
> circuit | |
> staticbook | |
> util | |
> dashboard | |
> psychometrics | |
> django_openid_auth | |
> provider | |
> mptt | |
> sekizai | |
> wiki.plugins.links | |
> django.contrib.admin | |
> debug | |
> rest_framework | |
> notifier_api | |
> enrollment | |
> django_countries | |
> mobile_api | |
Migrated: | |
- courseware | |
- student | |
- track | |
- certificates | |
- instructor_task | |
- licenses | |
- openedx.core.djangoapps.course_groups | |
- bulk_email | |
- external_auth | |
- provider.oauth2 | |
- oauth2_provider | |
- wiki | |
- django_notify | |
- wiki.plugins.notifications | |
- foldit | |
- django_comment_client | |
- django_comment_common | |
- notes | |
- splash | |
- openedx.core.djangoapps.user_api | |
- shoppingcart | |
- course_modes | |
- verify_student | |
- dark_lang | |
- reverification | |
- embargo | |
- course_action_state | |
- survey | |
- lms.djangoapps.lms_xblock | |
- submissions | |
- openassessment.assessment | |
- openassessment.workflow | |
- edxval | |
- milestones |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment