marksweb / django-bleachLinks
Bleach is a Python module that takes any HTML input, and returns valid, sanitised HTML that contains only an allowed subset of HTML tags, attributes and styles. django-bleach is a Django app that makes using bleach extremely easy.
☆150Updated 10 months ago
Alternatives and similar repositories for django-bleach
Users that are interested in django-bleach are comparing it to the libraries listed below
Sorting:
- Set the Permissions-Policy HTTP header on your Django app.☆111Updated last week
- Edit JSON-Model Fields using a Standard Django Form.☆141Updated last month
- Use minify-html, the extremely fast HTML + JS + CSS minifier, with Django.☆144Updated last week
- A search (cmd+k) modal, for the Django admin UI, that searches your entire site.☆128Updated 3 months ago
- Breadcrumb mixins for django views. Create breadcrumbs in seconds.☆77Updated last week
- ProseMirror-based HTML editor for Django☆174Updated this week
- AdminConfirmMixin is a mixin for ModelAdmin that adds confirmations to changes, additions and actions.☆136Updated 4 months ago
- You should probably use this image field instead of Django's built-in models.ImageField.☆114Updated this week
- This is a simple realisation of StreamField's idea from Wagtail CMS for plain Django admin or with Grappelli skin.☆130Updated 3 months ago
- Django app for recording daily user visits☆96Updated 2 months ago
- WebAuthn security keys and TOTP multi-factor authentication for Django☆96Updated last year
- ☆159Updated 3 weeks ago
- Extensions for using Rich with Django.☆143Updated last week
- redirects as they should be, with full control.☆75Updated last week
- Two-factor authentication for Django Allauth☆219Updated last month
- Change the Django admin index page without too much hassle or visual changes.☆91Updated 9 months ago
- Wonderful rich-text editing for your Django project☆219Updated last week
- An app to make it safer, faster and more fun to develop in Django☆195Updated 4 months ago
- Use watchfiles in Django’s autoreloader.☆96Updated last week
- Django CRUM (Current Request User Middleware) captures the current request and user in thread local storage.☆100Updated last year
- Separate handling of protected media in Django, with X-Sendfile support☆69Updated 2 years ago
- A custom Django user that authenticates via email. Follows identity and authentication best practices.☆155Updated this week
- Detect N+1s in your Django app.☆159Updated 7 months ago
- Resolve form field arguments dynamically when a form is instantiated☆146Updated last year
- Django multi-tenancy through Postgres schemas☆156Updated last week
- A generic voting application for Django