A Django application that contains a widget to render a form field with a WYMEditor interface.
Project description
A Django application that contains a widget to render a form field with a WYMEditor interface.
Requirements
Currently integration with django-filebrowser or django-bfm is hard-coded in. This will be fixed in a future version. For now, make sure you have django- filebrowser installed and included in your INSTALLED_APPS, and that one of the following is in your URLconf:
# For django-filebrowser
urlpatterns += patterns('',
(r'^admin/filebrowser/', include('filebrowser.urls'))
)
# For django-bfm
# Hack for WYMEditor hardcoded link URL... :-(
from django.views.generic import RedirectView
urlpatterns += patterns('',
url(r'^admin/filebrowser/browse/', RedirectView.as_view(url="/admin/files/")),
url(r'^admin/files/', include('django_bfm.urls'))
)
With that, you should have full filebrowser integration w/ WYMEditor.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-wymeditor-1.0.tar.gz
(163.9 kB
view details)
File details
Details for the file django-wymeditor-1.0.tar.gz.
File metadata
- Download URL: django-wymeditor-1.0.tar.gz
- Upload date:
- Size: 163.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29f3c48d2e8343d4ea717463fca25947ec37cd8be1460953d696e069631ae73a
|
|
| MD5 |
99c328ac7bba172eb71f3ba68d3e6387
|
|
| BLAKE2b-256 |
17f8ef8ebefb4cae2b71a8fca54433da5029340e65255ca0ed81e5fe09453cd5
|