portal: added wip for PI validation page
authorJordan Augé <jordan.auge@lip6.fr>
Fri, 23 Aug 2013 12:35:31 +0000 (14:35 +0200)
committerJordan Augé <jordan.auge@lip6.fr>
Fri, 23 Aug 2013 12:35:31 +0000 (14:35 +0200)
commitd68dcefd28c832608cdb359a07a8b871cbe612ae
tree4862ea2871ee3c66de102aa2f6ccaaadeadb88c0
parentac2dda758798f7e44de062d370763c639cc6a375
portal: added wip for PI validation page
sample: application added for testing purposes
manifold: fix to base data structure to reflect changes in the manifold package until merge
django: use of the South application for DB migration: see reset.py and README.migrations
27 files changed:
README.migrations [new file with mode: 0644]
manifold/core/filter.py
manifold/core/query.py
manifold/manifoldapi.py
manifold/util/clause.py [new file with mode: 0644]
manifold/util/predicate.py
myslice/settings.py
myslice/urls.py
portal/migrations/0001_initial.py [new file with mode: 0644]
portal/migrations/0002_extend_slice.py [new file with mode: 0644]
portal/migrations/__init__.py [new file with mode: 0644]
portal/models.py
portal/static/css/validate_pending.css [new file with mode: 0644]
portal/static/img/authority-icon.png [new file with mode: 0644]
portal/static/img/resource-icon.png [new file with mode: 0644]
portal/static/img/slice-icon.png [new file with mode: 0644]
portal/static/img/user-icon.png [new file with mode: 0644]
portal/templates/validate_pending.html [new file with mode: 0644]
portal/urls.py
portal/views.py
requirements/common.txt
reset.py [new file with mode: 0755]
sample/__init__.py [new file with mode: 0644]
sample/templates/websockets.html [new file with mode: 0644]
sample/templates/websockets2.html [new file with mode: 0644]
sample/urls.py [new file with mode: 0644]
sample/views.py [new file with mode: 0644]