2009/6/6 dbstraight <[email protected]>: > > 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.
I have been thinking of doing something like that for Infogami (after inspired by Zine[1]). I started writing an installable helloworld. I'll share it once it is done. [1]: http://zine.pocco.org Anand --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
