a
    ;Xha                     @   s"   d dl mZ G dd dejZdS )    )modelsc                   @   sN   e Zd ZdZejddZejddZejddZ	ejddZ
G dd dZd	S )
EventAbstractz Event abstract model T)defaultF)auto_now_add)auto_nowc                   @   s   e Zd ZdZdS )zEventAbstract.MetaTN)__name__
__module____qualname__abstract r   r   J/var/www/viveiro_mudafortebrasil/apps/calendarapp/models/event_abstract.pyMeta   s   r   N)r   r   r	   __doc__r   BooleanField	is_activeZ
is_deletedDateTimeFieldZ
created_atZ
updated_atr   r   r   r   r   r      s   r   N)	django.dbr   Modelr   r   r   r   r   <module>   s   