awhileback

Results 7 comments of awhileback

Along these lines, it would probably be a good idea to add conditional checks in the base template to exclude certain things (user profile pages, unsubscribe confirmation pages, etc). I...

Hello everyone! Thanks for the great boilerplate for Wagtail, vsalvino and crew. Google sent me here when looking for how to integrate a third party block package into the StructBlock...

Arriving here from google researching this on mixing public/private objects: throwing in an idea I'm about to test... Could this not be solved by changing the storage class without having...

You'll have to verify all of this on Digital Ocean but based on my previous idea, I have implemented multi-storage on AWS S3/Cloudfront with a mixture of private and public...

FYI the above method is what is recommended in the Digital Ocean docs for generating signed urls on a custom-CDN domain object. https://docs.digitalocean.com/products/spaces/resources/s3-sdk-examples/#presigned-url > You can use presigned URLs with...

Updated guide with your findings, you're welcome!

Small update to Bertram's excellent edit handler: If your model lacks headings, a slight change allows you to specify a custom one. ``` class ReadOnlyPanel(EditHandler): def __init__(self, attr, *args, **kwargs):...