
(!Pc           @   s   d  d l  m Z d e j f d     YZ d e j f d     YZ d e j f d     YZ d e j f d	     YZ d
 e j f d     YZ d S(   i(   t   modelst	   TypeEmailc           B   s#   e  Z e j d  d  Z d   Z RS(   t
   max_lengthi2   c         C   s   d |  j  S(   Nu   %s(   t   libelle(   t   self(    (    s/   /var/www/python/gcamnow/../gcamnow/bo/models.pyt   __unicode__   s    (   t   __name__t
   __module__R    t	   CharFieldR   R   (    (    (    s/   /var/www/python/gcamnow/../gcamnow/bo/models.pyR      s   t   Profilc           B   s  e  Z e j d  d  Z e j d  d  Z e j e  Z e j d  d  Z	 e j
 d d d e  Z e j d e  Z e j d e  Z e j d e  Z e j   Z e j   Z e j d  d  Z e j   Z e j   Z e j   Z e j   Z d   Z d   Z e e _ RS(   R   i   t	   upload_tos   images/%Y%m%d%H%M%St   blankt   auto_nowc         C   s   d |  j  S(   Nu   %s(   t   pseudo(   R   (    (    s/   /var/www/python/gcamnow/../gcamnow/bo/models.pyR   !   s    c         C   s   d |  j  S(   NsQ   <img src="http://www.gaycamnow.fr/gcamnow/admin/bo/%s" width="160" height="120"/>(   t   image(   R   (    (    s/   /var/www/python/gcamnow/../gcamnow/bo/models.pyt	   thumbnail#   s    (   R   R   R    R   R   t   emailt
   ForeignKeyR   t	   typeEmailt   udidt
   ImageFieldt   TrueR   t
   FloatFieldt   latitudet	   longitudet   DateTimeFieldt
   dateupdatet   BooleanFieldt   validet
   validAdmint   tokent   onlinet
   historiquet   pusht   IntegerFieldt
   abonnementR   R   t
   allow_tags(    (    (    s/   /var/www/python/gcamnow/../gcamnow/bo/models.pyR	      s$   		t   Chatc           B   sk   e  Z e j e d  d Z e j e d  d Z e j d d  Z e j	 d e
  Z e j   Z d   Z RS(   t   related_namet   user_srct   user_dstR   i   R   c         C   s   d |  j  S(   Nu   %s(   R'   (   R   (    (    s/   /var/www/python/gcamnow/../gcamnow/bo/models.pyR   .   s    (   R   R   R    R   R	   R'   R(   R   t   messageR   R   R   R   t   luR   (    (    (    s/   /var/www/python/gcamnow/../gcamnow/bo/models.pyR%   (   s   t	   VideoChatc           B   s   e  Z e j e d  d Z e j e d  d Z e j d d  Z e j d d  Z	 e j d d  Z
 e j d e  Z e j   Z d   Z RS(   R&   t   srct   dstR   i   R   c         C   s   d |  j  S(   Nu   %s(   R'   (   R   (    (    s/   /var/www/python/gcamnow/../gcamnow/bo/models.pyR   9   s    (   R   R   R    R   R	   R'   R(   R   t	   sessionIdt   token_publishert   token_subscriberR   R   R   R   t
   inprogressR   (    (    (    s/   /var/www/python/gcamnow/../gcamnow/bo/models.pyR+   1   s   t   AskVideoChatc           B   sY   e  Z e j e d  d Z e j e d  d Z e j   Z e j	 d e
  Z d   Z RS(   R&   t   srcAskt   dstAskR   c         C   s   d |  j  S(   Nu   %s(   R'   (   R   (    (    s/   /var/www/python/gcamnow/../gcamnow/bo/models.pyR   A   s    (   R   R   R    R   R	   R'   R(   R   t   accepteR   R   R   R   (    (    (    s/   /var/www/python/gcamnow/../gcamnow/bo/models.pyR2   <   s
   N(   t	   django.dbR    t   ModelR   R	   R%   R+   R2   (    (    (    s/   /var/www/python/gcamnow/../gcamnow/bo/models.pyt   <module>
   s
   	