Re: Happy new year

2013-01-01 Thread Frankline
Happy new year from Kenya. On Jan 2, 2013 9:41 AM, "Vibhu Rishi" wrote: > Happy new year from India ! > > Keep Djangoing ! > > V. > > On Wed, Jan 2, 2013 at 4:56 AM, Elena Williams wrote: > >> Happy New Year from to all the Djangonauts from stonking hot Australia! >> >> I hope everyone's Django

Get objects sorted by time of last comment

2013-01-01 Thread Vibhu Rishi
Hi All, A very happy new year to you all ! I am working on a website I am making as my hobby project. It is to do with motorcycle touring. I have done some initial work on it, and incrementally making changes as and when I can. I am trying to figure out the following issue : 1. I have a forum o

django-users@googlegroups.com

2013-01-01 Thread Sam Raker
I want users to be able to query the database via different rows (name, year, etc.), with the option to have multiple fields connected with boolean operators, e.g. "year 1900 AND name chicken OR location San Francisco." I'm using Q objects and reduce(), but I've clearly made some mistake, since

Re: Happy new year

2013-01-01 Thread Vibhu Rishi
Happy new year from India ! Keep Djangoing ! V. On Wed, Jan 2, 2013 at 4:56 AM, Elena Williams wrote: > Happy New Year from to all the Djangonauts from stonking hot Australia! > > I hope everyone's Django projects are awesome and plentiful this year! > > Go you smart, creative Django folk! > -

Re: Happy new year

2013-01-01 Thread Elena Williams
Happy New Year from to all the Djangonauts from stonking hot Australia! I hope everyone's Django projects are awesome and plentiful this year! Go you smart, creative Django folk! --- Elena :) @elequ On Wed, Jan 2, 2013 at 4:30 AM, Sultan Imanhodjaev < sultan.imanhodj...@gmail.com> wrote: > Жаңы

Re: psycopg2.OperationalError: fe_sendauth: no password supplied

2013-01-01 Thread Bill Freeman
On Tue, Jan 1, 2013 at 12:30 PM, hu mingchun wrote: > add localhost to host field in settings.py > > 在 2009年6月24日星期三UTC+8上午10时09分25秒,Chris Haynes写道: >> >> I've just installed postgresql and psycopg2. I supplied a password in >> the postgres install, but don't know how to supply it to psycopg2: >>

Re: Django jQuery AJAX Self Replacing Script

2013-01-01 Thread Bill Freeman
On Sun, Dec 30, 2012 at 8:53 PM, That guy wrote: > EDITs made to orginal but same issue. > > On Sunday, December 30, 2012 5:16:17 PM UTC-8, That guy wrote: >> >>Hello, >> >> >> I've been having trouble implementing a self-replacing script. I admit >> that I am terribly confused. >> >> I am try

Re: psycopg2.OperationalError: fe_sendauth: no password supplied

2013-01-01 Thread hu mingchun
add localhost to host field in settings.py 在 2009年6月24日星期三UTC+8上午10时09分25秒,Chris Haynes写道: > > I've just installed postgresql and psycopg2. I supplied a password in > the postgres install, but don't know how to supply it to psycopg2: > > ~/s/sd$ manage.py syncdb > Traceback (most recent call l

Re: Happy new year

2013-01-01 Thread Sultan Imanhodjaev
Жаңы жылыңыздар менен! Sultan, Bishkek Kyrgyzstan. On Tue, Jan 1, 2013 at 10:33 PM, Mark Phillips wrote: > Happy New Year from Arizona! > > Mark > On Jan 1, 2013 9:25 AM, "Amirouche" wrote: > >> Bonne année, paix et prosperités! >> >> Amirouche from Paris, FRANCE. >> >> On Monday, December 3

Re: Happy new year

2013-01-01 Thread Mark Phillips
Happy New Year from Arizona! Mark On Jan 1, 2013 9:25 AM, "Amirouche" wrote: > Bonne année, paix et prosperités! > > Amirouche from Paris, FRANCE. > > On Monday, December 31, 2012 10:42:13 PM UTC+1, cingusoft wrote: >> >> Happy new year from spain to all django lovers. >> I wish you a new year w

Re: Happy new year

2013-01-01 Thread Amirouche
Bonne année, paix et prosperités! Amirouche from Paris, FRANCE. On Monday, December 31, 2012 10:42:13 PM UTC+1, cingusoft wrote: > > Happy new year from spain to all django lovers. > I wish you a new year with tons of django projects. > > Cheers > Cingusoft > BlackBerry de movistar, allí dond

Re: Happy new year

2013-01-01 Thread acheraime
Happy new year from Miami FL Sent from my iPhone On Jan 1, 2013, at 1:36 AM, Master Jacob wrote: > Happy new year from TEXAS! > > On Dec 31, 2012 11:49 PM, "JOSE LUIS FABREGA" wrote: >> Feliz año nuevo, desde venezuela >> >> ¡Le deseamos lo mejor ! >> -- >> You received this message becaus

Re: Replicating same model for different deployed application.

2013-01-01 Thread Amirouche
On Sunday, December 30, 2012 7:43:11 PM UTC+1, Subodh Nijsure wrote: > > > Exactly I was missing the django/web app terminology of multi-tenant app. > I think, it's a software terminology, it isn't particular to web or django, but I encountered only in web. > > I tried using https://github.

RE: Happy new year

2013-01-01 Thread Master Jacob
Happy new year from TEXAS! On Dec 31, 2012 11:49 PM, "JOSE LUIS FABREGA" wrote: > Feliz año nuevo, desde venezuela > > ¡Le deseamos lo mejor ! > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-u

Getting Access to Object in Admin Panel

2013-01-01 Thread Daniel Roseman
Others have given you the answer, bit note that the correct way to call an object's __unicode__ method is to do ` unicode(obj)`. As a general rule, you should never call the double- underscore methods directly. -- You received this message because you are subscribed to the Google Groups "Djang

Django jQuery AJAX Self Replacing Script

2013-01-01 Thread bb6xt
Hi, I am not entirely sure of what you intend but I will suggest you refactor your javascript/jQuery code into 3 named functions, 1 for the original script, the other for the replacement script and the third function should just choose which of the first two functions to use depending on the ID