aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2014-04-21 14:55:17 -0400
committerTeddy Wing2014-04-21 14:55:17 -0400
commit97225cdd540d19c2cf162335c618a5b449c2311c (patch)
tree9fea655385ff62b0b02b239b6bab46ad4de564b7
parent9c403d3f37caf0931fc9d6751f4992b454454db2 (diff)
downloaddjango-sneak-peek-97225cdd540d19c2cf162335c618a5b449c2311c.tar.bz2
README: add an overall description
Description that appears at the top of the README.
-rw-r--r--README.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rdoc b/README.rdoc
index 4e54f3f..0c5b65f 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,5 +1,5 @@
= django-sneak-peek
-## Description ##
+A Django template tag that allows you to hide pre-release features but make them available to a select group of users. By adding the "sneak peek" permission to users on your site, you can allow people within your company or trusted individuals to try out and experiment with upcoming features in your application.
== Requirements