On Wed, Jun 6, 2012 at 11:49 AM, Tomas Schertel <[email protected]> wrote: > Does anyone have an example about it? > Or even something to help create one?
Here's an example of how to do this in PHP/MySQL that you could convert into Python. I am showing it not to recommend you use PHP instead, but because it shows how this could be done conceptually. http://stackoverflow.com/questions/9049870/user-privileges-with-mysql-database-and-php John > On Wednesday, 6 June 2012 11:04:51 UTC-3, Christopher Mahan wrote: >> >> You have to design it to fit your needs. Ping back. >> >> > -- > You received this message because you are subscribed to the Google Groups > "web.py" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/webpy/-/R2zh5HlAnjoJ. > > 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/webpy?hl=en. -- John -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
