o
    =wc.                     @   s.   d dl mZ d dlmZ G dd dejZdS )    )models)Cityc                   @   s   e Zd ZejedejddddZejddddZ	ej
dd	d	d	dd
dZejdd	d	ddZejdd	d	ddZejdd	d	ddZejd	dZejd	dZdd ZG dd dZdS )LocationLOCATIONCITYNz	City Namez$Type: Int, values: Select City Name.)related_name	on_deletedefaultverbose_name	help_text`   z*Type: String, Values: Enter Location Name.)
max_lengthr   r
   Tz*Type: String, Values: Enter Location Slug.)r   uniqueblanknullr   r
   z0Type: String, Values: Enter Location Meta Title.)r   r   r   r
      z6Type: String, Values: Enter Location Meta Description.z3Type: String, Values: Enter Location Meta Keywords.)auto_now_add)auto_nowc                 C   s   | j S )N)name)self r   "/var/www/jaguar/location/models.py__str__#   s   zLocation.__str__c                   @   s   e Zd ZdZdS )zLocation.Metar   N)__name__
__module____qualname__verbose_name_pluralr   r   r   r   Meta&   s    r   )r   r   r   r   
ForeignKeyr   CASCADEcity	CharFieldr   	SlugFieldslugtitle	TextFielddescriptionkeywordDateTimeField
created_at
updated_atr   r   r   r   r   r   r      sL    r   N)	django.dbr   addons.modelsr   Modelr   r   r   r   r   <module>   s    