edx - extend existing django-platform (openEDX) -


i'm new django , not sure whats best way extend existing platform.
i'm talking openedx.
options:

  • fork edx-platform-repo , create new django-app try unregister models , register mine , try override want customize app
  • fork edx-platform-repo , change code appears , create new django-app completly new models

what better option , how work override models other app in django?
or maybe provide other better solution??? thx


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -