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

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

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