Skip to content

Commit 4e22996

Browse files
WIP - subsections
1 parent 7fb77b9 commit 4e22996

14 files changed

Lines changed: 246 additions & 1101 deletions

File tree

src/openedx_content/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
from .applets.components.api import *
1616
from .applets.media.api import *
1717
from .applets.publishing.api import *
18-
from .applets.sections.api import *
19-
from .applets.subsections.api import *
18+
from .applets.sections.models import Section # Note this isn't a model. Should we move it?
19+
from .applets.subsections.models import Subsection # Note this isn't a model. Should we move it?
2020
from .applets.units.models import Unit # Note this isn't a model. Should we move it?

src/openedx_content/applets/sections/admin.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

src/openedx_content/applets/sections/api.py

Lines changed: 0 additions & 330 deletions
This file was deleted.

0 commit comments

Comments
 (0)