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