“Certificates” submenu missing in Django admin

Hi

I enabled certificates using the steps described here

https://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/configuration/enable_certificates.html#enable-course-certificates-in-studio-and-the-lms

  1. In the lms.env.json and cms.env.json files, set the value of CERTIFICATES_HTML_VIEW within the FEATURES object to true .

“FEATURES”: { … ‘CERTIFICATES_HTML_VIEW’: true, … }

  1. Save the lms.env.json and cms.env.json files.
  2. If it does not exist already, create the folder /tmp/certificates owned by the user and group www-data . Depending on your configuration, this folder might not survive reboots, and so might need to be created by a script.
  3. Run database migrations.

After reboot, I dont see “the certificates” menu, which is supposed to be in studio.myhost.com/admin

[4.9.4. Configure Course Certificates for Your Open edX Instance]

Under Site Administration > Certificates , add an HTML View Configuration, and select Enabled .

Any help would be appreciated
Thanks

@nachha, there was a similar discussion about this in Certificate Link is Not Appearing on Instructor Dashboard - does the information there help?

@swalladge Thank you

1 Like