django-google-analytics
django-google-analytics copied to clipboard
deal with debug mode
Hi I've made some changes in order to return analytics code only if DEBUG = False What do you think ?
it will not display an error where its occured
Hi, thanks for your response, but the problem is not that it make an error occurs... It makes a useless google request, wich is not really convenient in debug mode cause we need speed, also you're stuck if don't have any internet access.