From 8d9f2f8b3f3aea9358063b26766bb2ea35dfdf36 Mon Sep 17 00:00:00 2001 From: Paul Everitt Date: Thu, 24 Jul 2008 20:25:31 +0000 Subject: More glossary, add some text to project explanation --- docs/glossary.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index 5274ef2de..99c72a5a2 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -24,6 +24,11 @@ The "URL name" of a view, e.g "index.html". If a view is configured without a name, its name is considered to be the empty string (which implies the "default view"). + virtualenv + An isolated Python environment. Allows you to control which + packages are used on a particular project by cloning your main + Python. `virtualenv `_ + was created by Ian Bicking. model An object representing data in the system. A model is part of the object graph traversed by the system. Models are traversed to -- cgit v1.2.3