diff --git a/setup.py b/setup.py index 2a01f24..5188ee7 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( packages=find_packages(exclude=["tests*"]), include_package_data=True, python_requires=">=3.5", - install_requires=["tutor-openedx>=12.0.0,<13.0.0"], + install_requires=["tutor>=12.0.0,<13.0.0"], entry_points={"tutor.plugin.v0": ["notes = tutornotes.plugin"]}, classifiers=[ "Development Status :: 5 - Production/Stable", diff --git a/tutornotes/templates/notes/apps/settings/tutor.py b/tutornotes/templates/notes/apps/settings/tutor.py index 2b82c17..2fd0b25 100644 --- a/tutornotes/templates/notes/apps/settings/tutor.py +++ b/tutornotes/templates/notes/apps/settings/tutor.py @@ -41,3 +41,5 @@ LOGGING = { }, }, } + +{{ patch("notes-settings") }}