If you are using modpython yes, you need to restart apache every time, or your modules will not restart.
If you use apache and mod_wsgi, then just click on the wsgi module.
Like the other nginx + gunicorn already offered (or better nginx + uwsgi) are better options than apache + mod_python to serve your django application.
source share