Re: cannot import name `feed`

2012-04-14 Thread Alec Taylor
Actually it can be fixed by removing django.notifications like so: Edit `settings.py` by commenting out "notification.context_processors.notification", within TEMPLATE_CONTEXT_PROCESSORS and "notification", # must be first from INSTALLED_APPS. Finally edit urls.py by commenting out url(r"^notices/

Re: cannot import name `feed`

2012-04-13 Thread Nikhil Somaru
You have upgraded to Django 1.4. I had the same problem when going from Django 1.3.1 to 1.4. Suggestion: pip install django==1.3.1 On Mar 6, 7:22 am, Alec Taylor wrote: > I keep getting an ImportError saying "cannot import name `feed`". > (pinax-admin basic_project) > > I am running latest Pin

Re: cannot import name `feed`

2012-04-13 Thread Nikhil Somaru
You have upgraded to Django 1.4. I had the same problem when going from Django 1.3.1 to 1.4. Suggestion: pip install django==1.3.1 On Mar 6, 7:22 am, Alec Taylor wrote: > I keep getting an ImportError saying "cannot import name `feed`". > (pinax-admin basic_project) > > I am running latest Pin