From 39a1502e1ab17fcb27e07b854d380e37699d9dae Mon Sep 17 00:00:00 2001 From: Victor Shnayder Date: Thu, 12 Jul 2012 13:20:57 -0400 Subject: [PATCH] Move student app from lms to common --- {lms => common}/djangoapps/student/__init__.py | 0 {lms => common}/djangoapps/student/admin.py | 0 {lms => common}/djangoapps/student/management/__init__.py | 0 .../djangoapps/student/management/commands/__init__.py | 0 .../djangoapps/student/management/commands/assigngroups.py | 0 .../djangoapps/student/management/commands/emaillist.py | 0 .../djangoapps/student/management/commands/massemail.py | 0 .../djangoapps/student/management/commands/massemailtxt.py | 0 .../djangoapps/student/management/commands/userinfo.py | 0 {lms => common}/djangoapps/student/migrations/0001_initial.py | 0 .../student/migrations/0002_text_to_varchar_and_indexes.py | 0 .../djangoapps/student/migrations/0003_auto__add_usertestgroup.py | 0 .../djangoapps/student/migrations/0004_add_email_index.py | 0 {lms => common}/djangoapps/student/migrations/0005_name_change.py | 0 .../djangoapps/student/migrations/0006_expand_meta_field.py | 0 .../djangoapps/student/migrations/0007_convert_to_utf8.py | 0 .../student/migrations/0008__auto__add_courseregistration.py | 0 .../0009_auto__del_courseregistration__add_courseenrollment.py | 0 .../migrations/0010_auto__chg_field_courseenrollment_course_id.py | 0 ...ield_courseenrollment_user__del_unique_courseenrollment_use.py | 0 ...ield_userprofile_gender__add_field_userprofile_date_of_birt.py | 0 {lms => common}/djangoapps/student/migrations/__init__.py | 0 {lms => common}/djangoapps/student/models.py | 0 {lms => common}/djangoapps/student/tests.py | 0 {lms => common}/djangoapps/student/views.py | 0 25 files changed, 0 insertions(+), 0 deletions(-) rename {lms => common}/djangoapps/student/__init__.py (100%) rename {lms => common}/djangoapps/student/admin.py (100%) rename {lms => common}/djangoapps/student/management/__init__.py (100%) rename {lms => common}/djangoapps/student/management/commands/__init__.py (100%) rename {lms => common}/djangoapps/student/management/commands/assigngroups.py (100%) rename {lms => common}/djangoapps/student/management/commands/emaillist.py (100%) rename {lms => common}/djangoapps/student/management/commands/massemail.py (100%) rename {lms => common}/djangoapps/student/management/commands/massemailtxt.py (100%) rename {lms => common}/djangoapps/student/management/commands/userinfo.py (100%) rename {lms => common}/djangoapps/student/migrations/0001_initial.py (100%) rename {lms => common}/djangoapps/student/migrations/0002_text_to_varchar_and_indexes.py (100%) rename {lms => common}/djangoapps/student/migrations/0003_auto__add_usertestgroup.py (100%) rename {lms => common}/djangoapps/student/migrations/0004_add_email_index.py (100%) rename {lms => common}/djangoapps/student/migrations/0005_name_change.py (100%) rename {lms => common}/djangoapps/student/migrations/0006_expand_meta_field.py (100%) rename {lms => common}/djangoapps/student/migrations/0007_convert_to_utf8.py (100%) rename {lms => common}/djangoapps/student/migrations/0008__auto__add_courseregistration.py (100%) rename {lms => common}/djangoapps/student/migrations/0009_auto__del_courseregistration__add_courseenrollment.py (100%) rename {lms => common}/djangoapps/student/migrations/0010_auto__chg_field_courseenrollment_course_id.py (100%) rename {lms => common}/djangoapps/student/migrations/0011_auto__chg_field_courseenrollment_user__del_unique_courseenrollment_use.py (100%) rename {lms => common}/djangoapps/student/migrations/0012_auto__add_field_userprofile_gender__add_field_userprofile_date_of_birt.py (100%) rename {lms => common}/djangoapps/student/migrations/__init__.py (100%) rename {lms => common}/djangoapps/student/models.py (100%) rename {lms => common}/djangoapps/student/tests.py (100%) rename {lms => common}/djangoapps/student/views.py (100%) diff --git a/lms/djangoapps/student/__init__.py b/common/djangoapps/student/__init__.py similarity index 100% rename from lms/djangoapps/student/__init__.py rename to common/djangoapps/student/__init__.py diff --git a/lms/djangoapps/student/admin.py b/common/djangoapps/student/admin.py similarity index 100% rename from lms/djangoapps/student/admin.py rename to common/djangoapps/student/admin.py diff --git a/lms/djangoapps/student/management/__init__.py b/common/djangoapps/student/management/__init__.py similarity index 100% rename from lms/djangoapps/student/management/__init__.py rename to common/djangoapps/student/management/__init__.py diff --git a/lms/djangoapps/student/management/commands/__init__.py b/common/djangoapps/student/management/commands/__init__.py similarity index 100% rename from lms/djangoapps/student/management/commands/__init__.py rename to common/djangoapps/student/management/commands/__init__.py diff --git a/lms/djangoapps/student/management/commands/assigngroups.py b/common/djangoapps/student/management/commands/assigngroups.py similarity index 100% rename from lms/djangoapps/student/management/commands/assigngroups.py rename to common/djangoapps/student/management/commands/assigngroups.py diff --git a/lms/djangoapps/student/management/commands/emaillist.py b/common/djangoapps/student/management/commands/emaillist.py similarity index 100% rename from lms/djangoapps/student/management/commands/emaillist.py rename to common/djangoapps/student/management/commands/emaillist.py diff --git a/lms/djangoapps/student/management/commands/massemail.py b/common/djangoapps/student/management/commands/massemail.py similarity index 100% rename from lms/djangoapps/student/management/commands/massemail.py rename to common/djangoapps/student/management/commands/massemail.py diff --git a/lms/djangoapps/student/management/commands/massemailtxt.py b/common/djangoapps/student/management/commands/massemailtxt.py similarity index 100% rename from lms/djangoapps/student/management/commands/massemailtxt.py rename to common/djangoapps/student/management/commands/massemailtxt.py diff --git a/lms/djangoapps/student/management/commands/userinfo.py b/common/djangoapps/student/management/commands/userinfo.py similarity index 100% rename from lms/djangoapps/student/management/commands/userinfo.py rename to common/djangoapps/student/management/commands/userinfo.py diff --git a/lms/djangoapps/student/migrations/0001_initial.py b/common/djangoapps/student/migrations/0001_initial.py similarity index 100% rename from lms/djangoapps/student/migrations/0001_initial.py rename to common/djangoapps/student/migrations/0001_initial.py diff --git a/lms/djangoapps/student/migrations/0002_text_to_varchar_and_indexes.py b/common/djangoapps/student/migrations/0002_text_to_varchar_and_indexes.py similarity index 100% rename from lms/djangoapps/student/migrations/0002_text_to_varchar_and_indexes.py rename to common/djangoapps/student/migrations/0002_text_to_varchar_and_indexes.py diff --git a/lms/djangoapps/student/migrations/0003_auto__add_usertestgroup.py b/common/djangoapps/student/migrations/0003_auto__add_usertestgroup.py similarity index 100% rename from lms/djangoapps/student/migrations/0003_auto__add_usertestgroup.py rename to common/djangoapps/student/migrations/0003_auto__add_usertestgroup.py diff --git a/lms/djangoapps/student/migrations/0004_add_email_index.py b/common/djangoapps/student/migrations/0004_add_email_index.py similarity index 100% rename from lms/djangoapps/student/migrations/0004_add_email_index.py rename to common/djangoapps/student/migrations/0004_add_email_index.py diff --git a/lms/djangoapps/student/migrations/0005_name_change.py b/common/djangoapps/student/migrations/0005_name_change.py similarity index 100% rename from lms/djangoapps/student/migrations/0005_name_change.py rename to common/djangoapps/student/migrations/0005_name_change.py diff --git a/lms/djangoapps/student/migrations/0006_expand_meta_field.py b/common/djangoapps/student/migrations/0006_expand_meta_field.py similarity index 100% rename from lms/djangoapps/student/migrations/0006_expand_meta_field.py rename to common/djangoapps/student/migrations/0006_expand_meta_field.py diff --git a/lms/djangoapps/student/migrations/0007_convert_to_utf8.py b/common/djangoapps/student/migrations/0007_convert_to_utf8.py similarity index 100% rename from lms/djangoapps/student/migrations/0007_convert_to_utf8.py rename to common/djangoapps/student/migrations/0007_convert_to_utf8.py diff --git a/lms/djangoapps/student/migrations/0008__auto__add_courseregistration.py b/common/djangoapps/student/migrations/0008__auto__add_courseregistration.py similarity index 100% rename from lms/djangoapps/student/migrations/0008__auto__add_courseregistration.py rename to common/djangoapps/student/migrations/0008__auto__add_courseregistration.py diff --git a/lms/djangoapps/student/migrations/0009_auto__del_courseregistration__add_courseenrollment.py b/common/djangoapps/student/migrations/0009_auto__del_courseregistration__add_courseenrollment.py similarity index 100% rename from lms/djangoapps/student/migrations/0009_auto__del_courseregistration__add_courseenrollment.py rename to common/djangoapps/student/migrations/0009_auto__del_courseregistration__add_courseenrollment.py diff --git a/lms/djangoapps/student/migrations/0010_auto__chg_field_courseenrollment_course_id.py b/common/djangoapps/student/migrations/0010_auto__chg_field_courseenrollment_course_id.py similarity index 100% rename from lms/djangoapps/student/migrations/0010_auto__chg_field_courseenrollment_course_id.py rename to common/djangoapps/student/migrations/0010_auto__chg_field_courseenrollment_course_id.py diff --git a/lms/djangoapps/student/migrations/0011_auto__chg_field_courseenrollment_user__del_unique_courseenrollment_use.py b/common/djangoapps/student/migrations/0011_auto__chg_field_courseenrollment_user__del_unique_courseenrollment_use.py similarity index 100% rename from lms/djangoapps/student/migrations/0011_auto__chg_field_courseenrollment_user__del_unique_courseenrollment_use.py rename to common/djangoapps/student/migrations/0011_auto__chg_field_courseenrollment_user__del_unique_courseenrollment_use.py diff --git a/lms/djangoapps/student/migrations/0012_auto__add_field_userprofile_gender__add_field_userprofile_date_of_birt.py b/common/djangoapps/student/migrations/0012_auto__add_field_userprofile_gender__add_field_userprofile_date_of_birt.py similarity index 100% rename from lms/djangoapps/student/migrations/0012_auto__add_field_userprofile_gender__add_field_userprofile_date_of_birt.py rename to common/djangoapps/student/migrations/0012_auto__add_field_userprofile_gender__add_field_userprofile_date_of_birt.py diff --git a/lms/djangoapps/student/migrations/__init__.py b/common/djangoapps/student/migrations/__init__.py similarity index 100% rename from lms/djangoapps/student/migrations/__init__.py rename to common/djangoapps/student/migrations/__init__.py diff --git a/lms/djangoapps/student/models.py b/common/djangoapps/student/models.py similarity index 100% rename from lms/djangoapps/student/models.py rename to common/djangoapps/student/models.py diff --git a/lms/djangoapps/student/tests.py b/common/djangoapps/student/tests.py similarity index 100% rename from lms/djangoapps/student/tests.py rename to common/djangoapps/student/tests.py diff --git a/lms/djangoapps/student/views.py b/common/djangoapps/student/views.py similarity index 100% rename from lms/djangoapps/student/views.py rename to common/djangoapps/student/views.py