fix capitalisation of model name

This commit is contained in:
Frédéric Péters 2018-09-25 13:24:43 +02:00
parent 6a05107cb4
commit 33eca3cd95
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class ParameterTypeError(Exception):
log_error = False
class grandlyonElyx(BaseResource):
class GrandlyonElyx(BaseResource):
token_url = models.URLField(_('Token URL'), max_length=256)
token_authorization = models.CharField(_('Token Authorization'), max_length=128)
wsdl_url = models.CharField(_('WSDL URL'), max_length=256) # not URLField, it can be file://