From 5bf8bdda6bb1e4bf3b926863f7ae9e6bdcd500bd Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya Date: Sat, 15 Aug 2020 23:55:45 -0400 Subject: [PATCH] replaced tinymce w/ ckeditor --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2a0ac42..912b5ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ django==3.1 +django-ckeditor==5.9.0 django-crispy-forms==1.9.2 -django-tinymce==3.0.2 pillow==7.2.0 pip-chill==1.0.0 social-auth-app-django==4.0.0