mirror of
https://github.com/retspen/webvirtcloud
synced 2025-02-11 23:15:18 +00:00
9 lines
201 B
Python
9 lines
201 B
Python
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('accounts', '0004_userinstance_is_vnc'),
|
|
('accounts', '0007_auto_20160426_0635'),
|
|
]
|