Re: ERROR:cannot import name Post -- while using django signals

2008-05-28 Thread Collin Grady
Usage questions belong on django-users - this list is for the development of django itself. -- Collin Grady --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send em

Re: ERROR:cannot import name Post -- while using django signals

2008-05-28 Thread ravindra goyal
May 28, 2008 at 12:37 PM Subject: ERROR:cannot import name Post -- while using django signals To: django-developers@googlegroups.com http://www.mercurytide.co.uk/whitepapers/django-signals/ according to the documents in above URL i am trying to implement signals in django. but getting the following

ERROR:cannot import name Post -- while using django signals

2008-05-28 Thread ravindra goyal
http://www.mercurytide.co.uk/whitepapers/django-signals/ according to the documents in above URL i am trying to implement signals in django. but getting the following error --cannot import name Post please help me out how to include this Post signal in the model