Peter Bittner
                                            Peter Bittner
                                        
                                    Feel free to contribute the necessary changes! :+1:
We should fix the implementation. Development should be easy, ideally intuitive.
I think you should use the `INTERNAL_IPS` [settings property](https://django-analytical.readthedocs.io/en/stable/services/piwik.html#internal-ip-addresses) for development. This feature is [covered by the tests](https://github.com/jcassee/django-analytical/blob/master/analytical/tests/test_tag_piwik.py#L92), so it should work reliably. See Django's [Settings documentation](https://docs.djangoproject.com/en/1.10/ref/settings/#internal-ips) for details on...
@sebzur Difficult to say. A new setting to disable analytical globally may be practical. Though, I'm not a big fan of polluting the code with additional settings. _"There should be...
Sorry if this is not 100% the answer you want. If there is a bug or irritating behavior this deserves to be fixed. I agree. Anyway, here are my two...
The exception you mention above is raised at [analytical.utils, line 25](https://github.com/jcassee/django-analytical/blob/master/analytical/utils.py#L25), which in your case probably comes from [templatetags.google_analytics, line 82](https://github.com/jcassee/django-analytical/blob/master/analytical/templatetags/google_analytics.py#L82-L84) via [line 77](https://github.com/jcassee/django-analytical/blob/master/analytical/templatetags/google_analytics.py#L77) in the same file. I would...
Mind to make a PR for this?
BTW, as I suspected, the reason why the generic template tag works and the single one throws an exception is such that the generic tag [ignores exceptions](https://github.com/jcassee/django-analytical/blob/master/analytical/templatetags/analytical.py#L77-L82) that happen in...
Anyone interested in having these changes merged? Please, give a :+1:.
Related: #184. We probably won't need to cover Django 1.9 and 1.10 anymore. I'll update the issue title.