From c8bc881c4e25ec185e97feabe10f0e9171a26856 Mon Sep 17 00:00:00 2001 From: "J. Cliff Dyer" Date: Fri, 4 Dec 2009 11:40:31 -0500 Subject: [PATCH] Specified INSTALLED_APPS in docs. --- README.mdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}`. -- 2.39.5