Adjusted modeling of Service, Slice and Tags. Added RequestRouter starter App. ...
authorSiobhan Tully <stully@verivue.com>
Wed, 9 Oct 2013 01:52:35 +0000 (21:52 -0400)
committerSiobhan Tully <stully@verivue.com>
Wed, 9 Oct 2013 01:52:35 +0000 (21:52 -0400)
commitce652d046cad059f53c39f69f0bb87719e467c52
treedc2856014078432b4caed10ae8a8fcd7b2246f30
parentfece0d58cc12d1cbfdcc16066265e5ff8aacbcc4
Adjusted modeling of Service, Slice and Tags.  Added RequestRouter starter App.  Modified Admin.py of core apps for new relationships.  Modified the initial_data for new roles, and deprecated ForeignKey relationships.
14 files changed:
planetstack/core/admin.py
planetstack/core/fixtures/initial_data.json
planetstack/core/models/__init__.py
planetstack/core/models/network.py
planetstack/core/models/plcorebase.py
planetstack/core/models/plservice.py [new file with mode: 0644]
planetstack/core/models/singletonmodel.py [new file with mode: 0644]
planetstack/core/models/slice.py
planetstack/core/models/tag.py
planetstack/core/static/planetstack.css
planetstack/planetstack/settings.py
planetstack/requestrouter/__init__.py [new file with mode: 0644]
planetstack/requestrouter/admin.py [new file with mode: 0644]
planetstack/requestrouter/models.py [new file with mode: 0644]