Re: Missing files on a new project

2013-01-29 Thread Ramiro Morales
Ramiro Morales
On Jan 28, 2013 11:03 PM, "Ricardo Diaz"  wrote:
>
> 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 video tutorial is wrong. I suggest to simply ignore material from that
source.

I suspect he is doing something that is explicitly warned against in the
first paragraphs of the official tutorial: Installing a version of Django
without uninstalling an older one (1.3.x?) before.
The directories layout set up by startproject changed to what you see in
1.4.

-- 
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.




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.




Re: Missing files on a new project

2013-01-27 Thread Pankaj Singh
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 'django-users@googlegroups.com');>
> .
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com  '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.




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.