Re: Admin panel question

2008-05-25 Thread jonknee
On May 25, 4:46 pm, peter <[EMAIL PROTECTED]> wrote: > Hello everyone. I've just begin my adventure with Django, and I have > some problems. I want to add some custom functions to admin site. For > example, I want to add method from not model class, which sends email > to specify users, or somethi

Admin panel question

2008-05-25 Thread peter
Hello everyone. I've just begin my adventure with Django, and I have some problems. I want to add some custom functions to admin site. For example, I want to add method from not model class, which sends email to specify users, or something similar. Is it possible? Where I can find information abou