
    *gX                     t    d dl mZ ddlmZmZ  G d dej
                        Z G d dej
                        Zy)	    )forms   )ArtistAlbumc                        e Zd Z G d d      Zy)
ArtistFormc                       e Zd ZeZddgZy)ArtistForm.MetanamecountryN)__name__
__module____qualname__r   modelfields     ;/var/www/django-tutorial/music_catalogue/catalogue/forms.pyMetar
      s    )$r   r   Nr   r   r   r   r   r   r   r   r      s    % %r   r   c                        e Zd Z G d d      Zy)	AlbumFormc                       e Zd ZeZg dZy)AlbumForm.Meta)artistr   release_dategenreproducerrecord_labelcommentN)r   r   r   r   r   r   r   r   r   r   r   
   s    cr   r   Nr   r   r   r   r   r   	   s    d dr   r   N)djangor   modelsr   r   	ModelFormr   r   r   r   r   <module>r$      s-     !% %
d dr   