I just installed django after i run
django-admin.py startproject test2
BOX@BOXLinux:~/django/test2/test2$ ls
__init__.py settings.py urls.py wsgi.py
There is no file called manage.py ? is my mistake or a bug in django
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You appear to be using the development version, for some reason. In that version, the structure has changed a bit so that manage.py is in the directory above.
You should really be using version 1.3, until 1.4 is released.