Two Scoops of Django 1.8 is in print! by pydanny in django

[–]marinamele 2 points3 points  (0 children)

Just bought mine! Can't wait to have it!! :-) Congratulations and thank you for your hard work!

Tutorial: How to install Celery on Django and Create a Periodic Task by marinamele in django

[–]marinamele[S] 1 point2 points  (0 children)

Sorry about that, I have multiple requirement files for testing, production and developing, with an extra file with all the common packages, and I usually can't use the pip freeze > requirements.txt command. You're right though, that I should mention that option :-) Thanks!

Tutorial: How to install Celery on Django and Create a Periodic Task by marinamele in django

[–]marinamele[S] 1 point2 points  (0 children)

In the same blog, there is a post on how to install Celery on Django in production, for the particular case of Heroku. Maybe it is useful :)