diff pylons_app/lib/db_manage.py @ 515:ac559565c6b8 celery

config change little style fix for form buttons fixes db manage default user email
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 12 Sep 2010 18:29:55 +0200
parents 7c978511c951
children fefffd6fd5f4
line wrap: on
line diff
--- a/pylons_app/lib/db_manage.py	Sat Sep 11 03:42:57 2010 +0200
+++ b/pylons_app/lib/db_manage.py	Sun Sep 12 18:29:55 2010 +0200
@@ -173,7 +173,7 @@
         new_user.password = get_crypt_password(password)
         new_user.name = 'Hg'
         new_user.lastname = 'Admin'
-        new_user.email = 'admin@localhost'
+        new_user.email = 'admin@localhost.com'
         new_user.admin = admin
         new_user.active = True