Re: Newbie needs help with real-world example...

2005-12-02 Thread Kenneth Gonsalves
On Friday 02 Dec 2005 9:49 pm, Adrian Holovaty wrote: > On 12/2/05, Joshua D. Drake <[EMAIL PROTECTED]> wrote: > > No I meant things like, informing us about core=True > > missing It actually validates > > the models on startup. apache/modpython doesn't. AFAIK > > Correct, Apache doesn't. But

Re: Newbie needs help with real-world example...

2005-12-02 Thread Adrian Holovaty
On 12/2/05, Joshua D. Drake <[EMAIL PROTECTED]> wrote: > No I meant things like, informing us about core=True missing It > actually validates > the models on startup. apache/modpython doesn't. AFAIK Correct, Apache doesn't. But you can run "django-admin.py validate [appname]" at any time to g

Re: Newbie needs help with real-world example...

2005-12-02 Thread Joshua D. Drake
as will apache/modpython No I meant things like, informing us about core=True missing It actually validates the models on startup. apache/modpython doesn't. AFAIK Joshua D. Drake -- The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564 PostgreSQL Replication, Consulting, Cus

Re: Newbie needs help with real-world example...

2005-12-02 Thread John Szakmeister
On Thursday 01 December 2005 21:01, James Bennett wrote: > On 12/1/05, John Szakmeister <[EMAIL PROTECTED]> wrote: > > I don't see why not. The apps themselves aren't big, and isn't it the > > purpose of runserver to help do development and testing? I think my > > problem is what Luke mentioned:

Re: Newbie needs help with real-world example...

2005-12-01 Thread Kenneth Gonsalves
On Friday 02 Dec 2005 10:16 am, Joshua D. Drake wrote: > > > > I feel that runserver is only meant for people to evaluate > > django. Once they see the automatic admin interface and decide > > to proceed further it makes no sense to use runserver as > > development should always be in the same en

Re: Newbie needs help with real-world example...

2005-12-01 Thread Joshua D. Drake
I feel that runserver is only meant for people to evaluate django. Once they see the automatic admin interface and decide to proceed further it makes no sense to use runserver as development should always be in the same environment as production One thing that is really useful abo

Re: Newbie needs help with real-world example...

2005-12-01 Thread Kenneth Gonsalves
On Thursday 01 Dec 2005 7:14 pm, Afternoon wrote: > On 1 Dec 2005, at 12:04, Kenneth Gonsalves wrote: > > i seriously doubt whether you could run the site with runserver > > - try it with the full apache2 config > > Woah, hang on. If Django is not serving anything useful through > runserver, putti

Re: Newbie needs help with real-world example...

2005-12-01 Thread James Bennett
On 12/1/05, John Szakmeister <[EMAIL PROTECTED]> wrote: > I don't see why not. The apps themselves aren't big, and isn't it the purpose > of runserver to help do development and testing? I think my problem is what > Luke mentioned: a lack of data. Yeah, I poked around in the djangoproject.com c

Re: Newbie needs help with real-world example...

2005-12-01 Thread John Szakmeister
On Thursday 01 December 2005 07:04, Kenneth Gonsalves wrote: > On Thursday 01 Dec 2005 5:11 pm, John Szakmeister wrote: > > I should mention that at the moment I'm using django-admin.py's > > runserver to run the site.  I just want to make sure I get all > > the configuration settings correct befo

Re: Newbie needs help with real-world example...

2005-12-01 Thread John Szakmeister
On Thursday 01 December 2005 19:05, Luke Plant wrote: > On Thu, 1 Dec 2005 06:41:38 -0500 John Szakmeister wrote: > > It runs, but > > unfortunately, it complains that it can't find any pages. Not the > > weblog, not the main page, nothing. > > I'm guessing the pages are stored in the database.

Re: Newbie needs help with real-world example...

2005-12-01 Thread Luke Plant
On Thu, 1 Dec 2005 06:41:38 -0500 John Szakmeister wrote: > It runs, but > unfortunately, it complains that it can't find any pages. Not the > weblog, not the main page, nothing. I'm guessing the pages are stored in the database. Do you have a copy of the djangoproject.com DB? I wouldn't ha

Re: Newbie needs help with real-world example...

2005-12-01 Thread Afternoon
On 1 Dec 2005, at 12:04, Kenneth Gonsalves wrote: i seriously doubt whether you could run the site with runserver - try it with the full apache2 config Woah, hang on. If Django is not serving anything useful through runserver, putting it up on Apache isn't going to help anything. John,

Re: Newbie needs help with real-world example...

2005-12-01 Thread Kenneth Gonsalves
On Thursday 01 Dec 2005 5:11 pm, John Szakmeister wrote: > I should mention that at the moment I'm using django-admin.py's > runserver to run the site.  I just want to make sure I get all > the configuration settings correct before I attempt to do the > full up Apache 2 config. i seriously doubt

Newbie needs help with real-world example...

2005-12-01 Thread John Szakmeister
I've been through the tutorial pages (which are great!) and managed to get all that working without any fuss. I'm contemplating using Django for my company's website since I could integrate a few applications so that others can post job openings, and do some other miscellaneous things. I deci