changeset 471: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 935dddee7422
children 91292686c1ed
files development.ini pylons_app/lib/db_manage.py pylons_app/public/css/style.css
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/development.ini	Sat Sep 11 03:42:57 2010 +0200
+++ b/development.ini	Sun Sep 12 18:29:55 2010 +0200
@@ -56,7 +56,7 @@
 ###       BEAKER SESSION        ####
 ####################################
 ## Type of storage used for the session, current types are 
-## “dbm”, “file”, “memcached”, “database”, and “memory”. 
+## "dbm", "file", "memcached", "database", and "memory". 
 ## The storage uses the Container API 
 ##that is also used by the cache system.
 beaker.session.type = file
--- 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
         
--- a/pylons_app/public/css/style.css	Sat Sep 11 03:42:57 2010 +0200
+++ b/pylons_app/public/css/style.css	Sun Sep 12 18:29:55 2010 +0200
@@ -2877,7 +2877,7 @@
 #register div.form div.fields div.buttons
 {
 	margin: 0;
-	padding: 10px 0 0 97px;
+	padding: 10px 0 0 114px;
 	clear: both;
 	overflow: hidden;
 	border-top: 1px solid #DDDDDD;