Mercurial > p > roundup > code
diff templates/classic/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 | a9e1fff1e793 |
| children | 9e07a5642dd0 |
line wrap: on
line diff
--- a/templates/classic/initial_data.py Fri Feb 11 22:18:20 2005 +0000 +++ b/templates/classic/initial_data.py Sat Feb 12 00:47:33 2005 +0000 @@ -24,7 +24,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
