summaryrefslogtreecommitdiff
path: root/main/admin.py
AgeCommit message (Collapse)Author
2009-02-06Refactor mirror modelDan McGee
Break the original model down into a few different components that should give us a lot more flexibility. Mirror is now the top level entity with one-to-many relationships to both URLs and rsync IP addresses. This should allow the DB model to serve all of our currently unsynced needs. Signed-off-by: Dan McGee <dan@archlinux.org>
2008-12-05User profiles are cool. Go go power notebookDusty Phillips
2008-10-05port admin to django 1.0Dusty Phillips