Overriding .save and Image upload

2006-08-21 Thread bayerj
Hi django users, I am currently trying to make a model `Image` create a thumbnail on save(). I know that there is a third party ImageWithThumbField, but (a) I'd like to make and (b) I am curious how my problem would be solved. As mentioned in the topic, I override the save method of my model.

Re: Django Models, DRY, Scalability

2006-08-21 Thread bayerj
This seems very promising to me. Although I personally would be more comfortable with sql being the root of datastructures, this would be against django's philosophy. I'm looking forward to the implementation! --~--~-~--~~~---~--~~ You received this message

Django Models, DRY, Scalability

2006-08-20 Thread bayerj
Hello django users, A few weeks ago I started developing an eLearning-application and chose Django as a framework. There are several reasons that made me use django, although I checked out Turbogears, Cherrypy and webpy. (By the way: What made me use django was the admin interface) Important:

Camino and Safari do not open feeds

2006-07-13 Thread bayerj
Hi group, I implemented a feed as described in http://www.djangoproject.com/documentation/syndication/. The source can be found here: http://paste.e-scribe.com/703/ The url configuration is: ( r'^feeds/(?P.*)/$', 'django.contrib.syndication.views.feed', {

psycopg - PostGreSQL libraries (not) missing

2005-09-12 Thread bayerj
Darwin Ports I am trying to install psycopg. I run: % sudo /Users/bayerj/Desktop/psycopg-1.1.19/configure \ -with-postgres-includes=/opt/local/include \ -with-mxdatetime-includes=/Library/Python/2.3/site-packages/mx/DateTime/mxDateTime \ -with-postgres-libraries=/opt/local