Re: NameError: name 'reciever' is not defined

2015-06-20 Thread Marco Neumann
Thanks for your response. I need a extra pair of eyes. :-) Op zaterdag 20 juni 2015 00:27:07 UTC+2 schreef Marco Neumann: > > Hi There, > > Im stuck on above error. Anyone a hint? Many thanks > > My code in models.py: > > from django.db.models.signals import post_save > from django.dispatch impor

Re: NameError: name 'reciever' is not defined

2015-06-20 Thread Marco Neumann
Need a extra pair of eyes. :-) Thanks for your answer Op zaterdag 20 juni 2015 00:43:00 UTC+2 schreef James Schneider: > > Check your spelling for receiver... > > -James > On Jun 19, 2015 3:26 PM, "Marco Neumann" > wrote: > >> Hi There, >> >> Im stuck on above error. Anyone a hint? Many thanks >

Re: NameError: name 'reciever' is not defined

2015-06-19 Thread James Schneider
Check your spelling for receiver... -James On Jun 19, 2015 3:26 PM, "Marco Neumann" wrote: > Hi There, > > Im stuck on above error. Anyone a hint? Many thanks > > My code in models.py: > > from django.db.models.signals import post_save > from django.dispatch import receiver > from django.db impo