3
V
                 @   s2   d dl mZ d dlmZmZ G dd dejZdS )    )unicode_literals)
migrationsmodelsc            	   @   sJ   e Zd ZdgZejddejddddd	ejdd
ejddddd	gZ	dS )	Migration	authtools0002_django18useremail   Tzemail address)
max_lengthuniqueverbose_name)Z
model_namenamefieldZ	is_activezeDesignates whether this user should be treated as active. Unselect this instead of deleting accounts.Zactive)defaultZ	help_textr   N)r   r   )
__name__
__module____qualname__Zdependenciesr   Z
AlterFieldr   Z
EmailFieldZBooleanFieldZ
operations r   r   l/var/www/html/enquirykeeper_venv/lib/python3.6/site-packages/authtools/migrations/0003_auto_20160128_0912.pyr      s   r   N)
__future__r   Z	django.dbr   r   r   r   r   r   r   <module>   s   