-
Acqlite is great, the only problem I have is not being able to resize search result columns, can this be added in the next release?.
2009-02-07 15:50:24 UTC in Acqlite
-
File Added: polls.tar.gz.
2008-03-08 02:57:59 UTC in Pydev for Eclipse
-
Ubuntu 7.10
Eclipse 3.3
Java 1.6
Pydev/Extensions 1.3.14
/home/lee/workspace/mysite/polls.
2008-03-08 02:56:55 UTC in Pydev for Eclipse
-
This code is inheriting from django's models.Model class so some methods as the one used in this code is dynamic so I can't provide any structure to it. Here is the API: http://www.djangoproject.com/documentation/db-api/
You will see in the attached code I have a models.py files which defines my model. I then have a views.py file that attempts to use this model. This is where I am getting...
2008-03-08 02:49:31 UTC in Pydev for Eclipse