Monkey patched User model. Poller js is templated. Plus minor changes
authorLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Sun, 4 Dec 2011 21:18:44 +0000 (23:18 +0200)
committerLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Sun, 4 Dec 2011 21:18:44 +0000 (23:18 +0200)
commit97e42c7d53b88031cb9903eceda931e840163cb6
tree9ac9e19c88379b6ece35ba8a363cbded1656f844
parent6ee21ffd7e1ac6443ab91f4937bddd37e7cdfe8a
Monkey patched User model. Poller js is templated. Plus minor changes
27 files changed:
apache/django.wsgi [new file with mode: 0644]
djangobackends/__init__.py [new file with mode: 0644]
djangobackends/shibauthBackend.py [new file with mode: 0644]
flowspec/admin.py
flowspec/forms.py
flowspec/models.py
flowspec/sql/then_action.sql [new file with mode: 0644]
flowspec/tasks.py
flowspec/views.py
monkey_patch/__init__.py [new file with mode: 0644]
monkey_patch/models.py [new file with mode: 0644]
peers/sql/peer_range.sql [new file with mode: 0644]
poller/urls.py
poller/views.py
run_poller.py
static/css/base.css
templates/add_port.html [new file with mode: 0644]
templates/add_rate_limit.html [new file with mode: 0644]
templates/apply.html
templates/base.html
templates/error.html [new file with mode: 0644]
templates/poller.js [new file with mode: 0644]
templates/profile.html
templates/user_routes.html
urls.py
utils/decorators.py [new file with mode: 0644]
utils/randomizer.py [new file with mode: 0644]