('course_key',xmodule_django.models.CourseKeyField(help_text='The course key for the restricted course.',unique=True,max_length=255,db_index=True)),
('course_key',CourseKeyField(help_text='The course key for the restricted course.',unique=True,max_length=255,db_index=True)),
('enroll_msg_key',models.CharField(default=b'default',help_text='The message to show when a user is blocked from enrollment.',max_length=255,choices=[(b'default',b'Default'),(b'embargo',b'Embargo')])),
('access_msg_key',models.CharField(default=b'default',help_text='The message to show when a user is blocked from accessing a course.',max_length=255,choices=[(b'default',b'Default'),(b'embargo',b'Embargo')])),
('disable_access_check',models.BooleanField(default=False,help_text='Allow users who enrolled in an allowed country to access restricted courses from excluded countries.')),
('mode',models.CharField(default=b'honor',choices=[(b'verified',b'verified'),(b'honor',b'honor'),(b'audit',b'audit'),(b'professional',b'professional'),(b'no-id-professional',b'no-id-professional')],max_length=125,blank=True,help_text='The course mode for this template.',null=True)),
('donation_type',models.CharField(default=b'general',max_length=32,choices=[(b'general',b'A general donation'),(b'course',b'A donation to a particular course')])),
('course_key',xmodule_django.models.CourseKeyField(help_text='The course key for the course we would like to be auto-cohorted.',unique=True,max_length=255,db_index=True)),
('course_key',CourseKeyField(help_text='The course key for the course we would like to be auto-cohorted.',unique=True,max_length=255,db_index=True)),
('course_id',xmodule_django.models.CourseKeyField(help_text=b'Which course are these settings associated with?',unique=True,max_length=255,db_index=True)),
('course_id',CourseKeyField(help_text=b'Which course are these settings associated with?',unique=True,max_length=255,db_index=True)),