Mercurial > p > roundup > code
diff templates/minimal/initial_data.py @ 3130:7308c3c5a943
docs editing from Jean Jordaan
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 12 Feb 2005 00:47:33 +0000 |
| parents | 45c65345e909 |
| children |
line wrap: on
line diff
--- a/templates/minimal/initial_data.py Fri Feb 11 22:18:20 2005 +0000 +++ b/templates/minimal/initial_data.py Sat Feb 12 00:47:33 2005 +0000 @@ -8,7 +8,7 @@ address=admin_email, roles='Admin') user.create(username="anonymous", roles='Anonymous') -# add any additional database create steps here - but only if you +# add any additional database creation steps here - but only if you # haven't initialised the database with the admin "initialise" command # vim: set et sts=4 sw=4 :
