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

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -