]> snippets.scripts.mit.edu Git - Scripts/git/.git/commitdiff
Scripts auth: don't activate on 127.0.0.1 either
authorAlex Dehnert <adehnert@mit.edu>
Sun, 7 Jul 2013 04:27:57 +0000 (00:27 -0400)
committerAlex Dehnert <adehnert@mit.edu>
Sun, 7 Jul 2013 04:27:57 +0000 (00:27 -0400)
The scripts auth module has long delegated to the standard Django auth when the
hostname was localhost, in order to ignore local dev server instances. This
makes it also delegate to standard Django for 127.0.0.1 as well.  I'm not sure
why this hadn't come up before now... A quick look at the Django codebase
suggests this isn't a recent change.


No differences found