Skip to content

Integrate enrolling on courses for hawthorn.2 throw University 2035

License

Notifications You must be signed in to change notification settings

eazaika/open_edX-University2035-enroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

open_edX-University2035-enroll

Integrate enrolling on courses for hawthorn.2 throw University 2035

  1. edx-platform/lms/djangoapps/courseware/views/views.py
    from unti2035.models import University2035Block
  2. # Used to provide context to message to student if enrollment not allowed

edx-platform/common/djangoapps/student/models.py

  1. if cls.is_enrollment_closed(user, course) and not University2035Block.can_enroll(user, course_key):

edx-platform/common/djangoapps/student/views/management.py

edx-platform/lms/envs/aws.py
INSTALLED_APPS += (
...
'unti2035',
)

About

Integrate enrolling on courses for hawthorn.2 throw University 2035

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages