Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
39a1502e
Commit
39a1502e
authored
Jul 12, 2012
by
Victor Shnayder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move student app from lms to common
parent
214d03c1
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
0 additions
and
0 deletions
+0
-0
common/djangoapps/student/__init__.py
+0
-0
common/djangoapps/student/admin.py
+0
-0
common/djangoapps/student/management/__init__.py
+0
-0
common/djangoapps/student/management/commands/__init__.py
+0
-0
common/djangoapps/student/management/commands/assigngroups.py
+0
-0
common/djangoapps/student/management/commands/emaillist.py
+0
-0
common/djangoapps/student/management/commands/massemail.py
+0
-0
common/djangoapps/student/management/commands/massemailtxt.py
+0
-0
common/djangoapps/student/management/commands/userinfo.py
+0
-0
common/djangoapps/student/migrations/0001_initial.py
+0
-0
common/djangoapps/student/migrations/0002_text_to_varchar_and_indexes.py
+0
-0
common/djangoapps/student/migrations/0003_auto__add_usertestgroup.py
+0
-0
common/djangoapps/student/migrations/0004_add_email_index.py
+0
-0
common/djangoapps/student/migrations/0005_name_change.py
+0
-0
common/djangoapps/student/migrations/0006_expand_meta_field.py
+0
-0
common/djangoapps/student/migrations/0007_convert_to_utf8.py
+0
-0
common/djangoapps/student/migrations/0008__auto__add_courseregistration.py
+0
-0
common/djangoapps/student/migrations/0009_auto__del_courseregistration__add_courseenrollment.py
+0
-0
common/djangoapps/student/migrations/0010_auto__chg_field_courseenrollment_course_id.py
+0
-0
common/djangoapps/student/migrations/0011_auto__chg_field_courseenrollment_user__del_unique_courseenrollment_use.py
+0
-0
common/djangoapps/student/migrations/0012_auto__add_field_userprofile_gender__add_field_userprofile_date_of_birt.py
+0
-0
common/djangoapps/student/migrations/__init__.py
+0
-0
common/djangoapps/student/models.py
+0
-0
common/djangoapps/student/tests.py
+0
-0
common/djangoapps/student/views.py
+0
-0
No files found.
lms
/djangoapps/student/__init__.py
→
common
/djangoapps/student/__init__.py
View file @
39a1502e
File moved
lms
/djangoapps/student/admin.py
→
common
/djangoapps/student/admin.py
View file @
39a1502e
File moved
lms
/djangoapps/student/management/__init__.py
→
common
/djangoapps/student/management/__init__.py
View file @
39a1502e
File moved
lms
/djangoapps/student/management/commands/__init__.py
→
common
/djangoapps/student/management/commands/__init__.py
View file @
39a1502e
File moved
lms
/djangoapps/student/management/commands/assigngroups.py
→
common
/djangoapps/student/management/commands/assigngroups.py
View file @
39a1502e
File moved
lms
/djangoapps/student/management/commands/emaillist.py
→
common
/djangoapps/student/management/commands/emaillist.py
View file @
39a1502e
File moved
lms
/djangoapps/student/management/commands/massemail.py
→
common
/djangoapps/student/management/commands/massemail.py
View file @
39a1502e
File moved
lms
/djangoapps/student/management/commands/massemailtxt.py
→
common
/djangoapps/student/management/commands/massemailtxt.py
View file @
39a1502e
File moved
lms
/djangoapps/student/management/commands/userinfo.py
→
common
/djangoapps/student/management/commands/userinfo.py
View file @
39a1502e
File moved
lms
/djangoapps/student/migrations/0001_initial.py
→
common
/djangoapps/student/migrations/0001_initial.py
View file @
39a1502e
File moved
lms
/djangoapps/student/migrations/0002_text_to_varchar_and_indexes.py
→
common
/djangoapps/student/migrations/0002_text_to_varchar_and_indexes.py
View file @
39a1502e
File moved
lms
/djangoapps/student/migrations/0003_auto__add_usertestgroup.py
→
common
/djangoapps/student/migrations/0003_auto__add_usertestgroup.py
View file @
39a1502e
File moved
lms
/djangoapps/student/migrations/0004_add_email_index.py
→
common
/djangoapps/student/migrations/0004_add_email_index.py
View file @
39a1502e
File moved
lms
/djangoapps/student/migrations/0005_name_change.py
→
common
/djangoapps/student/migrations/0005_name_change.py
View file @
39a1502e
File moved
lms
/djangoapps/student/migrations/0006_expand_meta_field.py
→
common
/djangoapps/student/migrations/0006_expand_meta_field.py
View file @
39a1502e
File moved
lms
/djangoapps/student/migrations/0007_convert_to_utf8.py
→
common
/djangoapps/student/migrations/0007_convert_to_utf8.py
View file @
39a1502e
File moved
lms
/djangoapps/student/migrations/0008__auto__add_courseregistration.py
→
common
/djangoapps/student/migrations/0008__auto__add_courseregistration.py
View file @
39a1502e
File moved
lms
/djangoapps/student/migrations/0009_auto__del_courseregistration__add_courseenrollment.py
→
common
/djangoapps/student/migrations/0009_auto__del_courseregistration__add_courseenrollment.py
View file @
39a1502e
File moved
lms
/djangoapps/student/migrations/0010_auto__chg_field_courseenrollment_course_id.py
→
common
/djangoapps/student/migrations/0010_auto__chg_field_courseenrollment_course_id.py
View file @
39a1502e
File moved
lms
/djangoapps/student/migrations/0011_auto__chg_field_courseenrollment_user__del_unique_courseenrollment_use.py
→
common
/djangoapps/student/migrations/0011_auto__chg_field_courseenrollment_user__del_unique_courseenrollment_use.py
View file @
39a1502e
File moved
lms
/djangoapps/student/migrations/0012_auto__add_field_userprofile_gender__add_field_userprofile_date_of_birt.py
→
common
/djangoapps/student/migrations/0012_auto__add_field_userprofile_gender__add_field_userprofile_date_of_birt.py
View file @
39a1502e
File moved
lms
/djangoapps/student/migrations/__init__.py
→
common
/djangoapps/student/migrations/__init__.py
View file @
39a1502e
File moved
lms
/djangoapps/student/models.py
→
common
/djangoapps/student/models.py
View file @
39a1502e
File moved
lms
/djangoapps/student/tests.py
→
common
/djangoapps/student/tests.py
View file @
39a1502e
File moved
lms
/djangoapps/student/views.py
→
common
/djangoapps/student/views.py
View file @
39a1502e
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment