Django on Heroku running with Celery
gist.github.com
Django on Heroku running with Celery
1–10 of 47 posts
Re: Django on Heroku running with Celery
#2INSTALLED_APPS = INSTALLED_APPS + (...) can be rewritten as:
INSTALLED_APPS += (...)
No?
Re: Django on Heroku running with Celery
#3Slight 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 persistsRe: Django on Heroku running with Celery
#4INSTALLED_APPS = INSTALLED_APPS + (...) can be rewritten as: INSTALLED_APPS += (...) No?
Yep. It could be argued that the first is more readable though.
Re: Django on Heroku running with Celery
#5I thought Heroku only suppoted Ruby and node.js. Can someone explain what is going on here? Does it run arbitary executables, but it handles Ruby in some more powerful way?
Re: Django on Heroku running with Celery
#6INSTALLED_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
#7INSTALLED_APPS = INSTALLED_APPS + (...) can be rewritten as: INSTALLED_APPS += (...) No?
[deleted]
Re: Django on Heroku running with Celery
#8I feel like the title of this post would make someone over the age of fifty's head explode.
Re: Django on Heroku running with Celery
#9Re: Django on Heroku running with Celery
#10Earlier 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.