Re: Missing files on a new project

2013-01-28 Thread Ricardo Diaz
Well, i'm following a video tutorial -> this guy is using Django 1.4 and 
when he uses startmanager on shell Django creates all of those files on the 
main folder.

Check it about 3:11 https://www.youtube.com/watch?v=fVNL5MwskiQ

That is the reason why I'm asking for help.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@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.




Missing files on a new project

2013-01-27 Thread Ricardo Diaz
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.
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.