ó
LFRc           @   sB   d  Z  d d l Z e j j d d ƒ d d l m Z e ƒ  Z d S(   sŽ  
WSGI config for crawler project.

This module contains the WSGI application used by Django's development server
and any production WSGI deployments. It should expose a module-level variable
named ``application``. Django's ``runserver`` and ``runfcgi`` commands discover
this application via the ``WSGI_APPLICATION`` setting.

Usually you will have the standard Django WSGI application here, but it also
might make sense to replace the whole Django WSGI application with a custom one
that later delegates to the Django one. For example, you could introduce WSGI
middleware here, or combine a Django application with an application of another
framework.

iÿÿÿÿNt   DJANGO_SETTINGS_MODULEs   crawler.settings(   t   get_wsgi_application(   t   __doc__t   ost   environt
   setdefaultt   django.core.wsgiR   t   application(    (    (    sO   /vol/project/2012/wmproject2013/WMProject/Crawler/django-server/crawler/wsgi.pyt   <module>   s   