blag

Results 293 comments of blag

Previous maintainer here: I don't have enough time to maintain this project by myself, but I'm already a member of jazzband and can help maintain it with other roadies. :+1:

This should be closed - it's not an issue in pinax-theme-bootstrap or in django-appconf. Your issue is that you're trying to use Python 2.7 with django-appconf, which [only supports Python...

As of Django 4.1, Django use a [`SECRET_KEY_FALLBACKS` setting](https://docs.djangoproject.com/en/4.2/ref/settings/#secret-key-fallbacks), which is used to rotate secret keys. If users use that properly, this project should be able to use that instead...

@gmcquillan Is there anything else I need to do to get this merged?

Allowed protocols should be supported by NH3's `url_schemes` option now. However, since neither the (Rust) Ammonia project or the (Python) NH3 project supports an allowlist for styles this project does...

PR #54 was subsumed by PR #57, which was merged. So we now support specifying `url_schemes` - this is partially done. Still awaiting the Ammonia project and subsequently Python's NH3...

Do you mind creating a PR for this?

Added tests, back to 100% coverage. This should be ready for review and merge.