ó
Ó¬ÄVc           @   se   d  Z  d d l Z e j j d d ƒ d d l m Z e ƒ  Z d d l Z e e ƒ e j	 d ƒ d S(   s‹  
WSGI config for core 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   core.settings(   t   get_wsgi_applications   utf-8(
   t   __doc__t   ost   environt
   setdefaultt   django.core.wsgiR   t   applicationt   syst   reloadt   setdefaultencoding(    (    (    s'   /var/www/svtgbi.org/svtgbi/core/wsgi.pyt   <module>   s   	
