Show More
@@ -56,7 +56,7 beaker.cache.super_short_term.expire=10 | |||
|
56 | 56 | ### BEAKER SESSION #### |
|
57 | 57 | #################################### |
|
58 | 58 | ## Type of storage used for the session, current types are |
|
59 |
## |
|
|
59 | ## "dbm", "file", "memcached", "database", and "memory". | |
|
60 | 60 | ## The storage uses the Container API |
|
61 | 61 | ##that is also used by the cache system. |
|
62 | 62 | beaker.session.type = file |
@@ -173,7 +173,7 class DbManage(object): | |||
|
173 | 173 | new_user.password = get_crypt_password(password) |
|
174 | 174 | new_user.name = 'Hg' |
|
175 | 175 | new_user.lastname = 'Admin' |
|
176 | new_user.email = 'admin@localhost' | |
|
176 | new_user.email = 'admin@localhost.com' | |
|
177 | 177 | new_user.admin = admin |
|
178 | 178 | new_user.active = True |
|
179 | 179 |
General Comments 0
You need to be logged in to leave comments.
Login now