1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-02-11 23:15:18 +00:00
webvirtcloud/accounts/migrations/0008_merge.py

10 lines
201 B
Python
Raw Normal View History

from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('accounts', '0004_userinstance_is_vnc'),
('accounts', '0007_auto_20160426_0635'),
]