Re: Multiple weblogs or catecorized news

2008-08-19 Thread Simon Willison
On Aug 19, 1:39 am, "Tom Tobin" <[EMAIL PROTECTED]> wrote: > (And you know, I still think we'd be better off with > "django-YES-THIS-ONE" and "django-NO-THE-OTHER-ONE".  Or perhaps a tad > more seriously, something like "django-community" and "django-core" — > otherwise we'll be fighting this batt

Re: Multiple weblogs or catecorized news

2008-08-18 Thread tezro
Argh, thanks ) On Aug 19, 4:36 am, "Tom Tobin" <[EMAIL PROTECTED]> wrote: > On Mon, Aug 18, 2008 at 7:01 PM, tezro <[EMAIL PROTECTED]> wrote: > > > Hi all. Got a question unsolved yet. > > Wrong list — you want django-users.  django-developers is for > development *of* Django, not *using* Django.

Re: Multiple weblogs or catecorized news

2008-08-18 Thread Tom Tobin
On Mon, Aug 18, 2008 at 7:36 PM, Tom Tobin <[EMAIL PROTECTED]> wrote: > On Mon, Aug 18, 2008 at 7:01 PM, tezro <[EMAIL PROTECTED]> wrote: >> >> Hi all. Got a question unsolved yet. > > Wrong list — you want django-users. django-developers is for > development *of* Django, not *using* Django. ^_^

Re: Multiple weblogs or catecorized news

2008-08-18 Thread Tom Tobin
On Mon, Aug 18, 2008 at 7:01 PM, tezro <[EMAIL PROTECTED]> wrote: > > Hi all. Got a question unsolved yet. Wrong list — you want django-users. django-developers is for development *of* Django, not *using* Django. ^_^ --~--~-~--~~~---~--~~ You received this messag

Multiple weblogs or catecorized news

2008-08-18 Thread tezro
Hi all. Got a question unsolved yet. I'm making a news site on Django. App has e.x. 2 models: Type and Element. "Type" is simply a definition of some type of news it handles, literally its source info: title, site link, type_name (as slug). "Element" handles the news elements with a foreign key "