1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-07-01 17:15:42 +00:00

Fixe migrations for new deployments

This commit is contained in:
Real-Gecko 2020-05-28 18:19:25 +06:00 committed by catborise
parent f790c52704
commit fd25d12f92
4 changed files with 1 additions and 79 deletions

View file

@ -16,7 +16,7 @@ class Migration(migrations.Migration):
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
],
options={
'permissions': (('change_password', 'Can change password'),),
'permissions': (('change_password', 'Can change password'), ),
'managed': False,
'default_permissions': (),
},