1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Fixe migrations for new deployments

This commit is contained in:
Real-Gecko 2020-05-28 18:19:25 +06:00
parent e4e79d3d4b
commit 85929b5327
11 changed files with 88 additions and 104 deletions

View file

@ -91,4 +91,4 @@ class UserCreateForm(UserForm):
class UserAttributesForm(forms.ModelForm):
class Meta:
model = UserAttributes
exclude = ['user']
exclude = ['user', 'can_clone_instances']