coopy icon indicating copy to clipboard operation
coopy copied to clipboard

Web site broken

Open brandondrew opened this issue 8 years ago • 2 comments

This is the source of the home page:



<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
  <meta name="robots" content="NONE,NOARCHIVE">
  <title>ImportError at /</title>
  <style type="text/css">
    html * { padding:0; margin:0; }
    body * { padding:10px 20px; }
    body * * { padding:0; }
    body { font:small sans-serif; }
    body>div { border-bottom:1px solid #ddd; }
    h1 { font-weight:normal; }
    h2 { margin-bottom:.8em; }
    h2 span { font-size:80%; color:#666; font-weight:normal; }
    h3 { margin:1em 0 .5em 0; }
    h4 { margin:0 0 .5em 0; font-weight: normal; }
    code, pre { font-size: 100%; white-space: pre-wrap; }
    table { border:1px solid #ccc; border-collapse: collapse; width:100%; background:white; }
    tbody td, tbody th { vertical-align:top; padding:2px 3px; }
    thead th { padding:1px 6px 1px 3px; background:#fefefe; text-align:left; font-weight:normal; font-size:11px; border:1px solid #ddd; }
    tbody th { width:12em; text-align:right; color:#666; padding-right:.5em; }
    table.vars { margin:5px 0 2px 40px; }
    table.vars td, table.req td { font-family:monospace; }
    table td.code { width:100%; }
    table td.code pre { overflow:hidden; }
    table.source th { color:#666; }
    table.source td { font-family:monospace; white-space:pre; border-bottom:1px solid #eee; }
    ul.traceback { list-style-type:none; color: #222; }
    ul.traceback li.frame { padding-bottom:1em; color:#666; }
    ul.traceback li.user { background-color:#e0e0e0; color:#000 }
    div.context { padding:10px 0; overflow:hidden; }
    div.context ol { padding-left:30px; margin:0 10px; list-style-position: inside; }
    div.context ol li { font-family:monospace; white-space:pre; color:#777; cursor:pointer; }
    div.context ol li pre { display:inline; }
    div.context ol.context-line li { color:#505050; background-color:#dfdfdf; }
    div.context ol.context-line li span { position:absolute; right:32px; }
    .user div.context ol.context-line li { background-color:#bbb; color:#000; }
    .user div.context ol li { color:#666; }
    div.commands { margin-left: 40px; }
    div.commands a { color:#555; text-decoration:none; }
    .user div.commands a { color: black; }
    #summary { background: #ffc; }
    #summary h2 { font-weight: normal; color: #666; }
    #explanation { background:#eee; }
    #template, #template-not-exist { background:#f6f6f6; }
    #template-not-exist ul { margin: 0 0 0 20px; }
    #unicode-hint { background:#eee; }
    #traceback { background:#eee; }
    #requestinfo { background:#f6f6f6; padding-left:120px; }
    #summary table { border:none; background:transparent; }
    #requestinfo h2, #requestinfo h3 { position:relative; margin-left:-100px; }
    #requestinfo h3 { margin-bottom:-1em; }
    .error { background: #ffc; }
    .specific { color:#cc3300; font-weight:bold; }
    h2 span.commands { font-size:.7em;}
    span.commands a:link {color:#5E5694;}
    pre.exception_value { font-family: sans-serif; color: #666; font-size: 1.5em; margin: 10px 0 10px 0; }
  </style>

  <script type="text/javascript">
  //<!--
    function getElementsByClassName(oElm, strTagName, strClassName){
        // Written by Jonathan Snook, http://www.snook.ca/jon; Add-ons by Robert Nyman, http://www.robertnyman.com
        var arrElements = (strTagName == "*" && document.all)? document.all :
        oElm.getElementsByTagName(strTagName);
        var arrReturnElements = new Array();
        strClassName = strClassName.replace(/\-/g, "\-");
        var oRegExp = new RegExp("(^|\s)" + strClassName + "(\s|$)");
        var oElement;
        for(var i=0; i<arrElements.length; i++){
            oElement = arrElements[i];
            if(oRegExp.test(oElement.className)){
                arrReturnElements.push(oElement);
            }
        }
        return (arrReturnElements)
    }
    function hideAll(elems) {
      for (var e = 0; e < elems.length; e++) {
        elems[e].style.display = 'none';
      }
    }
    window.onload = function() {
      hideAll(getElementsByClassName(document, 'table', 'vars'));
      hideAll(getElementsByClassName(document, 'ol', 'pre-context'));
      hideAll(getElementsByClassName(document, 'ol', 'post-context'));
      hideAll(getElementsByClassName(document, 'div', 'pastebin'));
    }
    function toggle() {
      for (var i = 0; i < arguments.length; i++) {
        var e = document.getElementById(arguments[i]);
        if (e) {
          e.style.display = e.style.display == 'none' ? 'block' : 'none';
        }
      }
      return false;
    }
    function varToggle(link, id) {
      toggle('v' + id);
      var s = link.getElementsByTagName('span')[0];
      var uarr = String.fromCharCode(0x25b6);
      var darr = String.fromCharCode(0x25bc);
      s.innerHTML = s.innerHTML == uarr ? darr : uarr;
      return false;
    }
    function switchPastebinFriendly(link) {
      s1 = "Switch to copy-and-paste view";
      s2 = "Switch back to interactive view";
      link.innerHTML = link.innerHTML == s1 ? s2 : s1;
      toggle('browserTraceback', 'pastebinTraceback');
      return false;
    }
    //-->
  </script>

</head>
<body>
<div id="summary">
  <h1>ImportError at /</h1>
  <pre class="exception_value">No module named simple</pre>
  <table class="meta">

    <tr>
      <th>Request Method:</th>
      <td>GET</td>
    </tr>
    <tr>
      <th>Request URL:</th>
      <td>http://share.find.coop/</td>
    </tr>

    <tr>
      <th>Django Version:</th>
      <td>1.6.1</td>
    </tr>

    <tr>
      <th>Exception Type:</th>
      <td>ImportError</td>
    </tr>


    <tr>
      <th>Exception Value:</th>
      <td><pre>No module named simple</pre></td>
    </tr>


    <tr>
      <th>Exception Location:</th>
      <td>/srv/www/share.find.coop/application/urls.py in &lt;module&gt;, line 8</td>
    </tr>

    <tr>
      <th>Python Executable:</th>
      <td>/usr/local/bin/uwsgi</td>
    </tr>
    <tr>
      <th>Python Version:</th>
      <td>2.7.6</td>
    </tr>
    <tr>
      <th>Python Path:</th>
      <td><pre>[&#39;/srv/www/share.find.coop/application/&#39;,
 &#39;.&#39;,
 &#39;&#39;,
 &#39;/usr/lib/python2.7&#39;,
 &#39;/usr/lib/python2.7/plat-i386-linux-gnu&#39;,
 &#39;/usr/lib/python2.7/lib-tk&#39;,
 &#39;/usr/lib/python2.7/lib-old&#39;,
 &#39;/usr/lib/python2.7/lib-dynload&#39;,
 &#39;/usr/local/lib/python2.7/dist-packages&#39;,
 &#39;/usr/lib/python2.7/dist-packages&#39;,
 &#39;/usr/lib/python2.7/dist-packages/gtk-2.0&#39;,
 &#39;/usr/lib/pymodules/python2.7&#39;]</pre></td>
    </tr>
    <tr>
      <th>Server time:</th>
      <td>Mon, 23 May 2016 23:47:03 -0500</td>
    </tr>
  </table>
</div>




<div id="traceback">
  <h2>Traceback <span class="commands"><a href="#" onclick="return switchPastebinFriendly(this);">Switch to copy-and-paste view</a></span></h2>

  <div id="browserTraceback">
    <ul class="traceback">

        <li class="frame django">
          <code>/usr/lib/python2.7/dist-packages/django/core/handlers/base.py</code> in <code>get_response</code>


            <div class="context" id="c4137162268">

                <ol start="92" class="pre-context" id="pre4137162268"><li onclick="toggle('pre4137162268', 'post4137162268')"><pre>            if response is None:</pre></li><li onclick="toggle('pre4137162268', 'post4137162268')"><pre>                if hasattr(request, &#39;urlconf&#39;):</pre></li><li onclick="toggle('pre4137162268', 'post4137162268')"><pre>                    # Reset url resolver with a custom urlconf.</pre></li><li onclick="toggle('pre4137162268', 'post4137162268')"><pre>                    urlconf = request.urlconf</pre></li><li onclick="toggle('pre4137162268', 'post4137162268')"><pre>                    urlresolvers.set_urlconf(urlconf)</pre></li><li onclick="toggle('pre4137162268', 'post4137162268')"><pre>                    resolver = urlresolvers.RegexURLResolver(r&#39;^/&#39;, urlconf)</pre></li><li onclick="toggle('pre4137162268', 'post4137162268')"><pre></pre></li></ol>

              <ol start="99" class="context-line"><li onclick="toggle('pre4137162268', 'post4137162268')"><pre>                resolver_match = resolver.resolve(request.path_info)</pre> <span>...</span></li></ol>

                <ol start='100' class="post-context" id="post4137162268"><li onclick="toggle('pre4137162268', 'post4137162268')"><pre>                callback, callback_args, callback_kwargs = resolver_match</pre></li><li onclick="toggle('pre4137162268', 'post4137162268')"><pre>                request.resolver_match = resolver_match</pre></li><li onclick="toggle('pre4137162268', 'post4137162268')"><pre></pre></li><li onclick="toggle('pre4137162268', 'post4137162268')"><pre>                # Apply view middleware</pre></li><li onclick="toggle('pre4137162268', 'post4137162268')"><pre>                for middleware_method in self._view_middleware:</pre></li><li onclick="toggle('pre4137162268', 'post4137162268')"><pre>                    response = middleware_method(request, callback, callback_args, callback_kwargs)</pre></li></ol>

            </div>



            <div class="commands">

                    <a href="#" onclick="return varToggle(this, '4137162268')"><span>&#x25b6;</span> Local vars</a>

            </div>
            <table class="vars" id="v4137162268">
              <thead>
                <tr>
                  <th>Variable</th>
                  <th>Value</th>
                </tr>
              </thead>
              <tbody>

                  <tr>
                    <td>middleware_method</td>
                    <td class="code"><pre>&lt;bound method AuthenticationMiddleware.process_request of &lt;django.contrib.auth.middleware.AuthenticationMiddleware object at 0xf694feec&gt;&gt;</pre></td>
                  </tr>

                  <tr>
                    <td>self</td>
                    <td class="code"><pre>&lt;django.core.handlers.wsgi.WSGIHandler object at 0xf6f05f8c&gt;</pre></td>
                  </tr>

                  <tr>
                    <td>request</td>
                    <td class="code"><pre>&quot;&lt;WSGIRequest\npath:/,\nGET:&lt;QueryDict: {}&gt;,\nPOST:&lt;QueryDict: {}&gt;,\nCOOKIES:{},\nMETA:{&#39;CONTENT_LENGTH&#39;: &#39;&#39;,\n &#39;CONTENT_TYPE&#39;: &#39;&#39;,\n &#39;DOCUMENT_ROOT&#39;: &#39;/opt/nginx_passenger_3.9/html&#39;,\n &#39;HTTP_ACCEPT&#39;: &#39;text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8&#39;,\n &#39;HTTP_ACCEPT_ENCODING&#39;: &#39;gzip, deflate&#39;,\n &#39;HTTP_ACCEPT_LANGUAGE&#39;: &#39;en-US,en;q=0.8&#39;,\n &#39;HTTP_HOST&#39;: &#39;share.find.coop&#39;,\n &#39;HTTP_UPGRADE_INSECURE_REQUESTS&#39;: &#39;1&#39;,\n &#39;HTTP_USER_AGENT&#39;: &#39;Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36&#39;,\n &#39;HTTP_VIA&#39;: &#39;1.1 phcproxy1.chicorp AC141C11&#39;,\n &#39;PATH_INFO&#39;: u&#39;/&#39;,\n &#39;QUERY_STRING&#39;: &#39;&#39;,\n &#39;REMOTE_ADDR&#39;: &#39;143.192.71.4&#39;,\n &#39;REMOTE_PORT&#39;: &#39;26862&#39;,\n &#39;REQUEST_METHOD&#39;: &#39;GET&#39;,\n &#39;REQUEST_URI&#39;: &#39;/&#39;,\n u&#39;SCRIPT_NAME&#39;: u&#39;&#39;,\n &#39;SERVER_NAME&#39;: &#39;share.find.coop&#39;,\n &#39;SERVER_PORT&#39;: &#39;80&#39;,\n &#39;SERVER_PROTOCOL&#39;: &#39;HTTP/1.1&#39;,\n &#39;uwsgi.node&#39;: &#39;datacommons&#39;,\n &#39;uwsgi.version&#39;: &#39;0.9.9.3&#39;,\n &#39;wsgi.errors&#39;: &lt;open file &#39;wsgi_input&#39;, mode &#39;w&#39; at 0xf663dee8&gt;,\n &#39;wsgi.file_wrapper&#39;: &lt;built-in function uwsgi_sendfile&gt;,\n &#39;wsgi.input&#39;: &lt;uwsgi._Input object at 0x9f82698&gt;,\n &#39;wsgi.multiprocess&#39;: True,\n &#39;wsgi.multithread&#39;: False,\n &#39;wsgi.run_once&#39;: False,\n &#39;wsgi.url_scheme&#39;: &#39;http&#39;,\n &#39;wsgi.version&#39;: (1, 0)}&gt;&quot;</pre></td>
                  </tr>

                  <tr>
                    <td>resolver</td>
                    <td class="code"><pre>&lt;RegexURLResolver &#39;urls&#39; (None:None) ^/&gt;</pre></td>
                  </tr>

                  <tr>
                    <td>response</td>
                    <td class="code"><pre>None</pre></td>
                  </tr>

                  <tr>
                    <td>urlconf</td>
                    <td class="code"><pre>&#39;urls&#39;</pre></td>
                  </tr>

              </tbody>
            </table>

        </li>

        <li class="frame django">
          <code>/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py</code> in <code>resolve</code>


            <div class="context" id="c4132811636">

                <ol start="330" class="pre-context" id="pre4132811636"><li onclick="toggle('pre4132811636', 'post4132811636')"><pre>        return self._app_dict[language_code]</pre></li><li onclick="toggle('pre4132811636', 'post4132811636')"><pre></pre></li><li onclick="toggle('pre4132811636', 'post4132811636')"><pre>    def resolve(self, path):</pre></li><li onclick="toggle('pre4132811636', 'post4132811636')"><pre>        tried = []</pre></li><li onclick="toggle('pre4132811636', 'post4132811636')"><pre>        match = self.regex.search(path)</pre></li><li onclick="toggle('pre4132811636', 'post4132811636')"><pre>        if match:</pre></li><li onclick="toggle('pre4132811636', 'post4132811636')"><pre>            new_path = path[match.end():]</pre></li></ol>

              <ol start="337" class="context-line"><li onclick="toggle('pre4132811636', 'post4132811636')"><pre>            for pattern in self.url_patterns:</pre> <span>...</span></li></ol>

                <ol start='338' class="post-context" id="post4132811636"><li onclick="toggle('pre4132811636', 'post4132811636')"><pre>                try:</pre></li><li onclick="toggle('pre4132811636', 'post4132811636')"><pre>                    sub_match = pattern.resolve(new_path)</pre></li><li onclick="toggle('pre4132811636', 'post4132811636')"><pre>                except Resolver404 as e:</pre></li><li onclick="toggle('pre4132811636', 'post4132811636')"><pre>                    sub_tried = e.args[0].get(&#39;tried&#39;)</pre></li><li onclick="toggle('pre4132811636', 'post4132811636')"><pre>                    if sub_tried is not None:</pre></li><li onclick="toggle('pre4132811636', 'post4132811636')"><pre>                        tried.extend([[pattern] + t for t in sub_tried])</pre></li></ol>

            </div>



            <div class="commands">

                    <a href="#" onclick="return varToggle(this, '4132811636')"><span>&#x25b6;</span> Local vars</a>

            </div>
            <table class="vars" id="v4132811636">
              <thead>
                <tr>
                  <th>Variable</th>
                  <th>Value</th>
                </tr>
              </thead>
              <tbody>

                  <tr>
                    <td>path</td>
                    <td class="code"><pre>u&#39;/&#39;</pre></td>
                  </tr>

                  <tr>
                    <td>self</td>
                    <td class="code"><pre>&lt;RegexURLResolver &#39;urls&#39; (None:None) ^/&gt;</pre></td>
                  </tr>

                  <tr>
                    <td>new_path</td>
                    <td class="code"><pre>u&#39;&#39;</pre></td>
                  </tr>

                  <tr>
                    <td>tried</td>
                    <td class="code"><pre>[]</pre></td>
                  </tr>

                  <tr>
                    <td>match</td>
                    <td class="code"><pre>&lt;_sre.SRE_Match object at 0xf665acd0&gt;</pre></td>
                  </tr>

              </tbody>
            </table>

        </li>

        <li class="frame django">
          <code>/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py</code> in <code>url_patterns</code>


            <div class="context" id="c4132813756">

                <ol start="358" class="pre-context" id="pre4132813756"><li onclick="toggle('pre4132813756', 'post4132813756')"><pre>            return self._urlconf_module</pre></li><li onclick="toggle('pre4132813756', 'post4132813756')"><pre>        except AttributeError:</pre></li><li onclick="toggle('pre4132813756', 'post4132813756')"><pre>            self._urlconf_module = import_module(self.urlconf_name)</pre></li><li onclick="toggle('pre4132813756', 'post4132813756')"><pre>            return self._urlconf_module</pre></li><li onclick="toggle('pre4132813756', 'post4132813756')"><pre></pre></li><li onclick="toggle('pre4132813756', 'post4132813756')"><pre>    @property</pre></li><li onclick="toggle('pre4132813756', 'post4132813756')"><pre>    def url_patterns(self):</pre></li></ol>

              <ol start="365" class="context-line"><li onclick="toggle('pre4132813756', 'post4132813756')"><pre>        patterns = getattr(self.urlconf_module, &quot;urlpatterns&quot;, self.urlconf_module)</pre> <span>...</span></li></ol>

                <ol start='366' class="post-context" id="post4132813756"><li onclick="toggle('pre4132813756', 'post4132813756')"><pre>        try:</pre></li><li onclick="toggle('pre4132813756', 'post4132813756')"><pre>            iter(patterns)</pre></li><li onclick="toggle('pre4132813756', 'post4132813756')"><pre>        except TypeError:</pre></li><li onclick="toggle('pre4132813756', 'post4132813756')"><pre>            raise ImproperlyConfigured(&quot;The included urlconf %s doesn&#39;t have any patterns in it&quot; % self.urlconf_name)</pre></li><li onclick="toggle('pre4132813756', 'post4132813756')"><pre>        return patterns</pre></li><li onclick="toggle('pre4132813756', 'post4132813756')"><pre></pre></li></ol>

            </div>



            <div class="commands">

                    <a href="#" onclick="return varToggle(this, '4132813756')"><span>&#x25b6;</span> Local vars</a>

            </div>
            <table class="vars" id="v4132813756">
              <thead>
                <tr>
                  <th>Variable</th>
                  <th>Value</th>
                </tr>
              </thead>
              <tbody>

                  <tr>
                    <td>self</td>
                    <td class="code"><pre>&lt;RegexURLResolver &#39;urls&#39; (None:None) ^/&gt;</pre></td>
                  </tr>

              </tbody>
            </table>

        </li>

        <li class="frame django">
          <code>/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py</code> in <code>urlconf_module</code>


            <div class="context" id="c4137162428">

                <ol start="353" class="pre-context" id="pre4137162428"><li onclick="toggle('pre4137162428', 'post4137162428')"><pre>        raise Resolver404({&#39;path&#39; : path})</pre></li><li onclick="toggle('pre4137162428', 'post4137162428')"><pre></pre></li><li onclick="toggle('pre4137162428', 'post4137162428')"><pre>    @property</pre></li><li onclick="toggle('pre4137162428', 'post4137162428')"><pre>    def urlconf_module(self):</pre></li><li onclick="toggle('pre4137162428', 'post4137162428')"><pre>        try:</pre></li><li onclick="toggle('pre4137162428', 'post4137162428')"><pre>            return self._urlconf_module</pre></li><li onclick="toggle('pre4137162428', 'post4137162428')"><pre>        except AttributeError:</pre></li></ol>

              <ol start="360" class="context-line"><li onclick="toggle('pre4137162428', 'post4137162428')"><pre>            self._urlconf_module = import_module(self.urlconf_name)</pre> <span>...</span></li></ol>

                <ol start='361' class="post-context" id="post4137162428"><li onclick="toggle('pre4137162428', 'post4137162428')"><pre>            return self._urlconf_module</pre></li><li onclick="toggle('pre4137162428', 'post4137162428')"><pre></pre></li><li onclick="toggle('pre4137162428', 'post4137162428')"><pre>    @property</pre></li><li onclick="toggle('pre4137162428', 'post4137162428')"><pre>    def url_patterns(self):</pre></li><li onclick="toggle('pre4137162428', 'post4137162428')"><pre>        patterns = getattr(self.urlconf_module, &quot;urlpatterns&quot;, self.urlconf_module)</pre></li><li onclick="toggle('pre4137162428', 'post4137162428')"><pre>        try:</pre></li></ol>

            </div>



            <div class="commands">

                    <a href="#" onclick="return varToggle(this, '4137162428')"><span>&#x25b6;</span> Local vars</a>

            </div>
            <table class="vars" id="v4137162428">
              <thead>
                <tr>
                  <th>Variable</th>
                  <th>Value</th>
                </tr>
              </thead>
              <tbody>

                  <tr>
                    <td>self</td>
                    <td class="code"><pre>&lt;RegexURLResolver &#39;urls&#39; (None:None) ^/&gt;</pre></td>
                  </tr>

              </tbody>
            </table>

        </li>

        <li class="frame django">
          <code>/usr/lib/python2.7/dist-packages/django/utils/importlib.py</code> in <code>import_module</code>


            <div class="context" id="c4133623844">

                <ol start="33" class="pre-context" id="pre4133623844"><li onclick="toggle('pre4133623844', 'post4133623844')"><pre>                raise TypeError(&quot;relative imports require the &#39;package&#39; argument&quot;)</pre></li><li onclick="toggle('pre4133623844', 'post4133623844')"><pre>            level = 0</pre></li><li onclick="toggle('pre4133623844', 'post4133623844')"><pre>            for character in name:</pre></li><li onclick="toggle('pre4133623844', 'post4133623844')"><pre>                if character != &#39;.&#39;:</pre></li><li onclick="toggle('pre4133623844', 'post4133623844')"><pre>                    break</pre></li><li onclick="toggle('pre4133623844', 'post4133623844')"><pre>                level += 1</pre></li><li onclick="toggle('pre4133623844', 'post4133623844')"><pre>            name = _resolve_name(name[level:], package, level)</pre></li></ol>

              <ol start="40" class="context-line"><li onclick="toggle('pre4133623844', 'post4133623844')"><pre>        __import__(name)</pre> <span>...</span></li></ol>

                <ol start='41' class="post-context" id="post4133623844"><li onclick="toggle('pre4133623844', 'post4133623844')"><pre>        return sys.modules[name]</pre></li></ol>

            </div>



            <div class="commands">

                    <a href="#" onclick="return varToggle(this, '4133623844')"><span>&#x25b6;</span> Local vars</a>

            </div>
            <table class="vars" id="v4133623844">
              <thead>
                <tr>
                  <th>Variable</th>
                  <th>Value</th>
                </tr>
              </thead>
              <tbody>

                  <tr>
                    <td>name</td>
                    <td class="code"><pre>&#39;urls&#39;</pre></td>
                  </tr>

                  <tr>
                    <td>package</td>
                    <td class="code"><pre>None</pre></td>
                  </tr>

              </tbody>
            </table>

        </li>

        <li class="frame user">
          <code>/srv/www/share.find.coop/application/urls.py</code> in <code>&lt;module&gt;</code>


            <div class="context" id="c4133623044">

                <ol start="1" class="pre-context" id="pre4133623044"><li onclick="toggle('pre4133623044', 'post4133623044')"><pre>from django.conf.urls import patterns, url, include</pre></li><li onclick="toggle('pre4133623044', 'post4133623044')"><pre>from django.conf import settings</pre></li><li onclick="toggle('pre4133623044', 'post4133623044')"><pre></pre></li><li onclick="toggle('pre4133623044', 'post4133623044')"><pre># Uncomment the next two lines to enable the admin:</pre></li><li onclick="toggle('pre4133623044', 'post4133623044')"><pre>from django.contrib import admin</pre></li><li onclick="toggle('pre4133623044', 'post4133623044')"><pre>admin.autodiscover()</pre></li><li onclick="toggle('pre4133623044', 'post4133623044')"><pre></pre></li></ol>

              <ol start="8" class="context-line"><li onclick="toggle('pre4133623044', 'post4133623044')"><pre>from django.views.generic.simple import direct_to_template, redirect_to</pre> <span>...</span></li></ol>

                <ol start='9' class="post-context" id="post4133623044"><li onclick="toggle('pre4133623044', 'post4133623044')"><pre></pre></li><li onclick="toggle('pre4133623044', 'post4133623044')"><pre>urlpatterns = patterns(&#39;&#39;,</pre></li><li onclick="toggle('pre4133623044', 'post4133623044')"><pre></pre></li><li onclick="toggle('pre4133623044', 'post4133623044')"><pre>   # (r&#39;^$&#39;, redirect_to, {&#39;url&#39;: &#39;http://share.find.coop&#39;}, &#39;index&#39;),</pre></li><li onclick="toggle('pre4133623044', 'post4133623044')"><pre></pre></li><li onclick="toggle('pre4133623044', 'post4133623044')"><pre>    # Example:</pre></li></ol>

            </div>



            <div class="commands">

                    <a href="#" onclick="return varToggle(this, '4133623044')"><span>&#x25b6;</span> Local vars</a>

            </div>
            <table class="vars" id="v4133623044">
              <thead>
                <tr>
                  <th>Variable</th>
                  <th>Value</th>
                </tr>
              </thead>
              <tbody>

                  <tr>
                    <td>patterns</td>
                    <td class="code"><pre>None</pre></td>
                  </tr>

                  <tr>
                    <td>admin</td>
                    <td class="code"><pre>None</pre></td>
                  </tr>

                  <tr>
                    <td>__file__</td>
                    <td class="code"><pre>None</pre></td>
                  </tr>

                  <tr>
                    <td>settings</td>
                    <td class="code"><pre>None</pre></td>
                  </tr>

                  <tr>
                    <td>__package__</td>
                    <td class="code"><pre>None</pre></td>
                  </tr>

                  <tr>
                    <td>__builtins__</td>
                    <td class="code"><pre>{&#39;ArithmeticError&#39;: &lt;type &#39;exceptions.ArithmeticError&#39;&gt;,
 &#39;AssertionError&#39;: &lt;type &#39;exceptions.AssertionError&#39;&gt;,
 &#39;AttributeError&#39;: &lt;type &#39;exceptions.AttributeError&#39;&gt;,
 &#39;BaseException&#39;: &lt;type &#39;exceptions.BaseException&#39;&gt;,
 &#39;BufferError&#39;: &lt;type &#39;exceptions.BufferError&#39;&gt;,
 &#39;BytesWarning&#39;: &lt;type &#39;exceptions.BytesWarning&#39;&gt;,
 &#39;DeprecationWarning&#39;: &lt;type &#39;exceptions.DeprecationWarning&#39;&gt;,
 &#39;EOFError&#39;: &lt;type &#39;exceptions.EOFError&#39;&gt;,
 &#39;Ellipsis&#39;: Ellipsis,
 &#39;EnvironmentError&#39;: &lt;type &#39;exceptions.EnvironmentError&#39;&gt;,
 &#39;Exception&#39;: &lt;type &#39;exceptions.Exception&#39;&gt;,
 &#39;False&#39;: False,
 &#39;FloatingPointError&#39;: &lt;type &#39;exceptions.FloatingPointError&#39;&gt;,
 &#39;FutureWarning&#39;: &lt;type &#39;exceptions.FutureWarning&#39;&gt;,
 &#39;GeneratorExit&#39;: &lt;type &#39;exceptions.GeneratorExit&#39;&gt;,
 &#39;IOError&#39;: &lt;type &#39;exceptions.IOError&#39;&gt;,
 &#39;ImportError&#39;: &lt;type &#39;exceptions.ImportError&#39;&gt;,
 &#39;ImportWarning&#39;: &lt;type &#39;exceptions.ImportWarning&#39;&gt;,
 &#39;IndentationError&#39;: &lt;type &#39;exceptions.IndentationError&#39;&gt;,
 &#39;IndexError&#39;: &lt;type &#39;exceptions.IndexError&#39;&gt;,
 &#39;KeyError&#39;: &lt;type &#39;exceptions.KeyError&#39;&gt;,
 &#39;KeyboardInterrupt&#39;: &lt;type &#39;exceptions.KeyboardInterrupt&#39;&gt;,
 &#39;LookupError&#39;: &lt;type &#39;exceptions.LookupError&#39;&gt;,
 &#39;MemoryError&#39;: &lt;type &#39;exceptions.MemoryError&#39;&gt;,
 &#39;NameError&#39;: &lt;type &#39;exceptions.NameError&#39;&gt;,
 &#39;None&#39;: None,
 &#39;NotImplemented&#39;: NotImplemented,
 &#39;NotImplementedError&#39;: &lt;type &#39;exceptions.NotImplementedError&#39;&gt;,
 &#39;OSError&#39;: &lt;type &#39;exceptions.OSError&#39;&gt;,
 &#39;OverflowError&#39;: &lt;type &#39;exceptions.OverflowError&#39;&gt;,
 &#39;PendingDeprecationWarning&#39;: &lt;type &#39;exceptions.PendingDeprecationWarning&#39;&gt;,
 &#39;ReferenceError&#39;: &lt;type &#39;exceptions.ReferenceError&#39;&gt;,
 &#39;RuntimeError&#39;: &lt;type &#39;exceptions.RuntimeError&#39;&gt;,
 &#39;RuntimeWarning&#39;: &lt;type &#39;exceptions.RuntimeWarning&#39;&gt;,
 &#39;StandardError&#39;: &lt;type &#39;exceptions.StandardError&#39;&gt;,
 &#39;StopIteration&#39;: &lt;type &#39;exceptions.StopIteration&#39;&gt;,
 &#39;SyntaxError&#39;: &lt;type &#39;exceptions.SyntaxError&#39;&gt;,
 &#39;SyntaxWarning&#39;: &lt;type &#39;exceptions.SyntaxWarning&#39;&gt;,
 &#39;SystemError&#39;: &lt;type &#39;exceptions.SystemError&#39;&gt;,
 &#39;SystemExit&#39;: &lt;type &#39;exceptions.SystemExit&#39;&gt;,
 &#39;TabError&#39;: &lt;type &#39;exceptions.TabError&#39;&gt;,
 &#39;True&#39;: True,
 &#39;TypeError&#39;: &lt;type &#39;exceptions.TypeError&#39;&gt;,
 &#39;UnboundLocalError&#39;: &lt;type &#39;exceptions.UnboundLocalError&#39;&gt;,
 &#39;UnicodeDecodeError&#39;: &lt;type &#39;exceptions.UnicodeDecodeError&#39;&gt;,
 &#39;UnicodeEncodeError&#39;: &lt;type &#39;exceptions.UnicodeEncodeError&#39;&gt;,
 &#39;UnicodeError&#39;: &lt;type &#39;exceptions.UnicodeError&#39;&gt;,
 &#39;UnicodeTranslateError&#39;: &lt;type &#39;exceptions.UnicodeTranslateError&#39;&gt;,
 &#39;UnicodeWarning&#39;: &lt;type &#39;exceptions.UnicodeWarning&#39;&gt;,
 &#39;UserWarning&#39;: &lt;type &#39;exceptions.UserWarning&#39;&gt;,
 &#39;ValueError&#39;: &lt;type &#39;exceptions.ValueError&#39;&gt;,
 &#39;Warning&#39;: &lt;type &#39;exceptions.Warning&#39;&gt;,
 &#39;ZeroDivisionError&#39;: &lt;type &#39;exceptions.ZeroDivisionError&#39;&gt;,
 &#39;__debug__&#39;: True,
 &#39;__doc__&#39;: &quot;Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil&#39; object; Ellipsis represents `...&#39; in slices.&quot;,
 &#39;__import__&#39;: &lt;built-in function __import__&gt;,
 &#39;__name__&#39;: &#39;__builtin__&#39;,
 &#39;__package__&#39;: None,
 &#39;abs&#39;: &lt;built-in function abs&gt;,
 &#39;all&#39;: &lt;built-in function all&gt;,
 &#39;any&#39;: &lt;built-in function any&gt;,
 &#39;apply&#39;: &lt;built-in function apply&gt;,
 &#39;basestring&#39;: &lt;type &#39;basestring&#39;&gt;,
 &#39;bin&#39;: &lt;built-in function bin&gt;,
 &#39;bool&#39;: &lt;type &#39;bool&#39;&gt;,
 &#39;buffer&#39;: &lt;type &#39;buffer&#39;&gt;,
 &#39;bytearray&#39;: &lt;type &#39;bytearray&#39;&gt;,
 &#39;bytes&#39;: &lt;type &#39;str&#39;&gt;,
 &#39;callable&#39;: &lt;built-in function callable&gt;,
 &#39;chr&#39;: &lt;built-in function chr&gt;,
 &#39;classmethod&#39;: &lt;type &#39;classmethod&#39;&gt;,
 &#39;cmp&#39;: &lt;built-in function cmp&gt;,
 &#39;coerce&#39;: &lt;built-in function coerce&gt;,
 &#39;compile&#39;: &lt;built-in function compile&gt;,
 &#39;complex&#39;: &lt;type &#39;complex&#39;&gt;,
 &#39;copyright&#39;: Copyright (c) 2001-2014 Python Software Foundation.
All Rights Reserved.

Copyright (c) 2000 BeOpen.com.
All Rights Reserved.

Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.

Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved.,
 &#39;credits&#39;:     Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
    for supporting Python development.  See www.python.org for more information.,
 &#39;delattr&#39;: &lt;built-in function delattr&gt;,
 &#39;dict&#39;: &lt;type &#39;dict&#39;&gt;,
 &#39;dir&#39;: &lt;built-in function dir&gt;,
 &#39;divmod&#39;: &lt;built-in function divmod&gt;,
 &#39;enumerate&#39;: &lt;type &#39;enumerate&#39;&gt;,
 &#39;eval&#39;: &lt;built-in function eval&gt;,
 &#39;execfile&#39;: &lt;built-in function execfile&gt;,
 &#39;exit&#39;: Use exit() or Ctrl-D (i.e. EOF) to exit,
 &#39;file&#39;: &lt;type &#39;file&#39;&gt;,
 &#39;filter&#39;: &lt;built-in function filter&gt;,
 &#39;float&#39;: &lt;type &#39;float&#39;&gt;,
 &#39;format&#39;: &lt;built-in function format&gt;,
 &#39;frozenset&#39;: &lt;type &#39;frozenset&#39;&gt;,
 &#39;getattr&#39;: &lt;built-in function getattr&gt;,
 &#39;globals&#39;: &lt;built-in function globals&gt;,
 &#39;hasattr&#39;: &lt;built-in function hasattr&gt;,
 &#39;hash&#39;: &lt;built-in function hash&gt;,
 &#39;help&#39;: Type help() for interactive help, or help(object) for help about object.,
 &#39;hex&#39;: &lt;built-in function hex&gt;,
 &#39;id&#39;: &lt;built-in function id&gt;,
 &#39;input&#39;: &lt;built-in function input&gt;,
 &#39;int&#39;: &lt;type &#39;int&#39;&gt;,
 &#39;intern&#39;: &lt;built-in function intern&gt;,
 &#39;isinstance&#39;: &lt;built-in function isinstance&gt;,
 &#39;issubclass&#39;: &lt;built-in function issubclass&gt;,
 &#39;iter&#39;: &lt;built-in function iter&gt;,
 &#39;len&#39;: &lt;built-in function len&gt;,
 &#39;license&#39;: Type license() to see the full license text,
 &#39;list&#39;: &lt;type &#39;list&#39;&gt;,
 &#39;locals&#39;: &lt;built-in function locals&gt;,
 &#39;long&#39;: &lt;type &#39;long&#39;&gt;,
 &#39;map&#39;: &lt;built-in function map&gt;,
 &#39;max&#39;: &lt;built-in function max&gt;,
 &#39;memoryview&#39;: &lt;type &#39;memoryview&#39;&gt;,
 &#39;min&#39;: &lt;built-in function min&gt;,
 &#39;next&#39;: &lt;built-in function next&gt;,
 &#39;object&#39;: &lt;type &#39;object&#39;&gt;,
 &#39;oct&#39;: &lt;built-in function oct&gt;,
 &#39;open&#39;: &lt;built-in function open&gt;,
 &#39;ord&#39;: &lt;built-in function ord&gt;,
 &#39;pow&#39;: &lt;built-in function pow&gt;,
 &#39;print&#39;: &lt;built-in function print&gt;,
 &#39;property&#39;: &lt;type &#39;property&#39;&gt;,
 &#39;quit&#39;: Use quit() or Ctrl-D (i.e. EOF) to exit,
 &#39;range&#39;: &lt;built-in function range&gt;,
 &#39;raw_input&#39;: &lt;built-in function raw_input&gt;,
 &#39;reduce&#39;: &lt;built-in function reduce&gt;,
 &#39;reload&#39;: &lt;built-in function reload&gt;,
 &#39;repr&#39;: &lt;built-in function repr&gt;,
 &#39;reversed&#39;: &lt;type &#39;reversed&#39;&gt;,
 &#39;round&#39;: &lt;built-in function round&gt;,
 &#39;set&#39;: &lt;type &#39;set&#39;&gt;,
 &#39;setattr&#39;: &lt;built-in function setattr&gt;,
 &#39;slice&#39;: &lt;type &#39;slice&#39;&gt;,
 &#39;sorted&#39;: &lt;built-in function sorted&gt;,
 &#39;staticmethod&#39;: &lt;type &#39;staticmethod&#39;&gt;,
 &#39;str&#39;: &lt;type &#39;str&#39;&gt;,
 &#39;sum&#39;: &lt;built-in function sum&gt;,
 &#39;super&#39;: &lt;type &#39;super&#39;&gt;,
 &#39;tuple&#39;: &lt;type &#39;tuple&#39;&gt;,
 &#39;type&#39;: &lt;type &#39;type&#39;&gt;,
 &#39;unichr&#39;: &lt;built-in function unichr&gt;,
 &#39;unicode&#39;: &lt;type &#39;unicode&#39;&gt;,
 &#39;vars&#39;: &lt;built-in function vars&gt;,
 &#39;xrange&#39;: &lt;type &#39;xrange&#39;&gt;,
 &#39;zip&#39;: &lt;built-in function zip&gt;}</pre></td>
                  </tr>

                  <tr>
                    <td>url</td>
                    <td class="code"><pre>None</pre></td>
                  </tr>

                  <tr>
                    <td>__name__</td>
                    <td class="code"><pre>None</pre></td>
                  </tr>

                  <tr>
                    <td>include</td>
                    <td class="code"><pre>None</pre></td>
                  </tr>

                  <tr>
                    <td>__doc__</td>
                    <td class="code"><pre>None</pre></td>
                  </tr>

              </tbody>
            </table>

        </li>

    </ul>
  </div>

  <form action="http://dpaste.com/" name="pasteform" id="pasteform" method="post">

  <div id="pastebinTraceback" class="pastebin">
    <input type="hidden" name="language" value="PythonConsole">
    <input type="hidden" name="title" value="ImportError at /">
    <input type="hidden" name="source" value="Django Dpaste Agent">
    <input type="hidden" name="poster" value="Django">
    <textarea name="content" id="traceback_area" cols="140" rows="25">
Environment:


Request Method: GET
Request URL: http://share.find.coop/

Django Version: 1.6.1
Python Version: 2.7.6
Installed Applications:
(&#39;django.contrib.auth&#39;,
 &#39;django.contrib.contenttypes&#39;,
 &#39;django.contrib.sessions&#39;,
 &#39;django.contrib.sites&#39;,
 &#39;django.contrib.admin&#39;,
 &#39;registration&#39;,
 &#39;fossil&#39;,
 &#39;south&#39;,
 &#39;sheet&#39;)
Installed Middleware:
(&#39;django.middleware.common.CommonMiddleware&#39;,
 &#39;django.contrib.sessions.middleware.SessionMiddleware&#39;,
 &#39;django.contrib.auth.middleware.AuthenticationMiddleware&#39;)


Traceback:
File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py" in get_response
  99.                 resolver_match = resolver.resolve(request.path_info)
File "/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py" in resolve
  337.             for pattern in self.url_patterns:
File "/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py" in url_patterns
  365.         patterns = getattr(self.urlconf_module, &quot;urlpatterns&quot;, self.urlconf_module)
File "/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py" in urlconf_module
  360.             self._urlconf_module = import_module(self.urlconf_name)
File "/usr/lib/python2.7/dist-packages/django/utils/importlib.py" in import_module
  40.         __import__(name)
File "/srv/www/share.find.coop/application/urls.py" in &lt;module&gt;
  8. from django.views.generic.simple import direct_to_template, redirect_to

Exception Type: ImportError at /
Exception Value: No module named simple
</textarea>
  <br><br>
  <input type="submit" value="Share this traceback on a public Web site">
  </div>
</form>
</div>



<div id="requestinfo">
  <h2>Request information</h2>


  <h3 id="get-info">GET</h3>

    <p>No GET data</p>


  <h3 id="post-info">POST</h3>

    <p>No POST data</p>

  <h3 id="files-info">FILES</h3>

    <p>No FILES data</p>



  <h3 id="cookie-info">COOKIES</h3>

    <p>No cookie data</p>


  <h3 id="meta-info">META</h3>
  <table class="req">
    <thead>
      <tr>
        <th>Variable</th>
        <th>Value</th>
      </tr>
    </thead>
    <tbody>

        <tr>
          <td>wsgi.multiprocess</td>
          <td class="code"><pre>True</pre></td>
        </tr>

        <tr>
          <td>SCRIPT_NAME</td>
          <td class="code"><pre>u&#39;&#39;</pre></td>
        </tr>

        <tr>
          <td>REQUEST_METHOD</td>
          <td class="code"><pre>&#39;GET&#39;</pre></td>
        </tr>

        <tr>
          <td>PATH_INFO</td>
          <td class="code"><pre>u&#39;/&#39;</pre></td>
        </tr>

        <tr>
          <td>SERVER_PROTOCOL</td>
          <td class="code"><pre>&#39;HTTP/1.1&#39;</pre></td>
        </tr>

        <tr>
          <td>QUERY_STRING</td>
          <td class="code"><pre>&#39;&#39;</pre></td>
        </tr>

        <tr>
          <td>CONTENT_LENGTH</td>
          <td class="code"><pre>&#39;&#39;</pre></td>
        </tr>

        <tr>
          <td>HTTP_USER_AGENT</td>
          <td class="code"><pre>&#39;Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36&#39;</pre></td>
        </tr>

        <tr>
          <td>SERVER_NAME</td>
          <td class="code"><pre>&#39;share.find.coop&#39;</pre></td>
        </tr>

        <tr>
          <td>REMOTE_ADDR</td>
          <td class="code"><pre>&#39;143.192.71.4&#39;</pre></td>
        </tr>

        <tr>
          <td>wsgi.url_scheme</td>
          <td class="code"><pre>&#39;http&#39;</pre></td>
        </tr>

        <tr>
          <td>HTTP_VIA</td>
          <td class="code"><pre>&#39;1.1 phcproxy1.chicorp AC141C11&#39;</pre></td>
        </tr>

        <tr>
          <td>SERVER_PORT</td>
          <td class="code"><pre>&#39;80&#39;</pre></td>
        </tr>

        <tr>
          <td>uwsgi.node</td>
          <td class="code"><pre>&#39;datacommons&#39;</pre></td>
        </tr>

        <tr>
          <td>DOCUMENT_ROOT</td>
          <td class="code"><pre>&#39;/opt/nginx_passenger_3.9/html&#39;</pre></td>
        </tr>

        <tr>
          <td>wsgi.input</td>
          <td class="code"><pre>&lt;uwsgi._Input object at 0x9f82698&gt;</pre></td>
        </tr>

        <tr>
          <td>HTTP_HOST</td>
          <td class="code"><pre>&#39;share.find.coop&#39;</pre></td>
        </tr>

        <tr>
          <td>wsgi.multithread</td>
          <td class="code"><pre>False</pre></td>
        </tr>

        <tr>
          <td>HTTP_UPGRADE_INSECURE_REQUESTS</td>
          <td class="code"><pre>&#39;1&#39;</pre></td>
        </tr>

        <tr>
          <td>REQUEST_URI</td>
          <td class="code"><pre>&#39;/&#39;</pre></td>
        </tr>

        <tr>
          <td>HTTP_ACCEPT</td>
          <td class="code"><pre>&#39;text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8&#39;</pre></td>
        </tr>

        <tr>
          <td>wsgi.version</td>
          <td class="code"><pre>(1, 0)</pre></td>
        </tr>

        <tr>
          <td>wsgi.run_once</td>
          <td class="code"><pre>False</pre></td>
        </tr>

        <tr>
          <td>wsgi.errors</td>
          <td class="code"><pre>&lt;open file &#39;wsgi_input&#39;, mode &#39;w&#39; at 0xf663dee8&gt;</pre></td>
        </tr>

        <tr>
          <td>REMOTE_PORT</td>
          <td class="code"><pre>&#39;26862&#39;</pre></td>
        </tr>

        <tr>
          <td>HTTP_ACCEPT_LANGUAGE</td>
          <td class="code"><pre>&#39;en-US,en;q=0.8&#39;</pre></td>
        </tr>

        <tr>
          <td>uwsgi.version</td>
          <td class="code"><pre>&#39;0.9.9.3&#39;</pre></td>
        </tr>

        <tr>
          <td>CONTENT_TYPE</td>
          <td class="code"><pre>&#39;&#39;</pre></td>
        </tr>

        <tr>
          <td>wsgi.file_wrapper</td>
          <td class="code"><pre>&#39;&#39;</pre></td>
        </tr>

        <tr>
          <td>HTTP_ACCEPT_ENCODING</td>
          <td class="code"><pre>&#39;gzip, deflate&#39;</pre></td>
        </tr>

    </tbody>
  </table>


  <h3 id="settings-info">Settings</h3>
  <h4>Using settings module <code>settings</code></h4>
  <table class="req">
    <thead>
      <tr>
        <th>Setting</th>
        <th>Value</th>
      </tr>
    </thead>
    <tbody>

        <tr>
          <td>USE_L10N</td>
          <td class="code"><pre>False</pre></td>
        </tr>

        <tr>
          <td>USE_THOUSAND_SEPARATOR</td>
          <td class="code"><pre>False</pre></td>
        </tr>

        <tr>
          <td>CSRF_COOKIE_SECURE</td>
          <td class="code"><pre>False</pre></td>
        </tr>

        <tr>
          <td>LANGUAGE_CODE</td>
          <td class="code"><pre>&#39;en-us&#39;</pre></td>
        </tr>

        <tr>
          <td>ROOT_URLCONF</td>
          <td class="code"><pre>&#39;urls&#39;</pre></td>
        </tr>

        <tr>
          <td>MANAGERS</td>
          <td class="code"><pre>((&#39;Paul Fitzpatrick&#39;, &#39;[email protected]&#39;),)</pre></td>
        </tr>

        <tr>
          <td>ACCOUNT_ACTIVATION_DAYS</td>
          <td class="code"><pre>7</pre></td>
        </tr>

        <tr>
          <td>SESSION_SERIALIZER</td>
          <td class="code"><pre>&#39;django.contrib.sessions.serializers.JSONSerializer&#39;</pre></td>
        </tr>

        <tr>
          <td>STATIC_ROOT</td>
          <td class="code"><pre>&#39;&#39;</pre></td>
        </tr>

        <tr>
          <td>ALLOWED_HOSTS</td>
          <td class="code"><pre>[]</pre></td>
        </tr>

        <tr>
          <td>MESSAGE_STORAGE</td>
          <td class="code"><pre>&#39;django.contrib.messages.storage.fallback.FallbackStorage&#39;</pre></td>
        </tr>

        <tr>
          <td>DATABASE_HOST</td>
          <td class="code"><pre>&#39;&#39;</pre></td>
        </tr>

        <tr>
          <td>EMAIL_SUBJECT_PREFIX</td>
          <td class="code"><pre>&#39;[Django] &#39;</pre></td>
        </tr>

        <tr>
          <td>SEND_BROKEN_LINK_EMAILS</td>
          <td class="code"><pre>False</pre></td>
        </tr>

        <tr>
          <td>STATICFILES_FINDERS</td>
          <td class="code"><pre>(&#39;django.contrib.staticfiles.finders.FileSystemFinder&#39;,
 &#39;django.contrib.staticfiles.finders.AppDirectoriesFinder&#39;)</pre></td>
        </tr>

        <tr>
          <td>SESSION_CACHE_ALIAS</td>
          <td class="code"><pre>&#39;default&#39;</pre></td>
        </tr>

        <tr>
          <td>SESSION_COOKIE_DOMAIN</td>
          <td class="code"><pre>None</pre></td>
        </tr>

        <tr>
          <td>SESSION_COOKIE_NAME</td>
          <td class="code"><pre>&#39;sessionid&#39;</pre></td>
        </tr>

        <tr>
          <td>ADMIN_FOR</td>
          <td class="code"><pre>()</pre></td>
        </tr>

        <tr>
          <td>TIME_INPUT_FORMATS</td>
          <td class="code"><pre>(&#39;%H:%M:%S&#39;, &#39;%H:%M:%S.%f&#39;, &#39;%H:%M&#39;)</pre></td>
        </tr>

        <tr>
          <td>DATABASES</td>
          <td class="code"><pre>{}</pre></td>
        </tr>

        <tr>
          <td>FILE_UPLOAD_PERMISSIONS</td>
          <td class="code"><pre>None</pre></td>
        </tr>

        <tr>
          <td>FILE_UPLOAD_HANDLERS</td>
          <td class="code"><pre>(&#39;django.core.files.uploadhandler.MemoryFileUploadHandler&#39;,
 &#39;django.core.files.uploadhandler.TemporaryFileUploadHandler&#39;)</pre></td>
        </tr>

        <tr>
          <td>DEFAULT_CONTENT_TYPE</td>
          <td class="code"><pre>&#39;text/html&#39;</pre></td>
        </tr>

        <tr>
          <td>APPEND_SLASH</td>
          <td class="code"><pre>True</pre></td>
        </tr>

        <tr>
          <td>LOCALE_PATHS</td>
          <td class="code"><pre>()</pre></td>
        </tr>

        <tr>
          <td>DATABASE_ROUTERS</td>
          <td class="code"><pre>[]</pre></td>
        </tr>

        <tr>
          <td>YEAR_MONTH_FORMAT</td>
          <td class="code"><pre>&#39;F Y&#39;</pre></td>
        </tr>

        <tr>
          <td>STATICFILES_STORAGE</td>
          <td class="code"><pre>&#39;django.contrib.staticfiles.storage.StaticFilesStorage&#39;</pre></td>
        </tr>

        <tr>
          <td>CACHES</td>
          <td class="code"><pre>{&#39;default&#39;: {&#39;BACKEND&#39;: &#39;django.core.cache.backends.locmem.LocMemCache&#39;}}</pre></td>
        </tr>

        <tr>
          <td>SERVER_EMAIL</td>
          <td class="code"><pre>&#39;root@localhost&#39;</pre></td>
        </tr>

        <tr>
          <td>SESSION_COOKIE_PATH</td>
          <td class="code"><pre>&#39;/&#39;</pre></td>
        </tr>

        <tr>
          <td>MIDDLEWARE_CLASSES</td>
          <td class="code"><pre>(&#39;django.middleware.common.CommonMiddleware&#39;,
 &#39;django.contrib.sessions.middleware.SessionMiddleware&#39;,
 &#39;django.contrib.auth.middleware.AuthenticationMiddleware&#39;)</pre></td>
        </tr>

        <tr>
          <td>USE_I18N</td>
          <td class="code"><pre>True</pre></td>
        </tr>

        <tr>
          <td>THOUSAND_SEPARATOR</td>
          <td class="code"><pre>&#39;,&#39;</pre></td>
        </tr>

        <tr>
          <td>SECRET_KEY</td>
          <td class="code"><pre>u&#39;********************&#39;</pre></td>
        </tr>

        <tr>
          <td>LANGUAGE_COOKIE_NAME</td>
          <td class="code"><pre>&#39;django_language&#39;</pre></td>
        </tr>

        <tr>
          <td>FILE_UPLOAD_TEMP_DIR</td>
          <td class="code"><pre>None</pre></td>
        </tr>

        <tr>
          <td>TRANSACTIONS_MANAGED</td>
          <td class="code"><pre>False</pre></td>
        </tr>

        <tr>
          <td>LOGGING_CONFIG</td>
          <td class="code"><pre>&#39;django.utils.log.dictConfig&#39;</pre></td>
        </tr>

        <tr>
          <td>SIGNING_BACKEND</td>
          <td class="code"><pre>&#39;django.core.signing.TimestampSigner&#39;</pre></td>
        </tr>

        <tr>
          <td>TEMPLATE_LOADERS</td>
          <td class="code"><pre>(&#39;django.template.loaders.filesystem.load_template_source&#39;,
 &#39;django.template.loaders.app_directories.load_template_source&#39;)</pre></td>
        </tr>

        <tr>
          <td>FIRST_DAY_OF_WEEK</td>
          <td class="code"><pre>0</pre></td>
        </tr>

        <tr>
          <td>WSGI_APPLICATION</td>
          <td class="code"><pre>None</pre></td>
        </tr>

        <tr>
          <td>TEMPLATE_DEBUG</td>
          <td class="code"><pre>True</pre></td>
        </tr>

        <tr>
          <td>X_FRAME_OPTIONS</td>
          <td class="code"><pre>&#39;SAMEORIGIN&#39;</pre></td>
        </tr>

        <tr>
          <td>AUTHENTICATION_BACKENDS</td>
          <td class="code"><pre>(&#39;django.contrib.auth.backends.ModelBackend&#39;,)</pre></td>
        </tr>

        <tr>
          <td>FORCE_SCRIPT_NAME</td>
          <td class="code"><pre>None</pre></td>
        </tr>

        <tr>
          <td>USE_X_FORWARDED_HOST</td>
          <td class="code"><pre>False</pre></td>
        </tr>

        <tr>
          <td>DEFAULT_CHARSET</td>
          <td class="code"><pre>&#39;utf-8&#39;</pre></td>
        </tr>

        <tr>
          <td>SESSION_COOKIE_SECURE</td>
          <td class="code"><pre>False</pre></td>
        </tr>

        <tr>
          <td>CSRF_COOKIE_DOMAIN</td>
          <td class="code"><pre>None</pre></td>
        </tr>

        <tr>
          <td>FILE_CHARSET</td>
          <td class="code"><pre>&#39;utf-8&#39;</pre></td>
        </tr>

        <tr>
          <td>DEBUG</td>
          <td class="code"><pre>True</pre></td>
        </tr>

        <tr>
          <td>SESSION_FILE_PATH</td>
          <td class="code"><pre>None</pre></td>
        </tr>

        <tr>
          <td>DEFAULT_FILE_STORAGE</td>
          <td class="code"><pre>&#39;django.core.files.storage.FileSystemStorage&#39;</pre></td>
        </tr>

        <tr>
          <td>INSTALLED_APPS</td>
          <td class="code"><pre>(&#39;django.contrib.auth&#39;,
 &#39;django.contrib.contenttypes&#39;,
 &#39;django.contrib.sessions&#39;,
 &#39;django.contrib.sites&#39;,
 &#39;django.contrib.admin&#39;,
 &#39;registration&#39;,
 &#39;fossil&#39;,
 &#39;south&#39;,
 &#39;sheet&#39;)</pre></td>
        </tr>

        <tr>
          <td>LANGUAGES</td>
          <td class="code"><pre>((&#39;af&#39;, &#39;Afrikaans&#39;),
 (&#39;ar&#39;, &#39;Arabic&#39;),
 (&#39;az&#39;, &#39;Azerbaijani&#39;),
 (&#39;bg&#39;, &#39;Bulgarian&#39;),
 (&#39;be&#39;, &#39;Belarusian&#39;),
 (&#39;bn&#39;, &#39;Bengali&#39;),
 (&#39;br&#39;, &#39;Breton&#39;),
 (&#39;bs&#39;, &#39;Bosnian&#39;),
 (&#39;ca&#39;, &#39;Catalan&#39;),
 (&#39;cs&#39;, &#39;Czech&#39;),
 (&#39;cy&#39;, &#39;Welsh&#39;),
 (&#39;da&#39;, &#39;Danish&#39;),
 (&#39;de&#39;, &#39;German&#39;),
 (&#39;el&#39;, &#39;Greek&#39;),
 (&#39;en&#39;, &#39;English&#39;),
 (&#39;en-gb&#39;, &#39;British English&#39;),
 (&#39;eo&#39;, &#39;Esperanto&#39;),
 (&#39;es&#39;, &#39;Spanish&#39;),
 (&#39;es-ar&#39;, &#39;Argentinian Spanish&#39;),
 (&#39;es-mx&#39;, &#39;Mexican Spanish&#39;),
 (&#39;es-ni&#39;, &#39;Nicaraguan Spanish&#39;),
 (&#39;es-ve&#39;, &#39;Venezuelan Spanish&#39;),
 (&#39;et&#39;, &#39;Estonian&#39;),
 (&#39;eu&#39;, &#39;Basque&#39;),
 (&#39;fa&#39;, &#39;Persian&#39;),
 (&#39;fi&#39;, &#39;Finnish&#39;),
 (&#39;fr&#39;, &#39;French&#39;),
 (&#39;fy-nl&#39;, &#39;Frisian&#39;),
 (&#39;ga&#39;, &#39;Irish&#39;),
 (&#39;gl&#39;, &#39;Galician&#39;),
 (&#39;he&#39;, &#39;Hebrew&#39;),
 (&#39;hi&#39;, &#39;Hindi&#39;),
 (&#39;hr&#39;, &#39;Croatian&#39;),
 (&#39;hu&#39;, &#39;Hungarian&#39;),
 (&#39;ia&#39;, &#39;Interlingua&#39;),
 (&#39;id&#39;, &#39;Indonesian&#39;),
 (&#39;is&#39;, &#39;Icelandic&#39;),
 (&#39;it&#39;, &#39;Italian&#39;),
 (&#39;ja&#39;, &#39;Japanese&#39;),
 (&#39;ka&#39;, &#39;Georgian&#39;),
 (&#39;kk&#39;, &#39;Kazakh&#39;),
 (&#39;km&#39;, &#39;Khmer&#39;),
 (&#39;kn&#39;, &#39;Kannada&#39;),
 (&#39;ko&#39;, &#39;Korean&#39;),
 (&#39;lb&#39;, &#39;Luxembourgish&#39;),
 (&#39;lt&#39;, &#39;Lithuanian&#39;),
 (&#39;lv&#39;, &#39;Latvian&#39;),
 (&#39;mk&#39;, &#39;Macedonian&#39;),
 (&#39;ml&#39;, &#39;Malayalam&#39;),
 (&#39;mn&#39;, &#39;Mongolian&#39;),
 (&#39;my&#39;, &#39;Burmese&#39;),
 (&#39;nb&#39;, &#39;Norwegian Bokmal&#39;),
 (&#39;ne&#39;, &#39;Nepali&#39;),
 (&#39;nl&#39;, &#39;Dutch&#39;),
 (&#39;nn&#39;, &#39;Norwegian Nynorsk&#39;),
 (&#39;os&#39;, &#39;Ossetic&#39;),
 (&#39;pa&#39;, &#39;Punjabi&#39;),
 (&#39;pl&#39;, &#39;Polish&#39;),
 (&#39;pt&#39;, &#39;Portuguese&#39;),
 (&#39;pt-br&#39;, &#39;Brazilian Portuguese&#39;),
 (&#39;ro&#39;, &#39;Romanian&#39;),
 (&#39;ru&#39;, &#39;Russian&#39;),
 (&#39;sk&#39;, &#39;Slovak&#39;),
 (&#39;sl&#39;, &#39;Slovenian&#39;),
 (&#39;sq&#39;, &#39;Albanian&#39;),
 (&#39;sr&#39;, &#39;Serbian&#39;),
 (&#39;sr-latn&#39;, &#39;Serbian Latin&#39;),
 (&#39;sv&#39;, &#39;Swedish&#39;),
 (&#39;sw&#39;, &#39;Swahili&#39;),
 (&#39;ta&#39;, &#39;Tamil&#39;),
 (&#39;te&#39;, &#39;Telugu&#39;),
 (&#39;th&#39;, &#39;Thai&#39;),
 (&#39;tr&#39;, &#39;Turkish&#39;),
 (&#39;tt&#39;, &#39;Tatar&#39;),
 (&#39;udm&#39;, &#39;Udmurt&#39;),
 (&#39;uk&#39;, &#39;Ukrainian&#39;),
 (&#39;ur&#39;, &#39;Urdu&#39;),
 (&#39;vi&#39;, &#39;Vietnamese&#39;),
 (&#39;zh-cn&#39;, &#39;Simplified Chinese&#39;),
 (&#39;zh-tw&#39;, &#39;Traditional Chinese&#39;))</pre></td>
        </tr>

        <tr>
          <td>DATABASE_ENGINE</td>
          <td class="code"><pre>&#39;sqlite3&#39;</pre></td>
        </tr>

        <tr>
          <td>DATABASE_NAME</td>
          <td class="code"><pre>&#39;/srv/data/django.db&#39;</pre></td>
        </tr>

        <tr>
          <td>PREPEND_WWW</td>
          <td class="code"><pre>False</pre></td>
        </tr>

        <tr>
          <td>SECURE_PROXY_SSL_HEADER</td>
          <td class="code"><pre>None</pre></td>
        </tr>

        <tr>
          <td>SESSION_COOKIE_HTTPONLY</td>
          <td class="code"><pre>True</pre></td>
        </tr>

        <tr>
          <td>DATABASE_PORT</td>
          <td class="code"><pre>&#39;&#39;</pre></td>
        </tr>

        <tr>
          <td>DEBUG_PROPAGATE_EXCEPTIONS</td>
          <td class="code"><pre>False</pre></td>
        </tr>

        <tr>
          <td>MONTH_DAY_FORMAT</td>
          <td class="code"><pre>&#39;F j&#39;</pre></td>
        </tr>

        <tr>
          <td>LOGIN_URL</td>
          <td class="code"><pre>&#39;/accounts/login/&#39;</pre></td>
        </tr>

        <tr>
          <td>SESSION_EXPIRE_AT_BROWSER_CLOSE</td>
          <td class="code"><pre>False</pre></td>
        </tr>

        <tr>
          <td>TIME_FORMAT</td>
          <td class="code"><pre>&#39;P&#39;</pre></td>
        </tr>

        <tr>
          <td>AUTH_USER_MODEL</td>
          <td class="code"><pre>&#39;auth.User&#39;</pre></td>
        </tr>

        <tr>
          <td>DATE_INPUT_FORMATS</td>
          <td class="code"><pre>(&#39;%Y-%m-%d&#39;,
 &#39;%m/%d/%Y&#39;,
 &#39;%m/%d/%y&#39;,
 &#39;%b %d %Y&#39;,
 &#39;%b %d, %Y&#39;,
 &#39;%d %b %Y&#39;,
 &#39;%d %b, %Y&#39;,
 &#39;%B %d %Y&#39;,
 &#39;%B %d, %Y&#39;,
 &#39;%d %B %Y&#39;,
 &#39;%d %B, %Y&#39;)</pre></td>
        </tr>

        <tr>
          <td>CSRF_COOKIE_NAME</td>
          <td class="code"><pre>&#39;csrftoken&#39;</pre></td>
        </tr>

        <tr>
          <td>EMAIL_HOST_PASSWORD</td>
          <td class="code"><pre>u&#39;********************&#39;</pre></td>
        </tr>

        <tr>
          <td>PASSWORD_RESET_TIMEOUT_DAYS</td>
          <td class="code"><pre>u&#39;********************&#39;</pre></td>
        </tr>

        <tr>
          <td>CACHE_MIDDLEWARE_ALIAS</td>
          <td class="code"><pre>&#39;default&#39;</pre></td>
        </tr>

        <tr>
          <td>SESSION_SAVE_EVERY_REQUEST</td>
          <td class="code"><pre>False</pre></td>
        </tr>

        <tr>
          <td>ADMIN_MEDIA_PREFIX</td>
          <td class="code"><pre>&#39;/media/&#39;</pre></td>
        </tr>

        <tr>
          <td>NUMBER_GROUPING</td>
          <td class="code"><pre>0</pre></td>
        </tr>

        <tr>
          <td>SESSION_ENGINE</td>
          <td class="code"><pre>&#39;django.contrib.sessions.backends.db&#39;</pre></td>
        </tr>

        <tr>
          <td>CSRF_FAILURE_VIEW</td>
          <td class="code"><pre>&#39;django.views.csrf.csrf_failure&#39;</pre></td>
        </tr>

        <tr>
          <td>CSRF_COOKIE_PATH</td>
          <td class="code"><pre>&#39;/&#39;</pre></td>
        </tr>

        <tr>
          <td>LOGIN_REDIRECT_URL</td>
          <td class="code"><pre>&#39;/accounts/profile/&#39;</pre></td>
        </tr>

        <tr>
          <td>DECIMAL_SEPARATOR</td>
          <td class="code"><pre>&#39;.&#39;</pre></td>
        </tr>

        <tr>
          <td>IGNORABLE_404_URLS</td>
          <td class="code"><pre>()</pre></td>
        </tr>

        <tr>
          <td>PROJECT_PATH</td>
          <td class="code"><pre>&#39;/srv/git/coopy/django/coopy&#39;</pre></td>
        </tr>

        <tr>
          <td>TEMPLATE_STRING_IF_INVALID</td>
          <td class="code"><pre>&#39;&#39;</pre></td>
        </tr>

        <tr>
          <td>COMMENTS_ALLOW_PROFANITIES</td>
          <td class="code"><pre>False</pre></td>
        </tr>

        <tr>
          <td>LOGOUT_URL</td>
          <td class="code"><pre>&#39;/accounts/logout/&#39;</pre></td>
        </tr>

        <tr>
          <td>EMAIL_USE_TLS</td>
          <td class="code"><pre>False</pre></td>
        </tr>

        <tr>
          <td>FIXTURE_DIRS</td>
          <td class="code"><pre>()</pre></td>
        </tr>

        <tr>
          <td>EMAIL_HOST</td>
          <td class="code"><pre>&#39;localhost&#39;</pre></td>
        </tr>

        <tr>
          <td>DATE_FORMAT</td>
          <td class="code"><pre>&#39;N j, Y&#39;</pre></td>
        </tr>

        <tr>
          <td>LOGGING</td>
          <td class="code"><pre>{}</pre></td>
        </tr>

        <tr>
          <td>MEDIA_ROOT</td>
          <td class="code"><pre>&#39;/media/&#39;</pre></td>
        </tr>

        <tr>
          <td>DEFAULT_EXCEPTION_REPORTER_FILTER</td>
          <td class="code"><pre>&#39;django.views.debug.SafeExceptionReporterFilter&#39;</pre></td>
        </tr>

        <tr>
          <td>ADMINS</td>
          <td class="code"><pre>((&#39;Paul Fitzpatrick&#39;, &#39;[email protected]&#39;),)</pre></td>
        </tr>

        <tr>
          <td>FORMAT_MODULE_PATH</td>
          <td class="code"><pre>None</pre></td>
        </tr>

        <tr>
          <td>DEFAULT_FROM_EMAIL</td>
          <td class="code"><pre>&#39;[email protected]&#39;</pre></td>
        </tr>

        <tr>
          <td>STATICFILES_DIRS</td>
          <td class="code"><pre>()</pre></td>
        </tr>

        <tr>
          <td>MEDIA_URL</td>
          <td class="code"><pre>&#39;http://example.com/media/&#39;</pre></td>
        </tr>

        <tr>
          <td>DATETIME_FORMAT</td>
          <td class="code"><pre>&#39;N j, Y, P&#39;</pre></td>
        </tr>

        <tr>
          <td>TEMPLATE_DIRS</td>
          <td class="code"><pre>(&#39;/srv/git/coopy/django/coopy/template&#39;,)</pre></td>
        </tr>

        <tr>
          <td>PUBLIC_UPLOAD</td>
          <td class="code"><pre>&#39;/upload/b&#39;</pre></td>
        </tr>

        <tr>
          <td>SITE_ID</td>
          <td class="code"><pre>1</pre></td>
        </tr>

        <tr>
          <td>DISALLOWED_USER_AGENTS</td>
          <td class="code"><pre>()</pre></td>
        </tr>

        <tr>
          <td>ALLOWED_INCLUDE_ROOTS</td>
          <td class="code"><pre>()</pre></td>
        </tr>

        <tr>
          <td>STATIC_DOC_ROOT</td>
          <td class="code"><pre>&#39;/srv/git/coopy/django/coopy/static&#39;</pre></td>
        </tr>

        <tr>
          <td>COOPY_DIR</td>
          <td class="code"><pre>&#39;/srv/coopy&#39;</pre></td>
        </tr>

        <tr>
          <td>SHORT_DATE_FORMAT</td>
          <td class="code"><pre>&#39;m/d/Y&#39;</pre></td>
        </tr>

        <tr>
          <td>DATABASE_USER</td>
          <td class="code"><pre>&#39;&#39;</pre></td>
        </tr>

        <tr>
          <td>TEST_RUNNER</td>
          <td class="code"><pre>&#39;django.test.runner.DiscoverRunner&#39;</pre></td>
        </tr>

        <tr>
          <td>CACHE_MIDDLEWARE_KEY_PREFIX</td>
          <td class="code"><pre>u&#39;********************&#39;</pre></td>
        </tr>

        <tr>
          <td>TIME_ZONE</td>
          <td class="code"><pre>&#39;America/Chicago&#39;</pre></td>
        </tr>

        <tr>
          <td>FILE_UPLOAD_MAX_MEMORY_SIZE</td>
          <td class="code"><pre>2621440</pre></td>
        </tr>

        <tr>
          <td>EMAIL_BACKEND</td>
          <td class="code"><pre>&#39;django.core.mail.backends.smtp.EmailBackend&#39;</pre></td>
        </tr>

        <tr>
          <td>DEFAULT_TABLESPACE</td>
          <td class="code"><pre>&#39;&#39;</pre></td>
        </tr>

        <tr>
          <td>TEMPLATE_CONTEXT_PROCESSORS</td>
          <td class="code"><pre>(&#39;django.contrib.auth.context_processors.auth&#39;,
 &#39;django.core.context_processors.debug&#39;,
 &#39;django.core.context_processors.i18n&#39;,
 &#39;django.core.context_processors.media&#39;,
 &#39;django.core.context_processors.static&#39;,
 &#39;django.core.context_processors.tz&#39;,
 &#39;django.contrib.messages.context_processors.messages&#39;)</pre></td>
        </tr>

        <tr>
          <td>SESSION_COOKIE_AGE</td>
          <td class="code"><pre>1209600</pre></td>
        </tr>

        <tr>
          <td>SETTINGS_MODULE</td>
          <td class="code"><pre>&#39;settings&#39;</pre></td>
        </tr>

        <tr>
          <td>USE_ETAGS</td>
          <td class="code"><pre>False</pre></td>
        </tr>

        <tr>
          <td>LANGUAGES_BIDI</td>
          <td class="code"><pre>(&#39;he&#39;, &#39;ar&#39;, &#39;fa&#39;, &#39;ur&#39;)</pre></td>
        </tr>

        <tr>
          <td>DEFAULT_INDEX_TABLESPACE</td>
          <td class="code"><pre>&#39;&#39;</pre></td>
        </tr>

        <tr>
          <td>INTERNAL_IPS</td>
          <td class="code"><pre>()</pre></td>
        </tr>

        <tr>
          <td>STATIC_URL</td>
          <td class="code"><pre>None</pre></td>
        </tr>

        <tr>
          <td>EMAIL_PORT</td>
          <td class="code"><pre>25</pre></td>
        </tr>

        <tr>
          <td>USE_TZ</td>
          <td class="code"><pre>False</pre></td>
        </tr>

        <tr>
          <td>SHORT_DATETIME_FORMAT</td>
          <td class="code"><pre>&#39;m/d/Y P&#39;</pre></td>
        </tr>

        <tr>
          <td>PASSWORD_HASHERS</td>
          <td class="code"><pre>u&#39;********************&#39;</pre></td>
        </tr>

        <tr>
          <td>ABSOLUTE_URL_OVERRIDES</td>
          <td class="code"><pre>{}</pre></td>
        </tr>

        <tr>
          <td>CACHE_MIDDLEWARE_SECONDS</td>
          <td class="code"><pre>600</pre></td>
        </tr>

        <tr>
          <td>CSRF_COOKIE_HTTPONLY</td>
          <td class="code"><pre>False</pre></td>
        </tr>

        <tr>
          <td>DATETIME_INPUT_FORMATS</td>
          <td class="code"><pre>(&#39;%Y-%m-%d %H:%M:%S&#39;,
 &#39;%Y-%m-%d %H:%M:%S.%f&#39;,
 &#39;%Y-%m-%d %H:%M&#39;,
 &#39;%Y-%m-%d&#39;,
 &#39;%m/%d/%Y %H:%M:%S&#39;,
 &#39;%m/%d/%Y %H:%M:%S.%f&#39;,
 &#39;%m/%d/%Y %H:%M&#39;,
 &#39;%m/%d/%Y&#39;,
 &#39;%m/%d/%y %H:%M:%S&#39;,
 &#39;%m/%d/%y %H:%M:%S.%f&#39;,
 &#39;%m/%d/%y %H:%M&#39;,
 &#39;%m/%d/%y&#39;)</pre></td>
        </tr>

        <tr>
          <td>DATABASE_PASSWORD</td>
          <td class="code"><pre>u&#39;********************&#39;</pre></td>
        </tr>

        <tr>
          <td>EMAIL_HOST_USER</td>
          <td class="code"><pre>&#39;&#39;</pre></td>
        </tr>

        <tr>
          <td>PROFANITIES_LIST</td>
          <td class="code"><pre>u&#39;********************&#39;</pre></td>
        </tr>

    </tbody>
  </table>

</div>

  <div id="explanation">
    <p>
      You're seeing this error because you have <code>DEBUG = True</code> in your
      Django settings file. Change that to <code>False</code>, and Django will
      display a standard 500 page.
    </p>
  </div>

</body>
</html>

brandondrew avatar May 24 '16 04:05 brandondrew

thanks for reporting - partially restored now.

paulfitz avatar Jun 03 '16 23:06 paulfitz

I'm not sure this was ever fixed, but the website is broken again.

turion avatar Mar 08 '20 19:03 turion