Phil Gyford
Phil Gyford
After opening a ticket with Heroku and suggesting they might have got confused, they've [rewritten that bit of their docs](https://devcenter.heroku.com/articles/heroku-redis#connecting-in-django) to specify using django-redis instead of django-redis-cache. Sorry that none...
I realise this is 7 years later but I've just been looking at something related. The [`flag()` view](https://github.com/django/django-contrib-comments/blob/master/django_comments/views/moderation.py#L13) accepts a `next` URL parameter but doesn't do anything with `request.GET` data....
Thanks. I don't understand colour profiles unfortunately although I'm happy to give things a try. Your example seems to rely on those profile files existing - I get "PIL.ImageCms.PyCMSError: cannot...
I'm on a Mac, but don't have those profiles in that directory. I'm not sure how one would write code that would work for everyone. Or provide the correct profile...
I'm sure it's possible, but I don't know how easy it would be. I haven't looked at the code for years myself I'm afraid.
Here's a little wrinkle that I discovered after trying to get this working on my own site... The [officially correct](https://www.rssboard.org/rss-mime-type-application.txt) Content Type for RSS feeds is `application/rss+xml`. This is the...
https://twitter.com/simonw/status/1376168593319108621 > ...Add .atom to the URL of a commit listing on GitHub and you can subscribe to any repo, directory ir file history...
https://support.substack.com/hc/en-us/articles/360038239391-Is-there-an-RSS-feed-for-my-publication- > **Is there an RSS feed for my publication?** > > Yes. You can find the RSS feed for your publication at https://your.substack.com/feed.
I'm not much of an expert, but happy to have a look. Can you post your feed? Either a link to it or the XML (maybe just include a single...
Just to turn things around... you _could_ think of auto-discovery as "this is how feeds work", while the "Advanced usage" is having to find the Feed URL and copy-and-pasting that....