Posts Tagged “orm”
Using ToscaWidgets with repoze.bfg and Storm
by Christian Scholz on September 2, 2008
Recently I tried to use Storm and ToscaWidgets with repoze.bfg to create a simple usermanagement application. Here is a little rundown of what I did. First I installed repoze.bfg inside a virtualenv: mkdir users cd users virtualenv –no-site-packages . source (…)