Sphinx Search ORM

2008-11-11 Thread dusans
Has onyone been able set make Sphinx Search ORM to work http://www.djangosnippets.org/snippets/231/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-use

Re: ANN: Updated Django Cheat Sheet

2008-09-09 Thread dusans
Tnx, make a black/white version :) On Sep 4, 12:09 pm, Fraser Nevett <[EMAIL PROTECTED]> wrote: > With the release of Django 1.0, we're pleased to announce the release > of a completely updated version of our highly popular Django Cheat > Sheet which is crammed with a whole host of useful Django

django-jython-oracle

2008-10-08 Thread dusans
Im currenty trying to make a prototype for my company, which would use django-jython and a oracle database. Im expiriencing problem cuz the documentation is sparse: http://code.google.com/p/django-jython/wiki/DatabaseBackends -> jython doesnt find the .jar in classpath :( tryed for a test with po

Oracle DateTime SQL error

2008-10-10 Thread dusans
Im getting this error when updating or inserting a row with a DateTime Field. Did i do something wrong or is it a bug? Same error in admin console also. ERROR: ORA-01830: date format picture ends before converting entire input string Django SQL: UPDATE "IFS_UIFN_SLO_TUJ" SET "DATUM_VKLJUCITVE" =

Primary key error

2008-10-10 Thread dusans
If i set a primary key by myself, django syncdb doesnt create a sequence, so when i make a new Row i get primary key is null valiation like this id_ifs_uifn = models.IntegerField(db_column='ID_IFS_UIFN', primary_key=True) --~--~-~--~~~---~--~~ You received this mes

Re: Primary key error

2008-10-10 Thread dusans
Ah my bad, tnx :) On Oct 10, 10:45 am, bruno desthuilliers <[EMAIL PROTECTED]> wrote: > On 10 oct, 10:19, dusans <[EMAIL PROTECTED]> wrote: > > > If i set a primary key by myself, django syncdb doesnt create a > > sequence, so when i make a new Row i get primary ke

Re: Oracle DateTime SQL error

2008-10-10 Thread dusans
It works on postgres. On Oct 10, 9:08 am, dusans <[EMAIL PROTECTED]> wrote: > Im getting this error when updating or inserting a row with a DateTime > Field. Did i do something wrong or is it a bug? Same error in admin > console also. > > ERROR: > ORA-01830: date fo

django-jython-postgres driver

2008-10-13 Thread dusans
I have 1. django 2. jython 3. doj.backends.zxjdbc.postgresql 4. ...\jre1.6.0_07\lib\ext\postgresql-8.3-603.jdbc4.jar I have writen a Test.java with: Class.forName("org.postgresql.Driver"); It works, so that means it should work. But jython tells me: DatabaseError: driver [org.postgresql.Driver

Re: Which IDE do you choose with django?

2008-10-13 Thread dusans
Pyscripter; best python interpreter, autocompletion, django debugging... On Oct 12, 6:19 pm, zjffdu <[EMAIL PROTECTED]> wrote: > I am a newbie of django, and want to know which IDE is suit for > django? > > thank your --~--~-~--~~~---~--~~ You received this message

Re: Oracle DateTime SQL error

2008-10-13 Thread dusans
Tnx works! On Oct 10, 11:38 pm, Ian <[EMAIL PROTECTED]> wrote: > On Oct 10, 1:08 am, dusans <[EMAIL PROTECTED]> wrote: > > > > > > > Im getting this error when updating or inserting a row with a DateTime > > Field. Did i do something wrong or is it a

template queryset sort filter search

2008-10-20 Thread dusans
What is the best reasuable way of implementing Sorting on each field and filtering --~--~-~--~~~---~--~~ 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.