Live data from Hacker News

Django on Heroku running with Celery

gist.github.com

1–10 of 47 posts

Re: Django on Heroku running with Celery

#3
Slight OT: Is it just me or non-Ruby/NodeJS no longer works on Cedar stack?

           Cleaning up...
    -----> Discovering process types
     !     Heroku push rejected due to an unrecognized error.
     !     We've been notified, see http://support.heroku.com if the problem persists

Re: Django on Heroku running with Celery

#6
post #2

INSTALLED_APPS = INSTALLED_APPS + (...) can be rewritten as: INSTALLED_APPS += (...) No?

Yep. It could be argued that the first is more readable though.

For who? I don't think anybody who actually writes code is going to be confused by +=

No need to race to the bottom any faster guys.

Re: Django on Heroku running with Celery

#10
post #6

Earlier quoted context omitted.

Yep. It could be argued that the first is more readable though.

For who? I don't think anybody who actually writes code is going to be confused by += No need to race to the bottom any faster guys.

Haters need to take a hard look in the mirror. I made a bland statement of common knowledge about readability. Never mentioned confusion. Edit: pussies.
Post reply on HN