
    -fh                     F    d dl mZ d dlmZ  G d dej                        Zy)    )models)Userc                   J   e Zd Z ej                  eej                  d      Z ej                  d      Z	 ej                  d      Z
 ej                  d      Z ej                  dd      Z ej                  d      Z ej                  d      Z G d	 d
      Zd Zy)ApiConfigurationapi_configurations)	on_deleterelated_name   )
max_lengthT)nullblank)auto_now_add)auto_nowc                       e Zd ZdZy)ApiConfiguration.Metar   N)__name__
__module____qualname__db_table     /backend/integrations/models.pyMetar      s    'r   r   c                      d| j                    S )NzAPI Configuration for )portal_name)selfs    r   __str__zApiConfiguration.__str__   s    '(8(8'9::r   N)r   r   r   r   
ForeignKeyr   CASCADEuser	CharFieldr   api_keysecret	TextFieldextra_configDateTimeField
created_at
updated_atr   r   r   r   r   r   r      s    65ID #&""c2Kf#.GV-F#6##T:L%%%48J%%%t4J( (;r   r   N)	django.dbr   django.contrib.auth.modelsr   Modelr   r   r   r   <module>r,      s     +;v|| ;r   