Initial commit of flowspy
authorLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Tue, 15 Nov 2011 16:52:44 +0000 (18:52 +0200)
committerLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Tue, 15 Nov 2011 16:52:44 +0000 (18:52 +0200)
commita3af846423ebaa8e966a9d263c3f14a0dea20663
treef7db554e5489d952d06bdcfd13816191261ec611
Initial commit of flowspy
.gitignore [new file with mode: 0644]
__init__.py [new file with mode: 0644]
flowspec/__init__.py [new file with mode: 0644]
flowspec/migrations/0001_initial.py [new file with mode: 0644]
flowspec/migrations/__init__.py [new file with mode: 0644]
flowspec/models.py [new file with mode: 0644]
flowspec/tests.py [new file with mode: 0644]
flowspec/views.py [new file with mode: 0644]
manage.py [new file with mode: 0755]
settings.py.dist [new file with mode: 0644]
urls.py [new file with mode: 0644]