mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 12:04:15 +00:00
30 lines
631 B
Python
30 lines
631 B
Python
|
# Generated by Django 2.2.12 on 2020-05-27 07:01
|
||
|
|
||
|
import django.contrib.auth.models
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
initial = True
|
||
|
|
||
|
dependencies = [
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.CreateModel(
|
||
|
name='Permission',
|
||
|
fields=[
|
||
|
],
|
||
|
options={
|
||
|
'proxy': True,
|
||
|
'indexes': [],
|
||
|
'constraints': [],
|
||
|
},
|
||
|
bases=('auth.permission',),
|
||
|
managers=[
|
||
|
('objects', django.contrib.auth.models.PermissionManager()),
|
||
|
],
|
||
|
),
|
||
|
]
|