Create Dynamic data with mongokit

2010-05-28 Thread Marcos Daniel Petry
[2] (ipython traceback): can anyone help me with this? [1]http://paste.pocoo.org/show/219363/ [2]http://paste.pocoo.org/show/219367/ -- Marcos Daniel Petry http://mdpetry.net -- You received this message because you are subscribed to the Google Groups "Django users" grou

showing templates error to user

2009-08-14 Thread Marcos Daniel Petry
is when the user misses one of these filters, I would like to implement a kind of validation, showing where the error is, something similar to the debug Django, showing where the line is, not an "Internal Server Error" -- Marcos Daniel Petry http://m

Re: problems with large data

2009-07-16 Thread Petry
Hi Ian I had been looking on django source and I changed some attributes on base.py file see this[1] ticket, it is works fine for me! [1] http://code.djangoproject.com/ticket/11487 On 16 jul, 13:15, Ian Kelly <ian.g.ke...@gmail.com> wrote: > On Jul 16, 7:51 am, Petry <marcospe.

problems with large data

2009-07-16 Thread Petry
Hello, I am working on a project where I have to store a large amount of content, (html) in a record from a table, I am using Oracle as the database What is very strange ... is put a text reasonably small, (around 2000 characters) and it works correctly, save without problems, but doubling this

problem with redirect

2009-07-14 Thread Petry
that I am using https, and the field, when I, in the redirect using the reverse: post_save_redirect = reverse ( 'apps.banners.views.exibe', args = [banner_id]) he sends it to the address above, (ip and http) -- Marcos Daniel Petry http://mdpetry.net

full-text search

2009-05-28 Thread Petry
Hi all I'm trying to implement a search on my site, find this[1] solution interesting because it is not necessary to use any external code (or as xapian sphinx). Unfortunately this solution only works in older versions of django. I tried to fix backend.quote_name, but failed. Someone has used a

Re: Table or view does not exist - Oracle

2009-04-23 Thread Petry
I'm using Python 2.6.2, cx_oracle 4.4.1 and django 1.1 beta 1 SVN-10620 anyone know what happend?? On 22 abr, 17:48, Petry <marcospe...@gmail.com> wrote: > I have the same problem. > > I ran the command "python manage.py syncdb" and the tables were > created. &g

Re: Table or view does not exist - Oracle

2009-04-22 Thread Petry
I have the same problem. I ran the command "python manage.py syncdb" and the tables were created. In the shell I run: from django.contrib.auth.models import * Permission.objects.all () and returned the objects but when I tried to use the runserver the error appears: Databaseerror: ORA-00942:

multiwidget and inlineformset

2008-12-06 Thread Petry
hi all! I have a problem with in MultiWidget in inline forms. I created a widget [1] to separate the phone and code, on a normal form works fine, but when using a inlineformset use widget does not work right [1] http://dpaste.com/96511/ --~--~-~--~~~---~--~~

Re: problem with inlineformset_factory

2008-11-08 Thread Petry
Hi Karen! I use the version of SVN, I am currently with version 1.1 pre- alpha-9335 SVN and the error still remains! On 8 nov, 12:02, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Sat, Nov 8, 2008 at 8:56 AM, Petry <[EMAIL PROTECTED]> wrote: > > >

Re: problem with inlineformset_factory

2008-11-08 Thread Petry
somebody can help me? On 7 nov, 13:24, Petry <[EMAIL PROTECTED]> wrote: > I changed my template model to use OneToOneField and remove the > Blank=True, but the same error appears... > > On 7 nov, 12:30, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > >

Re: problem with inlineformset_factory

2008-11-07 Thread Petry
I changed my template model to use OneToOneField and remove the Blank=True, but the same error appears... On 7 nov, 12:30, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Fri, Nov 7, 2008 at 9:10 AM, Daniel Roseman < > > > > [EMAIL PROTECTED]> wrote: &

Re: problem with inlineformset_factory

2008-11-07 Thread Petry
anyone? On 4 nov, 16:02, Petry <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm having a weird problem when usinginlineformset_factory, he can > only register up to 2 records, after that causes a validation error > > "(Hidden field id) User phone with this None already

problem with inlineformset_factory

2008-11-04 Thread Petry
/ [2] http://dpaste.com/88599/ [3] http://dpaste.com/88600/ -- Marcos Daniel Petry http://mdpetry.net --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send e