mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-25 06:03:51 +03:00
Fixes from merge
This commit is contained in:
parent
8867ef7036
commit
34028b99e7
@ -72,7 +72,7 @@ logger = logging.getLogger(__name__)
|
||||
class DeployedService(UUIDModel, TaggingMixin):
|
||||
"""
|
||||
A deployed service is the Service produced element that is assigned finally to an user (i.e. a Virtual Machine, etc..)
|
||||
'''
|
||||
"""
|
||||
# pylint: disable=model-missing-unicode
|
||||
name = models.CharField(max_length=128, default='')
|
||||
short_name = models.CharField(max_length=32, default='')
|
||||
|
Loading…
x
Reference in New Issue
Block a user