Re: Localized admin and date field formats

2010-06-25 Thread Jeliuc Alexandr
gt; On Tue, Jun 15, 2010 at 12:49 AM, D3f0 <nahuel.defo...@gmail.com> wrote: > > > Hi > > > There's been a slighty change in 1.2, take a look at: > > >http://docs.djangoproject.com/en/dev/ref/settings/#date-input-formats > > > > Nahuel > > > &g

admin default field widget changing

2010-06-13 Thread Jeliuc Alexandr
Hello. I want to change default text input widget in admin for CharField to text area... How can I do it? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from

Localized admin and date field formats

2010-06-13 Thread Jeliuc Alexandr
Hello. I'm using django1.2.1 with i18n and l10n enabled... standart django admin date format is mm-dd- when it changes to Spain it becomes dd/mm/ Not problem it is possible to choice date and save it... But if I want to edit row it becomes like standart mm-dd-... No problem... but if

Re: How do I set my default language ???

2010-06-11 Thread Jeliuc Alexandr
Contra question... do You use something like geoip in your application? On Jun 11, 5:48 pm, Ariel wrote: > Hi everybody, I write in my settings.py LANGUAGE_CODE = 'fr' to make french > the default language but it does'nt seem to work because the spanish is > still the

Re: How do I set my default language ???

2010-06-11 Thread Jeliuc Alexandr
Please try 'fr-FR' On Jun 11, 5:48 pm, Ariel wrote: > Hi everybody, I write in my settings.py LANGUAGE_CODE = 'fr' to make french > the default language but it does'nt seem to work because the spanish is > still the default language, Do I need to do something else to make

django and facebook ilike box and button

2010-06-10 Thread Jeliuc Alexandr
Hello! I have to integrate facebook ilike box in django project. Unfortunately when I press it is says "verification required" I had similar problem before with i like button but it was symfony project and there more then 10 redirect on index page... What can be the problem? -- You received this

Re: Django fcgi

2010-06-10 Thread Jeliuc Alexandr
Thank You! :) It was tag. On Jun 10, 3:34 pm, Kenneth Gonsalves <law...@au-kbc.org> wrote: > On Thursday 10 June 2010 17:53:56 Jeliuc Alexandr wrote: > > > I'don't know.. if i have debug-toolbar in my isntalled applications it > > shows debug toolbar stacked on scree

Re: Django fcgi

2010-06-10 Thread Jeliuc Alexandr
:) It is very good idea. I've some js blocks. Thank You. Kenneth On Jun 10, 3:34 pm, Kenneth Gonsalves <law...@au-kbc.org> wrote: > On Thursday 10 June 2010 17:53:56 Jeliuc Alexandr wrote: > > > I'don't know.. if i have debug-toolbar in my isntalled applications it > > sho

Re: Django fcgi

2010-06-10 Thread Jeliuc Alexandr
Thursday 10 June 2010 17:29:31 Jeliuc Alexandr wrote: > > > Hello. I just installed django on remote host using fcgi mode... > > Now I've strange problem it works for chrome and gives error for > > firefox > > what error? > -- > Regards > Kenneth Gonsalves >

Django fcgi

2010-06-10 Thread Jeliuc Alexandr
Hello. I just installed django on remote host using fcgi mode... Now I've strange problem it works for chrome and gives error for firefox What is the problem? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Django fcgi deployment on bluehost

2010-06-09 Thread Jeliuc Alexandr
Hello. Is there any one using django on bluehost? Two days I'm trying to set up it... :( Please help me!! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To

Re: django and android application

2010-06-05 Thread Jeliuc Alexandr
Hello, I've to do something similar... but application django connects written for iphone... I know nothing about android... ideas xml or json... does it support these formats? On Jun 5, 11:18 pm, rahul jain wrote: > Hi Django, > > I would like to create an android

Re: Unable to import libxml2mod from the python script

2010-06-03 Thread Jeliuc Alexandr
and import the respective modules. > > > I have a feeling that the solution is quite easy after which I will > > hit myself in the head hard! I have been pulling hair over this > > problem since days now. Anyone, with any suggestions/info on how they > > got thei

Re: Unable to import libxml2mod from the python script

2010-06-02 Thread Jeliuc Alexandr
You should check env path variables diff between shell and code execution. Another way check this error path is there libxml2 or not. it may be in usr/lib/python2.5. or something like that. On Jun 2, 4:57 pm, Superman wrote: > I have a django site that is integrated with

Re: Can't access Django Dev Server.

2010-05-31 Thread Jeliuc Alexandr
Hello 1. no index page (debug off) 2. try another port 3. check for bugs in urls and views 4. recheck configurations in settings On May 30, 3:03 am, gin tonic wrote: > My development server is running but when I attempt to access it at > the localhost 127.0.0.1:8000 I

Re: New product django-queries

2010-05-31 Thread Jeliuc Alexandr
Hello. Can You explain the difference between this module and filters and search functionality of admin.modelAdmin? What is its best? On May 31, 1:55 pm, Guthy Peter wrote: > Dear Django users, > > I have written a new module for Django: it's called django-queries, > and is sort

Re: Django 1.2.1 install in Ubuntu 10.04 via Synaptic?

2010-05-30 Thread Jeliuc Alexandr
Hello, there. If You need new versions features or if You want to keep Your django updated it is not a problem. Install it manually. There is information about on django website. Also it'll be helpful to read about trunk version. It is python. :) Best regards. On May 31, 1:42 am, AD

Re: How can I test the correctness of my models against the schema of a database?

2010-05-30 Thread Jeliuc Alexandr
Sorry. I haven't use other methods for that. But isn't it enough to test it using loremiser or something like that and like an addition debug toolbar? On May 31, 12:53 am, David Horat wrote: > Dear group, > > How can I test the correctness of my models against the schema