Hi, it is the first time I post to the list, the cause is that I
 having "issues" with the tutorial, I mean, when it must create a
 subdirectory and these files (django-admin.py startproject):

mysite/
    manage.py
    mysite/
        __init__.py
        settings.py
        urls.py
        wsgi.py

In my case it only creates:

mysite/
    manage.py
    __init__.py
    settings.py
    urls.py

 It says, in the tutorial, that it must be caused by using an older
 Django version, but my Django installation is up to date, indeed,
 following an older tutorial I managed to have the development server
 running like this:

python manage.py runserver
Validating models...

0 errors found
Django version 1.3.1, using settings 'misitio.settings'
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

 Bye and thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to