Re: Django is not creating all the tables

2010-08-06 Thread Boguslaw Faja
Hi, maybe there are some dependencies between this reordered apps? Could you describe a bit more them? best regards, On Fri, Aug 6, 2010 at 6:15 PM, Thales wrote: > It seems to be a django bug. I changed the apps order in INSTALED_APPS > in settings.py and everything started to work correctly.

Re: New server set up

2010-08-09 Thread Boguslaw Faja
Hi, What kind of http server are you going to use? Nginx ? Apache? It somehow defines possible options. best regards, On Mon, Aug 9, 2010 at 9:04 PM, XTCHost wrote: > I have installed Django in the root directory of a VPS supplied by > hostagtor. My aim is to provide any domain with Django. Not

Re: New server set up

2010-08-09 Thread Boguslaw Faja
s ways to install it but I wish to be able to set up > multiple domains through WHM using CPanel > > Thanks > > On Aug 9, 8:22 pm, Boguslaw Faja wrote: >> Hi, >> >> What kind of http server are you going to use? Nginx ? Apache? It >> somehow defines poss

Re: reading pickled files

2010-08-12 Thread Boguslaw Faja
Hi, without any code it's hard to say what can be a source of the problem. best regards, On Thu, Aug 12, 2010 at 5:53 PM, Tony wrote: > This is more of a python question but its in my Django project.  I am > reading a unicode object and an integer from a database into a > dictionnary and storin

Re: convert textinput in label or text for a modelform and modelformset_factory

2010-08-12 Thread Boguslaw Faja
Hi, fast question: why fields = ['nombre'] instead of fields = ['name2'] ? Best regards On Wed, Aug 11, 2010 at 3:59 PM, refreegrata wrote: > with a model like this: > -- > class Format(models.Model): >    name1 = models.CharField(max_length=5) >    name2 = m

Re: Help needed for XML to xslt conversion

2010-08-13 Thread Boguslaw Faja
Hi, are you trying to do that using django or this group had been choosed at random? :-) I suggest looking for 'xpath'. hint: /[...@attr="val"] best regards, On Fri, Aug 13, 2010 at 8:36 AM, Rahul wrote: > > Hi > I have seen a lots of example to pick the data from simple xml for example > >

Re: javascript

2010-08-13 Thread Boguslaw Faja
Hi, Why not? onclick="javascript:alert('{{param}}');" ? best regards, On Fri, Aug 13, 2010 at 4:31 PM, Imad Elharoussi wrote: > Hi > Is it possible to give a javascript function a django variable as a > parameter? > thank you > > -- > You received this message because you are subscribed to th