Jean Jung

Background jobs on Django with Celery

While doing web applications, you usually need to run some operations in the background to improve the application performance, or…

7 years ago

Scale your Django App: Gunicorn + Apache + Nginx

One question when starting with Django is "How do I scale my app"? Brandon Rhodes has answered this question in…

7 years ago