Added ‘view virtual machine plan ’ permission, Added ‘delete virtual machine plan’ permission , Added ‘view hosting order’ permission
This commit is contained in:
parent
f024841c4e
commit
2852d3046c
7 changed files with 47 additions and 16 deletions
19
hosting/migrations/0027_auto_20160711_0210.py
Normal file
19
hosting/migrations/0027_auto_20160711_0210.py
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.9.4 on 2016-07-11 02:10
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('hosting', '0026_auto_20160625_0028'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='hostingorder',
|
||||
options={'permissions': (('view_hostingorder', 'View Hosting Order'),)},
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue