Django-admin.py not being recognized suddenly
Posted
by
Jen Camara
on Stack Overflow
See other posts from Stack Overflow
or by Jen Camara
Published on 2012-11-20T22:05:27Z
Indexed on
2012/11/20
23:01 UTC
Read the original article
Hit count: 222
I tried starting a new Django project yesterday but when I did "django-admin.py startproject projectname" I got an error stating: "django-admin.py is not recognized as an internal or external command." The strange thing is, when I first installed Django, I made a few projects and everything worked fine. But now after going back a few months later it has suddenly stopped working.
I've tried looking around for an answer and all I could find is that this typically has to do with the system path settings, however, I know that I have the proper paths set up so I don't understand what's happening. Does anybody have any idea what's going on?
© Stack Overflow or respective owner