How would I make a web.py app so that the first time you run it, it
does installation work (like creating an admin account), but then this
process can never be run again (so someone can't create a second admin
account). In PHP, I would always just have an install script that
would be deleted out after used, but deleting a page in web.py
requires modifying code.py, so it's not as simple.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---