Python/Django users in Namibia

2014-06-14 Thread Daniele Procida
Is there anyone here from Namibia, or involved in Python/Django-related activities there, or who knows someone who is? Please get in touch with me if so, at dani...@vurt.org. It's about holding an international Python community event in Windhoek. See f

Using Django as a framework to deploy python script on a website:

2014-06-14 Thread Eran Ariel
Hi, I am interested in Django as a platform to deploy applications using mod_wsgi, accordingly, whether existing Django libraries such as the forms library could be applied for this purpose as user initiated POST requests – to pass the variables. I can place my scripts within the models.py fi

Re: syntax usage for the Database name ??

2014-06-14 Thread Eran Ariel
Ramiro, Thank you so much for your reply... apologies for the late response On Wednesday, May 14, 2014 3:43:32 PM UTC+3, Ramiro Morales wrote: > > On Wed, May 14, 2014 at 8:38 AM, Eran Ariel > wrote: > > Hi, > > > > > > > > I am uncertain as to the proper syntax usage for the Database name.

Re: Using Django as a framework to deploy python script on a website:

2014-06-14 Thread Daniel Roseman
On Saturday, 14 June 2014 17:22:24 UTC+1, Eran Ariel wrote: > > Hi, I am interested in Django as a platform to deploy applications using > mod_wsgi, accordingly, whether existing Django libraries such as the forms > library could be applied for this purpose as user initiated POST requests – > to

Django admin list sort error

2014-06-14 Thread Derek
I have recently discovered that Django admin is generating errors when trying to sort a table on certain fields: in particular, those fields that are ForeignKey linked to a separate table, each of which has a 'name' field. Selecting any of these columns for a sort generates this error: Operationa

Instantiating a ModelForm with initial values in CBVs

2014-06-14 Thread Frankline
I am a Django newbie working with Django CBVs and having difficulty setting initial values for my ModelForm. To give an overview, I am trying to learn by creating a simple messaging app. Here is my code: models.py - import datetime from dja

Re: Python Brasil[10]

2014-06-14 Thread Hannu Krosing
On 06/14/2014 05:20 AM, Renato Oliveira wrote: > Hi all! > > My name is Renato Oliveira, I'm board member of Python Brazil > Association and co-chair of the next Python Brasil Conference > . This year the conf is taking place in > Porto de Galinhas, Pernambuco

Re: Instantiating a ModelForm with initial values in CBVs

2014-06-14 Thread Simone Dalla
2014-06-14 19:24 GMT+02:00 Frankline : > I am a Django newbie working with Django CBVs and having difficulty setting > initial values for my ModelForm. To give an overview, I am trying to learn > by creating a simple messaging app. > > Here is my code: > > models.py > --

Re: Python Brasil[10]

2014-06-14 Thread Renato Oliveira
We're going to open the CFP this month, I'll let you know! Renato Oliveira @_renatooliveira Labcodes - www.labcodes.com.br On Sat, Jun 14, 2014 at 3:10 PM, Hannu Krosing wrote: > On 06/14/2014 05:20 AM, Renato Oliveira wrote: > > Hi all! > > My name is

How to ijango with apache thrift

2014-06-14 Thread Django Fresher
Greetings, I am trying to use apache thrift RPC to access django models. Is it possible? Lots of my models contain binary data like files - pdfs, jpegs etc, thats why binary transport is important and hemce apache thrift. Any help would be appreciated. Thanks... -- You received this message b