Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-14 | Add ability to restrict status report to single tier | Dan McGee | 1 | -0/+1 | |
This should make it easier to catch errors in our Tier 1 mirrors. Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2012-03-24 | Change Django urls.py import | Dan McGee | 1 | -1/+1 | |
Until Django 1.3, the functions include(), patterns() and url() plus handler404, handler500 were located in a django.conf.urls.defaults module. In Django 1.4, they live in django.conf.urls. Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2011-02-22 | Modularize URLs | Dan McGee | 1 | -0/+10 | |
Make some additional URL config files that can be included so we aren't trying to do so much in the top level config. This also allows us to branch a bit more rather than go linear down the rather lengthy list. Signed-off-by: Dan McGee <dan@archlinux.org> |