Re: Installed Apps in settings.py

2006-07-31 Thread limodou
On 7/31/06, Technofreak <[EMAIL PROTECTED]> wrote: > > > limodou wrote: > > > > > How do you create your project, using: django-admin.py startproject > > XXX? If you did like this, the settings.py should include default > > apps. > > > Ya, I did create using 'django-admin.py startproject XXX' but

Re: Installed Apps in settings.py

2006-07-31 Thread Technofreak
limodou wrote: > > How do you create your project, using: django-admin.py startproject > XXX? If you did like this, the settings.py should include default > apps. > Ya, I did create using 'django-admin.py startproject XXX' but I din't get the default apps included in the settings.py. Thats the b

Re: Installed Apps in settings.py

2006-07-30 Thread limodou
On 7/31/06, Parthan SR <[EMAIL PROTECTED]> wrote: > Hi, > > Am trying out my first hands with Django and was following the tutorial > given in the documentation. I have created a project and in the settings.py > file, as it is said in the tutorial, there is no default installed apps. It > is like.

Installed Apps in settings.py

2006-07-30 Thread Parthan SR
Hi, Am trying out my first hands with Django and was following the tutorial given in the documentation. I have created a project and in the settings.py file, as it is said in the tutorial, there is no default installed apps. It is like... INSTALLED_APPS = ( ) The tutorial says the following w