manage.py doesn't be shown in project directory

I create one project and here is the folder structure:

mysite
    mysite
        __init__.py
        settings.py
        urls.py
        wsgi.py

The manage.py is missing.

I am using Django version 1.4.20 and python version 2.6.6.

Is there anyone who has the same problem before?

Thank you.