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/", include("notification.urls")), within the patterns tuple of urlpatterns.
Then edit templates/site_base.html by removing this line: <li id="tab_notices"><a href="{% url notification_notices %}">{% trans "Notices" %}{% if notice_unseen_count %} ({{ notice_unseen_count }}){% endif %}</a></li On Sat, Apr 14, 2012 at 4:39 PM, Nikhil Somaru <nsom...@gmail.com> wrote: > 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 <alec.tayl...@gmail.com> wrote: >> I keep getting an ImportError saying "cannot import name `feed`". >> (pinax-admin basic_project) >> >> I am running latest Pinax (from github) and latest DJango (from SVN), >> >> I have also tried with trunk versions of all dependencies, but I keep >> getting this error. >> >> How can I overcome this error? >> >> Thanks for all suggestions, >> >> Alec Taylor > > -- > 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 unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- 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 unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.