Unexplained Django error. Diagnosis anyone?
- by colorfulgrayscale
I have a django project I keep on github. It worked perfectly fine on my laptop. I downloaded it on my desktop and tried to "python manage.py runserver" or even "python manage.py shell"
I get a
Error: No module named messages
No other messages, no stack trace, nothing..Anyone have any idea whats going on?
Thanks.