openedx / course-discovery

Service providing access to consolidated course and program metadata
https://edx-discovery.readthedocs.io/en/latest/
GNU Affero General Public License v3.0
57 stars 173 forks source link

fix: Use the correct django-admin script name. #4429

Closed feanil closed 2 months ago

feanil commented 2 months ago

django-admin.py is not found in newer versions of python and the django-admin command should do the same thing so use that instead.

Should help resolve https://github.com/openedx/openedx-translations/issues/7066 for this repo.

Created https://github.com/openedx/course-discovery/issues/4431 for the flaky tests we skip here.