• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Django deployment

Django deployment

Installing in production doesn't need to be hard

  • Home
  • Blog
  • About

Uncategorized

Why does Django not email me the 500 internal server error?

2017-01-18

You’ve set your EMAIL_* settings correctly, and when you try to send emails with django.core.mail.send_mail() it works. However, Django still does not send you internal server errors. Why?

[Read more…] about Why does Django not email me the 500 internal server error?

Which components should I use in production?

2017-01-11

This is the last in a series of posts about whether you should choose Ubuntu or Windows, Gunicorn or uWSGI, MySQL or PostgreSQL, and Apache or nginx. I bring it all together. The image illustrates the components I propose for a start.

My way of thinking is reflected in my seemingly unorthodox proposal [Read more…] about Which components should I use in production?

Which WSGI server should I use?

2017-01-02

Gunicorn, uWSGI, or mod_wsgi? What the heck is a WSGI server? Why do I need one? Which one should I choose?

[Read more…] about Which WSGI server should I use?

Which operating system should I choose for deployment?

2016-12-27

Debian, Ubuntu, CentOS, or Windows? This is the first thing you ask yourself when you contemplate the technology stack (operating system, web server, WSGI server, RDBMS) to use for Django.

[Read more…] about Which operating system should I choose for deployment?

Which database should I use in production?

2016-12-23

People ask: Can I use SQLite in production? If not, why not? Is the cost of using another RDBMS justified by the benefits? Which RDBMS should I use?

[Read more…] about Which database should I use in production?

Learn Python metaclasses in one minute!

2016-12-08

Apologies for the off topic; this has nothing to do with Django deployment, and I promise it won’t happen often. I explained metaclasses to a friend and he thought I should publish it, and it’s fun, so here it goes.

[Read more…] about Learn Python metaclasses in one minute!

  • « Go to Previous Page
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Page 5
  • Go to Next Page »

Primary Sidebar

Copyright © 2025 · Genesis Sample on Genesis Framework · WordPress · Log in