mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 03:54:15 +00:00
14 lines
264 B
Python
14 lines
264 B
Python
# Generated by Django 2.2.12 on 2020-06-09 08:30
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('admin', '0001_initial'),
|
|
('auth', '0011_update_proxy_permissions'),
|
|
]
|
|
|
|
operations = [
|
|
]
|