python - Django manage.py only returning list of subcommands and options -
i'm sure i'm overlooking simple, i've tried multiple times , still run same problem.
i have installed python 2.7.1 , django 1.2.4 on windows vista.
i create project using django-admin startproject projectname. creates folders , files needed.
i try running manage.py runserver , receive in return available commands , options manage.py.
what missing here? see no output other this.
thanks in advance.
have run manage.py runserver , if have, try python manage.py runserver?
Comments
Post a Comment