]> scripts.mit.edu Git - www/raw.git/blob - news/115.mdwn
Import from TextPattern
[www/raw.git] / news / 115.mdwn
1 [[!meta title="Django autoinstalls now see updates to your code instantly!"]]
2 The [Django](http://www.djangoproject.com/)
3 [autoinstaller](http://scripts.mit.edu/start/) has, up until now,
4 told you that when you update your code files, you need to
5 `touch index.fcgi` in order for the changes to be reflected on the
6 web. Unfortunately, that feature has never worked on
7 [scripts.mit.edu](http://scripts.mit.edu/). We’ve finally
8 identified the reason for this issue, and implemented an
9 improvement to the autoinstaller — it is no longer necessary to
10 kill your `python` processes or `touch` your `index.fcgi` files.
11 Updates to your `.py` files are now reflected immediately on the
12 web without you having to do anything else.
13
14 We have applied this enhancement to all existing Django
15 autoinstalls that accept
16 [our automatic updates](http://scripts.mit.edu/faq/44).
17
18
19