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:
parent
f790c52704
commit
fd25d12f92
4 changed files with 1 additions and 79 deletions
|
|
@ -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': (),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue