Mercurial > p > roundup > code
diff doc/upgrading.txt @ 2370:6805cd438c37 maint-0.7
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 27 May 2004 22:17:24 +0000 |
| parents | f72d2fb8ef78 |
| children | ef226254ef46 |
line wrap: on
line diff
--- a/doc/upgrading.txt Thu May 27 21:53:44 2004 +0000 +++ b/doc/upgrading.txt Thu May 27 22:17:24 2004 +0000 @@ -13,6 +13,19 @@ .. contents:: +Migrating from 0.7.2 to 0.7.3 +============================= + +0.7.3 Configuration +------------------- + +If you choose, you may specify the directory from which static files are +served (those which use the URL component ``@@file``). Currently the +directory defaults to the ``TEMPLATES`` configuration variable. You may +define a new variable, ``STATIC_FILES`` which overrides this value for +static files. + + Migrating from 0.7.0 to 0.7.2 =============================
