pinax-admin setup_project -b basic Project_x
It did a whole bunch of setup. Said that everything worked.
I then use the command.
python manage.py syncdb
And I get the error:
Error: No module named metron
Pip reports that metron is already installed. What the hell do I do.