Re: "connect a function to the signal"

2009-01-23 Thread boyombo
I think what you want to do is: user_activated.connect(create_site_user) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To un

Re: "connect a function to the signal"

2009-01-25 Thread boyombo
On Jan 23, 9:56 pm, "bax...@gretschpages.com" wrote: > > I think what you want to do is: > > > user_activated.connect(create_site_user) > > Thanks. But where, after the send(), or in the signal? just a line of code. i use models.py where i define the func, import user_activated, then: user_ac

Re: Editors of choice

2009-09-10 Thread boyombo
Vim + pydiction + django.vim On Sep 10, 1:31 pm, eka wrote: > Vim + RopeVim + Omincompletion + taglist + tasklist + python_fn > > On Sep 10, 8:30 am, slafs wrote: > > > Vim > > with omnicompletion (CTRL+X, CTRL+O), filetype=htmldjango, TList and > > NERDTree > > > Regards > > > On Sep 9, 9:31 a

Re: Please help: {% url ... %} path resolve issue

2009-10-17 Thread boyombo
Hi Gerard, can you what is your url conf like and the error message you get? On Oct 17, 10:10 am, Gerard wrote: > Hi All, > > I've been trying to figure out why this works: > > {% url project.myapp.views.customer_edit customer.id %} > > And this does not: > > {% url customer_edit customer.id %}