Forums

stopping webapp

Hi there,

is it somehow possible to stop a webapp? I think it should be possible to shutdown a django app i.e. so that nobody can access an unfinished app.

Cheers,

Draetsch

Hi Draetsch, that's a good idea. At the moment if you want to disable it temporarily just comment out the line in your wsgi.py file that loads it.