add short connector slug for backward compatibility

This commit is contained in:
Frédéric Péters 2016-07-28 16:17:14 +02:00
parent 3165d92c99
commit 14c187b554
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@ class MontpellierSig(BaseResource):
class Meta:
verbose_name = _('Montpellier SIG Web Service')
@classmethod
def get_connector_slug(cls):
return 'montpellier-sig'
def sig_request(self, endpoint, **kwargs):
logger = logging.getLogger(__name__)