CKEditor: fix nahrávání obrázků (změna verze)
This commit is contained in:
parent
f4da10f9fa
commit
f091dfb054
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue