meeb
meeb
Discussed in #265
It won't currently, but that's not a bad idea. I'll pop it on the list. Thanks.
This is on the wishlist so I'll re-open it for now.
What's your `settings.LANGUAGE_CODE` set to? Also is `LocaleMiddleware` loaded?
The use of `django.conf.urls.include(...)` in `load_urls()` is to match Django's handling of URLs as URL patterns in `path(...)` can include other applications URLs. The return value isn't required to be...
Perfect, thanks. I'll check that out when I get a moment. If this is an issue in distill it'll likely be to do with something like load ordering the middleware...
Ah right, found the issue which is kind of obvious when I think about it. The i18n language prefixes are only available on the root URLs which makes sense. I...
`max_allowed_packet` is a MySQL server-side only config option so it's not something I can adjust from TubeSync's database connection parameters. What operation were you attempting to perform where you received...
Yep sounds reasonable, I think this may also be a dupe but I'll add it to the wishlist for now. Cheers.
There's a trivial way to do this, just remove the is-unique constraint on the source "key" column, or a difficult way where you allow different download profiles per source which...