Jeremy Dunck wrote:
> On 7/8/07, Carl Karsten <[EMAIL PROTECTED]> wrote:
>> Something between that and the admin look/feel.  The goal is to show someone
>> what data will be displayed ins a some what sane way during development, and
>> make it pretty some other day.
> 
> Maybe you want databrowse?
> http://www.djangoproject.com/documentation/databrowse/

Right look, wrong source.  My {{object}} is the results of a calendar display 
with a bunch of these: http://dell29:8000/eventcal/detail/600/

I need the detail for Event 600 to be dumped.

I can almost do it with;
http://dell29:8000/databrowse/eventcal/event/objects/600/

But that circumvents the view and {% extends "main.html" %} and the plan to 
hear 
"yes, that is the right data, lets make it look pretty" and have some clue what 
attributes object has, just by looking at the 'raw' version rendered in the 
browser.

> 
>> This might be what I want, but I cant tell:
>> http://code.djangoproject.com/wiki/CookBookShortcutsPageDecoratorSimple
> 
> Err, why not try it out?

I mean I am not sure how to make it work with 'object' the generic view hands 
off.

Carl K

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

Reply via email to