Re: Working for a startup.

2010-04-22 Thread Jesaja Everling
here: http://www.slideshare.net/idangazit/why-django-3000105 One big .net based site is stackoverflow, IIRC. Best Regards, Jesaja Everling On Thu, Apr 22, 2010 at 8:06 AM, Eric Chamberlain wrote: > > On Apr 22, 2010, at 12:40 AM, Joe Goldthwaite wrote: > > I’d like examples of large s

Re: Passing RequestContext as dict vs. context_instance=RequestContext

2010-02-27 Thread Jesaja Everling
Hi Bruno, Hi Alex, thank you very much for your helpful responses. I will do as you suggested and use RequestContext as it is supposed to be used or via Alex' generic view trick. Best Regards, Jesaja Everling On Feb 25, 3:27 pm, Alex Robbins wrote: > If you get tired of forgettin

Passing RequestContext as dict vs. context_instance=RequestContext

2010-02-24 Thread Jesaja Everling
Context(request)) Thanks! Jesaja Everling -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@google

Re: Confusion about blocks in child templates

2010-01-23 Thread Jesaja Everling
ext'. Without an overall block it is true, but if you define one overall 'body' block you are right of course. It looks like I have to wrap the content area of the external templates in a 'body' block, and have to rename the title block etc. to resemble my base template. Thank

Confusion about blocks in child templates

2010-01-23 Thread Jesaja Everling
this really the intended behavior, that blocks in child templates are only rendered if they have been defined in the top-most parent template? Thanks in advance and Best Regards, Jesaja Everling -- You received this message because you are subscribed to the Google Groups "Django users

Re: Overhead of using django.contrib.markup vs. pre-rendered HTML field

2009-12-21 Thread Jesaja Everling
Hi Brian, thanks for your reply! It's true that this is probably mostly a matter of personal preference/ application needs, but I agree with you that it's a good deal nowadays to trade a little bit of disk-space for some processing power. Best Regards, Jesaja Everling On 21 Gru, 18

Overhead of using django.contrib.markup vs. pre-rendered HTML field

2009-12-21 Thread Jesaja Everling
le. I assume that especially with caching enabled this won't pose a problem, but it still might be advisable to store pre-rendered HTML once a new blog-post is saved. Does the reStructuredText filter introduce noticeable overhead or is it negligible? Best Regards, Jesaja Everling -- You rec

Multi-client capable Django projects

2009-04-28 Thread Jesaja Everling
els for each user to assign permissions. Am I right with my assumptions? Or am I overlooking a simpler solution? Thanks in advance for any help! Best Regards, Jesaja Everling --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

Re: Django svn 8631

2008-08-27 Thread Jesaja Everling
made to the way the admin has to be configured in Django, but there have been considerable changes. I guess you might find more info here: http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#Inlineediting Best Regards, Jesaja Everling On Wed, Aug 27, 2008 at 9:44 PM, Hernan Olive

Re: winsock error

2008-08-26 Thread Jesaja Everling
at this is a windows problem (C:\Python25\lib\socket.py throws the error). Hope this helps! Best Regards, Jesaja Everling On Tue, Aug 26, 2008 at 1:48 PM, Timothy Kanters <[EMAIL PROTECTED]> wrote: > Hey > > I have a strange problem on windows when trying to do 'python mana