Tom Dyson
Tom Dyson
Nice one @RealOrangeOne! See also https://github.com/tomdyson/wagtail-fakenews, which takes a slightly different approach with streamfield and image generation.
@tm-kn can you look at the 2.7 failures, please?
While you're there... 'more than 1 times' -> 'more than once' or 'more than 1 time' :)
Yes, it's definitely fragile. A new hook would be perfect.
Hi @alexgleason. I agree, it's bewildering! All my code uses JavaScript, with a Python view for the initial authentication step. It looks like the Python API has changed since I...
As a small improvement, I suggest "regular expression to match the referrer". As an example, we could use `(facebook|google)\.com` As an alternative, we could provide a simple 'referrer' rule. Since...
Something like ```javascript document.cookie = "tz-offset="+new Date().getTimezoneOffset()/60; ``` ?
Thanks, @timheap, you're right, of course!
note to self: ``` from django.conf import settings if not hasattr(settings, 'GA_KEY_FILEPATH'): # error if not hasattr(settings, 'GA_VIEW_ID'): # error ```
@robmoorman invite sent! Thanks for the prompt @loicteixeira