[project @ Prototype Web-based Eland Config generator]
authorBrandon King <kingb@caltech.edu>
Mon, 15 Oct 2007 22:36:48 +0000 (22:36 +0000)
committerBrandon King <kingb@caltech.edu>
Mon, 15 Oct 2007 22:36:48 +0000 (22:36 +0000)
commitcc6ab5e2a6ff0e913fb06f75dd045d2d3dd7e0a3
tree6bc9eec8bb85965242aae3493560cd1cf3594d39
parent68d77f8bef222bcd3db93bcd64597cec28b146ea
[project @ Prototype Web-based Eland Config generator]
 * Functional, but hard coded elandifier setting.py (needs updating before use).
 * Using Django SVN (will be Django 0.97).
 * Form currently returns to browser, will change in future.
elandifier/__init__.py [new file with mode: 0644]
elandifier/eland_config/__init__.py [new file with mode: 0644]
elandifier/eland_config/forms.py [new file with mode: 0644]
elandifier/eland_config/models.py [new file with mode: 0644]
elandifier/eland_config/urls.py [new file with mode: 0644]
elandifier/eland_config/views.py [new file with mode: 0644]
elandifier/manage.py [new file with mode: 0644]
elandifier/settings.py [new file with mode: 0644]
elandifier/urls.py [new file with mode: 0644]
templates/config_form.html [new file with mode: 0644]