Re: Django Newbie seeking for advice

2010-05-23 Thread Suno Ano
Jasper> Please excuse me, I wasn't aware of that. I'll move my Jasper> questions there:) good Jasper> I know about the Django book and docs, but couldn't find Jasper> answers to what I'm looking for there. This is probably the Jasper> result of my lack of knowledge of Django terminology.

Re: Pass Thru Image Proxy Patch Interest?

2010-04-16 Thread Suno Ano
This blog post http://bit.ly/a4iyJ6 also talks about the ability to use what is called a remote URL to eventually server content (read content delivery network). In my opinion it also has a pretty good solution about caching images when setting up a pass though image proxy solution. -- You

Re: HTML 5

2010-01-30 Thread Suno Ano
Russell> We don't currently have any plans, other than "Yes, we need to Russell> do something about that". There were some initial discussions Russell> during the 1.2 development phase, but they didn't result in Russell> any concrete decisions. I see, I have not been aware any such discussion

Re: HTML 5

2010-01-30 Thread Suno Ano
Jonas> HTML 5 is, as the name suggests, a HTML version. Thus this is Jonas> purely template stuff and can already be done with django. Sure, let me rephrase, any plans on template tags or filters to for example make use of the feature? Or any other HTML 5 goodness [0] for that matter? [0]

HTML 5

2010-01-30 Thread Suno Ano
I've looked at the users and devel mailing list but didn't find any information on HTML 5. I found http://github.com/rhec/django-html5 though. Can anybody tell me if there are any plans with regards to HTML 5 in Django and if so, what are they? Things like the feature [0] would we great to have

adding rosetta for enhanced user experience

2009-12-14 Thread Suno Ano
What do folks think about shipping http://code.google.com/p/django-rosetta with Django? Enabling it per default even? imho that app is totally worth being shipped with Django per default. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To

django + couchdb

2009-09-19 Thread Suno Ano
Hi folks, I was wondering, are there any plans to support couchdb [0] as backend/database at some point? Some links I found in this regard are - http://couchdbkit.org/docs/django-extension.html - http://www.eflorenzano.com/blog/post/using-couchdb-django/ Seems there are more and more folks