[Answer]-Django: manage.py can't find any apps

1👍

Solved. Turns out my Django installation was broken, probably because of the antivirus deleting files it doesn’t like (has happened before). Reinstalling Django seems to have solved the issue. I now run Django 1.6, I hope it doesn’t generate many problems given that I started development with the version 1.5.2.

Leave a comment