From f091dfb05499cdfbe031c6d5780f115b64a8c754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Koci=C3=A1n?= Date: Sun, 24 Jan 2016 11:41:25 +0100 Subject: [PATCH] =?UTF-8?q?CKEditor:=20fix=20nahr=C3=A1v=C3=A1n=C3=AD=20ob?= =?UTF-8?q?r=C3=A1zk=C5=AF=20(zm=C4=9Bna=20verze)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mamweb/urls.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mamweb/urls.py b/mamweb/urls.py index 5b72ee5b..46e0e292 100644 --- a/mamweb/urls.py +++ b/mamweb/urls.py @@ -10,7 +10,7 @@ urlpatterns = [ # Admin a nastroje url(r'^admin/', include(admin.site.urls)), # NOQA - url(r'^ckeditor/', include('ckeditor_uploader.urls')), + url(r'^ckeditor/', include('ckeditor.urls')), url(r'^autocomplete/', include('autocomplete_light.urls')), # Seminarova aplikace (ma vlastni podadresare) diff --git a/requirements.txt b/requirements.txt index c6401ada..77d913ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ django-reversion==1.10.0 django-sekizai==0.9.0 django-countries==3.4.1 django-solo==1.1.1 -django-ckeditor==5.0.2 +django-ckeditor<=4.4.5 django-flat-theme==1.1.3 django-taggit==0.17.6 django-autocomplete-light==2.2.10