o
    :.iO                     @   s<  d dl mZmZmZmZmZmZ d dlmZ d dl	m	Z	 d dl
Z
eeZdejd< dejd< d	ejd
< eeZG dd dejZe  e  W d   n1 sSw   Y  eddd Zejddgddd Zeddd Zd dl mZ eddd Zeddd Zedkrejd d!d"d# dS dS )$    )Flaskrender_templaterequestredirecturl_forflash)
SQLAlchemy)datetimeNdev_key_for_weedthought
SECRET_KEYzsqlite:///weedthought.dbSQLALCHEMY_DATABASE_URIFSQLALCHEMY_TRACK_MODIFICATIONSc                   @   sJ   e Zd ZejejddZejedddZejej	e
jdZdd Zd	S )
StoryT)primary_key,  F)nullable)defaultc                 C   s   d| j  dS )Nz<Story >)id)self r   /var/www/weedthought.com/app.py__repr__   s   zStory.__repr__N)__name__
__module____qualname__dbColumnIntegerr   StringcontentDateTimer	   utcnow
created_atr   r   r   r   r   r      s
    r   /c                  C   s"   t jt j  } td| dS )Nz
index.htmlstories)r   queryorder_byr#   descallr   r%   r   r   r   index   s   r+   z/postPOST)methodsc                  C   s   t jd} | std ttdS t| dk r(tdt|  d ttdS t| dkr>tdt|  d	 ttdS t| d
}tj	
| tj	  td ttdS )Nr    zStory cannot be empty!r+      zStory is too short (z1 chars). It must be at least 140 characters long.r   zStory is too long (z) chars). It must be under 300 characters.)r    zStory posted successfully!)r   formgetr   r   r   lenr   r   sessionaddcommit)r    	new_storyr   r   r   
post_story   s   

r6   z/story/<int:story_id>c                 C   s   t j| }td|dS )Nz
story.html)story)r   r'   
get_or_404r   )story_idr7   r   r   r   
view_story2   s   r:   )make_responsez/robots.txtc                  C   s&   dt ddd } t| }d|jd< |S )Nz User-agent: *
Allow: /
Sitemap: sitemapT	_externalz
text/plainContent-Type)r   r;   headers)r    responser   r   r   robots9   s   
rB   z/sitemap.xmlc                  C   s  t ddd} tjtj  }g }|d |d |d |d|  d |d	 |d
 |d |D ]6}t d|jdd}|j	d}|d |d| d |d| d |d |d |d q<|d t
d|}d|jd< |S )Nr+   Tr=   z&<?xml version="1.0" encoding="UTF-8"?>z<<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">z<url>z<loc>z</loc>z<changefreq>daily</changefreq>z<priority>1.0</priority>z</url>r:   )r9   r>   z%Y-%m-%dz	<lastmod>z
</lastmod>z<changefreq>never</changefreq>z<priority>0.8</priority>z	</urlset> zapplication/xmlr?   )r   r   r'   r(   r#   r)   r*   appendr   strftimer;   joinr@   )base_urlr&   xmlr7   urldaterA   r   r   r   r<   @   s.   










r<   __main__Tz0.0.0.0i  )debughostport)flaskr   r   r   r   r   r   flask_sqlalchemyr   r	   osr   appconfigr   Modelr   app_context
create_allrouter+   r6   r:   r;   rB   r<   runr   r   r   r   <module>   s6     









 