Mercurial > p > roundup > code
diff doc/upgrading.txt @ 2375:bb6dd84b4f77 maint-0.6
*** empty log message ***
[[Patched in to repair a minor error in the repo conversion.]]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 27 May 2004 22:09:53 -0400 |
| parents | fe15b8506d47 |
| children |
line wrap: on
line diff
--- a/doc/upgrading.txt Thu May 27 21:56:14 2004 +0000 +++ b/doc/upgrading.txt Thu May 27 22:09:53 2004 -0400 @@ -7,6 +7,19 @@ .. contents:: +Migrating from 0.6.x to 0.6.11 +============================= + +0.6.11 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.6.x to 0.6.3 =============================
