edx / edx-arch-experiments

A plugin to include applications under development by the architecture team at edx
GNU Affero General Public License v3.0
0 stars 3 forks source link

[Discovery] Can we add django-extensions to edx-platform? #287

Open rgraber opened 1 year ago

rgraber commented 1 year ago

Django-extensions is a useful tool for getting meta-information about your Django project. It seems to work OOTB on at least one other IDA, but not with edx-platform.

dianakhuang commented 1 year ago

Historical context: this used to be in edx-platform and was removed. It seems like we would want to know what specific use cases we want to use this for before re-adding it.

dianakhuang commented 1 year ago

PR where we removed this: https://github.com/openedx/edx-platform/pull/16345