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/
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
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
3 matches
Mail list logo