Quixotix/gedit-django-project

Need better error for missing django-admin.py

MicahCarrick opened this issue · 0 comments

If Django is not installed system-wide, and no virtualenv has been activated via opening a project, then the django-admin.py commands will fail with a "No such file or directory" error. This should specify that django-admin.py was not found.