o
    Zc                     @   s.   d dl mZmZ d dlZG dd dejZdS )    )
migrationsmodelsNc                   @   s   e Zd ZdZdgZejddejdddddfdej	d	d
ddfdej
dd	dddddfdej	dddddfdejdddddfdej	dddddfdejddfdejddfdejd	dejjjjddd d!fg	d"did#gZd	S )$	MigrationT)addons0001_initialLocationidFID)auto_createdprimary_key	serializeverbose_namenameNz*Type: String, Values: Enter Location Name.`   )default	help_text
max_lengthslugz*Type: String, Values: Enter Location Slug.)blankr   r   r   nulluniquetitlez0Type: String, Values: Enter Location Meta Title.)r   r   r   r   descriptionz6Type: String, Values: Enter Location Meta Description.   keywordz3Type: String, Values: Enter Location Meta Keywords.
created_at)auto_now_add
updated_at)auto_nowcityz$Type: Int, values: Select City Name.LOCATIONCITYzaddons.cityz	City Name)r   r   	on_deleterelated_nametor   verbose_name_plural)r   fieldsoptions)__name__
__module____qualname__initialdependenciesr   CreateModelr   BigAutoField	CharField	SlugField	TextFieldDateTimeField
ForeignKeydjangodbdeletionCASCADE
operations r8   r8   3/var/www/jaguar/location/migrations/0001_initial.pyr      s(     r   )	django.dbr   r   django.db.models.deletionr3   r   r8   r8   r8   r9   <module>   s   