Re: django and oracle --

2012-05-01 Thread Giovanni Bronzini
Simple one you are missing * item*  just before *['prezzo']*  :-)

On 28 April 2012 18:30, gmail  wrote:

>  hello django boys,
>
> i hope someone here can help me. i have a problem with django e oracle.
> above the code with problem:
>
> insert = """insert into modello (title, descrizione, url, prezzo, sconto)
> values (:title, :descrizione, :url,
>  :prezzo, :sconto)"""
>  try:
>   self.c.execute(insert,{'title':item['title'],
> 'descrizione':item['descrizione'],
>  'url':item['url'],
> 'prezzo':['prezzo'], 'sconto':item['sconto']})
>
> when try this code the system report this error:
> ORA-01484:arrays can only be bound to PL/SQL statement
>
> ** any items is a list of different values for title,descrizione etc etc
>
> thanks
> marco
> *
> *
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

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



Re: Tools for extending the admin?

2012-05-01 Thread Giovanni Bronzini
Maybe that one ?

https://github.com/saxix/django-iadmin


On 1 May 2012 21:12, Marc Aymerich  wrote:

> On Tue, May 1, 2012 at 5:43 PM, Roy Smith  wrote:
> > I'm working on a site which makes extensive use of admin, and we're
> starting
> > to look at extending/customizing it.  I am aware of django-admin-tools
> > and django-grappelli.  Are there other projects I should be looking at
> for
> > admin extension/customization ideas?
>
> Maybe you want to take a look at django-fluent-dashboard
>
> https://github.com/edoburu/django-fluent-dashboard
>
> --
> Marc
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

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