On Sun, Jun 7, 2009 at 3:37 AM, dbstraight <[email protected]> wrote:

>
> 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.
>


webpy has not include an admin module, do it your self.
and, you can look at it in Django.
-- 
百才招聘(baicai.com).产品部
Email: [email protected]
Gtalk: [email protected]
twitter.com/qichangxing

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to