Hey,

Django-book has not been updated for a long time and tutorials you went
through are based on Django 1.0

In Django 1.4, settings.py, urls.py and other project related files are
located under a directory with project name.

In you case if you look into demo/ folder, you will see urls.py and
setting.py.

On Monday, January 28, 2013, Ricardo Diaz wrote:

> Hi, I'm pretty noob with Django.
>
> I've readed a few pages of the Django-book and just started to create my
> own projects.
>
> When I try to create a new project using django-admin startproject demo,
> it just creates 2 things
>
> project
>   l--demo
>   l--manage.py
>
> I don't know why it doesn't create the missing files: __init__.py
> settings.py and urls.py
>
> I'm working on Ubuntu 12.04 and this happens on Django 1.4.3 and 1.4
> versions
>
> Thx for your help.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to 
> django-users@googlegroups.com<javascript:_e({}, 'cvml', 
> 'django-users@googlegroups.com');>
> .
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com <javascript:_e({}, 'cvml',
> 'django-users%2bunsubscr...@googlegroups.com');>.
> Visit this group at http://groups.google.com/group/django-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>


-- 
--
Pankaj Singh
http://about.me/psjinx

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


Reply via email to