ó
¿ØVWc           @   s8  d  Z  d d l m Z m Z d d l m Z d d l m Z d d l m	 Z	 d Z
 d Z e j rÌ e d e d	   e d
 e d   e d e j j  g e	 e j d e j e	 e j d e j Z nh e d e d	   e d e d   e d e j j  g e	 e j d e j e	 e j d e j Z d S(   s¶  gazeanalyser URL Configuration

The `urlpatterns` list routes URLs to views. For more information please see:
    https://docs.djangoproject.com/en/1.9/topics/http/urls/
Examples:
Function views
    1. Add an import:  from my_app import views
    2. Add a URL to urlpatterns:  url(r'^$', views.home, name='home')
Class-based views
    1. Add an import:  from other_app.views import Home
    2. Add a URL to urlpatterns:  url(r'^$', Home.as_view(), name='home')
Including another URLconf
    1. Add an import:  from blog import urls as blog_urls
    2. Import the include() function: from django.conf.urls import url, include
    3. Add a URL to urlpatterns:  url(r'^blog/', include(blog_urls))
iÿÿÿÿ(   t   includet   url(   t   admin(   t   settings(   t   statics    gazeanalyserapp.views.handler404s    gazeanalyserapp.views.handler503s   ^gea/s   gazeanalyserapp.urlss   ^gea/emodb/s
   emodb.urlss   ^admin/t   document_roott    s   ^emodb/N(   t   __doc__t   django.conf.urlsR    R   t   django.contribR   t   django.confR   t   django.conf.urls.staticR   t
   handler404t
   handler503t   DEBUGt   sitet   urlst	   MEDIA_URLt
   MEDIA_ROOTt
   STATIC_URLt   STATIC_ROOTt   urlpatterns(    (    (    s&   /var/www/gea-beta/gazeanalyser/urls.pyt   <module>   s   	k