Skip to main content

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

This version

1.0

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)

Uploaded Source

File details

Details for the file django-wymeditor-1.0.tar.gz.

File metadata

File hashes

Hashes for django-wymeditor-1.0.tar.gz
Algorithm Hash digest
SHA256 29f3c48d2e8343d4ea717463fca25947ec37cd8be1460953d696e069631ae73a
MD5 99c328ac7bba172eb71f3ba68d3e6387
BLAKE2b-256 17f8ef8ebefb4cae2b71a8fca54433da5029340e65255ca0ed81e5fe09453cd5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page