Django-suit, add in Roles for specific classes site, slice, deployment, planetstack...
authorSiobhan Tully <stully@verivue.com>
Tue, 3 Sep 2013 16:59:24 +0000 (12:59 -0400)
committerSiobhan Tully <stully@verivue.com>
Tue, 3 Sep 2013 16:59:24 +0000 (12:59 -0400)
commitbfd11dcba19b93cf3cc4c074bf9d71547806d47d
treee80c71e32be07b5402802dd6dad00b164f274687
parent28897e18068a21ad271adc8200560775512a405c
Django-suit, add in Roles for specific classes site, slice, deployment, planetstack, change admin to leverage suit options
22 files changed:
planetstack/core/admin.py
planetstack/core/fixtures/initial_data.json
planetstack/core/models/__init__.py
planetstack/core/models/deployment.py
planetstack/core/models/planetstack.py [new file with mode: 0644]
planetstack/core/models/role.py
planetstack/core/models/site.py
planetstack/core/models/slice.py
planetstack/core/models/user.py
planetstack/core/serializers.py
planetstack/core/static/planetstack.css
planetstack/core/views/slice_memberships.py [deleted file]
planetstack/core/views/slice_privileges.py [new file with mode: 0644]
planetstack/hpc/__init__.py [new file with mode: 0644]
planetstack/hpc/admin.py [new file with mode: 0644]
planetstack/hpc/models.py [new file with mode: 0644]
planetstack/hpc/tests.py [new file with mode: 0644]
planetstack/hpc/views.py [new file with mode: 0644]
planetstack/planetstack/settings.py
planetstack/planetstack/urls.py
planetstack/templates/admin/base.html [new file with mode: 0644]
planetstack/templates/admin/base_site.html