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
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
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.
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
4 matches
Mail list logo