From: J. Cliff Dyer Date: Fri, 4 Dec 2009 16:40:31 +0000 (-0500) Subject: Specified INSTALLED_APPS in docs. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c8bc881c4e25ec185e97feabe10f0e9171a26856;p=django-google-tools.git Specified INSTALLED_APPS in docs. --- diff --git a/README.mdown b/README.mdown index edac60f..dc71fc4 100644 --- a/README.mdown +++ b/README.mdown @@ -101,7 +101,7 @@ directory structure like this: \-- google_analytics/ \-- my_analytics_template.html -Finally, add `'my_analytics_app'` to your `settings.py` file. Your new tag is +Finally, add `'my_analytics_app'` to `INSTALLED_APPS` in your `settings.py` file. Your new tag is ready to go. To use the tag, put `{% load more_analytics %}` at the head of your template. You can now access the `{% my_analytics %}` tag the same way you would use `{% analytics %}`.