rick

713
reputation
154 views

Unregistered User

name rick
member for 7 months
seen Aug 18 at 2:00
website
location
age
I want to register but I don't want to use OpenID. Sorry if I can't upvote your answers to my questions :)
Jul
23
comment Where to put message queue consumer in Django?
Thanks, asksol. When I asked the question before: stackoverflow.com/questions/1102254/… The answer seems to have been use celery if running scheduled tasks on different machines. I don't plan on using different machines, but I do want to place tasks onto a queue. Do you still think celery is the appropriate thing to use and not carrot?
Jul
11
asked Where to put message queue consumer in Django?
Jul
9
asked Should I use Celery or Carrot for a Django project?
Jul
9
comment How do you do something after you render the view? (Django)
it doesn't seem like it works. the rendering is held up while the code in the finally is running.
Jul
9
comment How do you do something after you render the view? (Django)
Once it's returned, the view will be rendered right? Regardless of what is happening in the finally section? If so, this is just what I need!
Jul
8
asked Does get_or_create() have to save right away? (Django)
Jul
7
asked Any drawbacks to storing an integer as a string in a database?
Jul
4
comment How do you do something after you render the view? (Django)
yeah that would work, but i wonder if there's a way to do it solely on the server side
Jul
4
comment How do you do something after you render the view? (Django)
i dont' want to hold up the rendering of the page, so i want to render the page first and then do the action
Jul
4
asked How do you do something after you render the view? (Django)
Jul
3
comment Are nested span tags OK in XHTML?
thanks. i didn't know about the direct input option!
Jul
3
asked Are nested span tags OK in XHTML?
Jul
3
asked Python Unix time doesn’t work in Javascript
Jul
3
asked How to specify time zone (UTC) when converting to Unix time? (Python)
Jun
19
comment Are Javascript date/time functions dependent on the client machine?
Is there an authoritative source that exposes an API?
Jun
19
asked Are Javascript date/time functions dependent on the client machine?
Jun
19
comment Would extracting page metadata be a good use of multiple inheritance?
is it that hard to use mixins in python?
Jun
19
comment Would extracting page metadata be a good use of multiple inheritance?
yeah really i meant using it as a mixin, which is why i used the term 'multiple inheritance'
Jun
18
asked Would extracting page metadata be a good use of multiple inheritance?
Jun
18
comment Is it more efficient to parse external XML or to hit the database?
why did this get voted down? i thought it was good answer :)