Posts Tagged ‘ having-the-same ’

The Kemp Project: Python tips – Simple sensor data handling 2

May 10, 2010
By

Python tips - Simple sensor data handling 2 ยท Last time, I described a simple way to take a series of data samples grouped by timestamp and reorganise them to group by the sensor from which they came. This time I will describe a simple ...

Read more »

Forallouryesterdays Blog Spot: ALwyns Blog Spot: BBC News …

April 22, 2010
By

NET AJAX service errors | Encosia - Bookmark this on Delicious - Saved by to jquery ajax asp. net error-handling javascript .net webdev debugging development e... 35 minutes ago ...

Read more »

The Kemp Project: Python tips – Simple sensor data handling

April 15, 2010
By

Python tips - Simple sensor data handling. Say you have a system which collects data from a group of sensors. Let's have three sensors giving integer values for the sake of argument, but this doesn't affect what I'm about to show you. ...

Read more »

Q-ImageUploader Pro integration with Django

April 2, 2010
By

Hi all,. just wonder if anyone successfully integrated Q-ImageUploader Pro to Django projects ? They don't provide any Django/Python scripts out of the box. Thanks, Jury. -- You received this message because you are subscribed to the ...

Read more »

Re: using "id" as a field name in ModelForm.

April 1, 2010
By

On Apr 1, 1:51 pm, Nick Arnett wrote: > On Thu, Apr 1, 2010 at 10:34 AM, Chris Curvey wrote: > > > class FoobarForm(ModelForm): > > foo = forms.FloatField(label = '$') > > id = forms. ...

Read more »

Re: Table in models.py not being created during syncdb

April 1, 2010
By

On Thursday 01 Apr 2010 1:00:00 pm Wesley Childs wrote: > I removed the sqlite db file, changed the table name to something more > random and I still hit the same problem. > are you able to import your model and views.py from the shell. ...

Read more »

Re: Getting strange email from "dreamhost"

March 31, 2010
By

On Wed, Mar 31, 2010 at 11:13 PM, Wiiboy wrote: > Hi guys, > I've gotten two emails from "Mail Delivery Subsystem > " with the subject "Your message was NOT ...

Read more »

JOIN instead of multiple SELECT

March 31, 2010
By

Hello to all,. has been a while i've been wondering how to optimize Django's queries to the database, for example by setting it to use JOIN to retrieve foreign keys instead of multiple selects. for example if I have a blog object that ...

Read more »

How to display other field(not the foreign key) in admin dropdown list

March 31, 2010
By

I have a people table and a bridge table which are related. bridge table has a foreignkey field for people table. When I click add from django admin it shows the peopleid in a drop down list. What I want to do is I want to show the ...

Read more »

Re: Is it possible to change the width of the boxes displayed by …

March 31, 2010
By

Walt,. Thanks for the clarification. That helped a lot. I did get this working. Yeah! Had to do a slight tweak to the surrounding elements on the page to get it to look right (minor change to widgets.css). ...

Read more »