Re: how do you display custom permissions on admin site?

2009-08-17 Thread fabrix
On Aug 16, 2:29 pm, sam lee wrote: > I run syncdb and runserver [...] > But I don't see the myapp | test_perm listed under Permissions field. permissions are stored in db, syncdb doesn't alter existing tables, so your permission will not show up in your admin. As the Fu..Funny Maunal say: htt

Re: How redirect lightweight webserver messages?

2009-07-19 Thread fabrix
On Jul 17, 3:29 pm, Andrea Della Pietra wrote: > Django source. Server log message are send to stderr (stdout is set as a > file handler) but tee logs only stdout. Bash programming: stderr and stdout 2 file http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO-3.html#ss3.6 $ python manage.py runserver &