This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
passerelle-reunion-unicite/passerelle_reunion_unicite/models.py

15 lines
301 B
Python

# -*- coding: utf-8 -*-
from passerelle.base.models import BaseResource
class UnicityReunionConnector(BaseResource):
form_id = models.CharField(max_length=128, verbose_name=_('Id du formulaire'))
category = 'Divers'
class Meta:
verbose_name = u'Connecteur unicity réunion'