Changeset - ac559565c6b8
[Not reviewed]
celery
0 3 0
Marcin Kuzminski - 15 years ago 2010-09-12 18:29:55
marcin@python-works.com
config change little style fix for form buttons
fixes db manage default user email
3 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
development.ini
Show inline comments
 
@@ -56,7 +56,7 @@ beaker.cache.super_short_term.expire=10
 
###       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
pylons_app/lib/db_manage.py
Show inline comments
 
@@ -173,7 +173,7 @@ class DbManage(object):
 
        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
 
        
pylons_app/public/css/style.css
Show inline comments
 
@@ -2877,7 +2877,7 @@ div.form div.fields div.buttons input
 
#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;
0 comments (0 inline, 0 general)