Re: setting up apache on OSX

2008-02-08 Thread js
Hi, If you're not planning on setting up productioin environment, but just for testing/developing, you don't have to use apache. Django development server is good enough your porpose. If you want to learn how to set up secure apache, you might want to check http://httpd.apache.org/userslist.html

Re: getting set up on osx for first app!

2008-02-08 Thread js
Hi again, OS X has pre-installed apache and Python, but you still have to install Django yourself. Get the latest version from http://www.djangoproject.com/download/ and try installing. Thanks On Feb 9, 2008 3:21 PM, newbiedoobiedoo <[EMAIL PROTECTED]> wrote: > > howdy, > > i have osx 10.4.10,

Re: setting up apache on OSX

2008-02-09 Thread js
explained there, too. On Feb 10, 2008 3:27 AM, newbiedoobiedoo <[EMAIL PROTECTED]> wrote: > > hi JS, > > Thanks for replying. You're right, this is just for development and > testing. I'm on OSX, > and I understand apache is already here. Although its not

Re: Database?

2008-02-09 Thread js
SQL knowledge will be helpfull, but before you start something, you don't know what to learn of SQL, do it? So I suggest you start learning Django first and when you get stuck with SQL problem, then start searching the information you need. which I think is more effective. Thanks. On Feb 10, 200

Re: 404 Error custumization

2007-03-23 Thread js
Hi. There's no defualt 404 page. http://code.djangoproject.com/ticket/3335 Hope this helps On 3/23/07, SlavaSh <[EMAIL PROTECTED]> wrote: > > How can I use "default" 404 page in Django ? > When I disable debugging i just get an error: > > Mod_python error: "PythonHandler django.core.handlers.

Advanced Search on Django?

2007-03-30 Thread js
Hi, Now I'm trying to write a 'Advanced search' function like this. http://code.djangoproject.com/query Because I'm still new to Python and Django writing flexible query like this is a bit hard. So I svn checkouted djangoproject.com's source and tried to look at the custom query's code, but I c