Re: Django model register for admin section

2009-08-18 Thread Alex Gaynor
On Tue, Aug 18, 2009 at 3:28 AM, ajay wrote: > > Hi , >   To register model in admin section we need to Register individual > class >   Example: >      admin.site.register(Poll) >      admin.site.register(Choice) >     admin.site.register(Vote) > > Is there other way to

Django model register for admin section

2009-08-18 Thread ajay
Hi , To register model in admin section we need to Register individual class Example: admin.site.register(Poll) admin.site.register(Choice) admin.site.register(Vote) Is there other way to register all class by single register call like this

Re: Eric Evans Value Objects

2009-08-18 Thread gentlestone
Thank you very mutch. Propably you have saved me a lot of time. On 17. Aug, 15:31 h., Peter Herndon wrote: > Hi Tibor, > > > > On Mon, Aug 17, 2009 at 4:17 AM, gentlestone wrote: > > > I'm looking for a support for something like Eric Evans Value

Re: OT: Drawing lines in the browser

2009-08-18 Thread Kenneth Gonsalves
On Tuesday 18 Aug 2009 1:23:08 pm Thomas Guettler wrote: > this is offtopic: How can you draw lines in a (django) web application? > > I think you need to use flash or java to do it. I googled for it, but found > only beta quality projects. > > Has anyone experience with this? first hit in

OT: Drawing lines in the browser

2009-08-18 Thread Thomas Guettler
Hi, this is offtopic: How can you draw lines in a (django) web application? I think you need to use flash or java to do it. I googled for it, but found only beta quality projects. Has anyone experience with this? Thomas -- Thomas Guettler, http://www.thomas-guettler.de/ E-Mail: guettli

INSTALLED_APPS package name vs applabel

2009-08-18 Thread hash1baby
I undestand that - Installed apps are identified by 'package name' for the purpose of settings.INSTALLED_APPS, but are identifed by 'applabel' for the purpose of `manage sqall`. - The appname is derived from the final dotted component of the package name. Doesn't this create an unecessary

Re: Unicode Text for Dictionary Keys ok for Templates?

2009-08-18 Thread rmschne
Karen, Humm. Ah. Yes. Obvious, isn't it! Thanks. On Aug 16, 8:13 pm, Karen Tracey wrote: > On Sun, Aug 16, 2009 at 1:28 PM, rmschne wrote: > > > I'm extracting data from a database and then cross-tabbing the data > > (with some Python) code to create

<    1   2