Hello,
I'm trying to use AuthKit in a Pylons project but the tables groups,
users, roles, ... are never created in my database. I'd like to know
which command is expected to create these tables or if I need to
create them manually ?
My websetup.py has the following instructions (inspired from the
SimpleSite example):
users = UsersFromDatabase(model)
users.user_create("foo", password="bar")
...and I have added this line to middleware.py:
app = authkit.authenticate.middleware(app, app_conf)
Thank you,
Fabrice
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en.