]> git.parisson.com Git - django-google-tools.git/commitdiff
Specified INSTALLED_APPS in docs.
authorJ. Cliff Dyer <jcdyer@aalcdl07.(none)>
Fri, 4 Dec 2009 16:40:31 +0000 (11:40 -0500)
committerJ. Cliff Dyer <jcdyer@aalcdl07.(none)>
Fri, 4 Dec 2009 16:40:31 +0000 (11:40 -0500)
README.mdown

index edac60f3d2db24eb73af83a4cb856507fb2f4e29..dc71fc48dd6590f859605e190476e0faaab0e4c8 100644 (file)
@@ -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 %}`.