gc2gh / django-newsroom

Automatically exported from code.google.com/p/django-newsroom
Other
0 stars 0 forks source link

No longer works with the latest version of Pinax #69

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Follow INSTALL instructions
2. Try to run syncdb on newsroom_project

What is the expected output? What do you see instead?

It fails because the "misc" app is no longer in Pinax

installing a pre 0.7 version of Pinax seems to fix it:

pip install -e git+http://github.com/pinax/pinax.git@0.7beta1#egg=pinax

Original issue reported on code.google.com by sgt.hu...@gmail.com on 10 Dec 2009 at 8:08