diff --git a/poetry.lock b/poetry.lock
index d76544e..d0d2883 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -129,6 +129,17 @@ files = [
 [package.dependencies]
 Django = ">=3.2"
 
+[[package]]
+name = "django-tinymce"
+version = "3.6.1"
+description = "A Django application that contains a widget to render a form field as a TinyMCE editor."
+optional = false
+python-versions = "*"
+files = [
+    {file = "django-tinymce-3.6.1.tar.gz", hash = "sha256:6f4f6227c2c608052081a436a1e3054c441caae24c9e0c8c3010536e24749e29"},
+    {file = "django_tinymce-3.6.1-py3-none-any.whl", hash = "sha256:da5732413f51cf854352e3148f06f170b59d95a6c6a43fd9f7ccfdd1849f4bf9"},
+]
+
 [[package]]
 name = "djangorestframework"
 version = "3.14.0"
@@ -599,4 +610,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.11"
-content-hash = "f29827cc5160725664120e5a2435dec598a5905a421a328127216c2baa262e16"
+content-hash = "07354ffdda4be984035e74c4f72d024e647942b1618f9addcb6eaa1c0c95aaca"
diff --git a/pyproject.toml b/pyproject.toml
index ba04a62..19b5911 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,6 +24,7 @@ boto3 = "^1.28.29"
 colorhash = "^1.2.1"
 drf-spectacular = "^0.26.5"
 pyyaml = "^6.0.1"
+django-tinymce = "^3.6.1"
 
 
 [build-system]