Django Settings File - Where is it?

5 views
Skip to first unread message

reactosguy

unread,
Dec 17, 2009, 7:01:04 PM12/17/09
to Django users
Where is the Django settings file? I read the docs but I am confused.

dartdog

unread,
Dec 17, 2009, 7:07:27 PM12/17/09
to Django users
In your root dir for your Django project normally. settings.py Not in
the django root if that is your confusion

D. Rick Anderson

unread,
Dec 17, 2009, 7:14:14 PM12/17/09
to django...@googlegroups.com
Make sure you started a project first:

django-admin.py startproject myapp
cd myapp
vi settings.py

On Thu, Dec 17, 2009 at 4:01 PM, reactosguy <micros...@gmail.com> wrote:
Where is the Django settings file? I read the docs but I am confused.

--

You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.



Biju Varghese

unread,
Dec 18, 2009, 11:08:31 AM12/18/09
to Django users
create a project with django-admin.py startproject project1
and this will create a folder named project1 and check in this foder
will have settings.py urls.py manage.py and __init__.py etc.

Rafael Vieira

unread,
Dec 18, 2009, 11:11:05 AM12/18/09
to django...@googlegroups.com
It is the project configuration's file, "settings.py" where you can
change project options, for example, DATABASE_NAME equals name of your
database and more...

2009/12/18 Biju Varghese <bijuk...@gmail.com>:


> create a project with django-admin.py startproject project1
> and this will create a folder named project1 and check in this foder
> will have settings.py urls.py manage.py and __init__.py etc.
>

> --
>
> You received this message because you are subscribed to the Google Groups "Django users" group.
> To post to this group, send email to django...@googlegroups.com.
> To unsubscribe from this group, send email to django-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
>
>
>

--
Rafael Vieira
54-91575031

Reply all
Reply to author
Forward
0 new messages