I'm trying to integrate authkit into my app and I'm going through the
book online. I'm using pylons 0.9.7 to match the book and my model is
set up in the same manner as the simple site tutorial. When I run the
setup-app to set up the user tables I get the following error:
File "XXX/websetup.py", line 25, in setup_app
users = UsersFromDatabase(model)
NameError: global name 'model' is not defined
I've been trying to trace this error but can't seem to figure it out.
This is my first real pylons app so I'm sure I'm missing something
here. Any help would be greatly appreciated. Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---