Turned off sqlalchemy again; I ended up not using it for authentication.
This commit is contained in:
parent
d22ebb2aa3
commit
0935e7819f
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ base_config.renderers.append('genshi')
|
|||
#base_config.renderers.append('chameleon_genshi')
|
||||
|
||||
#Configure the base SQLALchemy Setup
|
||||
base_config.use_sqlalchemy = True
|
||||
base_config.use_sqlalchemy = False
|
||||
base_config.model = wesstats.model
|
||||
base_config.DBSession = wesstats.model.DBSession
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue