Ramiro Morales On Jan 28, 2013 11:03 PM, "Ricardo Diaz" <[email protected]> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

