Hello. I make small site in pylons, and use authkit. Using websetup.py and SimpleSite tutorial I create users, groups, roles, users_roles tables in DB, and create minmal users and roles.
So, now I need to make another users and add to DB using my controller. I use users = UsersFromDatabase(model) users.create_user(...) users.user_add_role(...) but Traceback talks, that "The AuthKit database model has already been setup" --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
