<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Acknowledgements — mailman_django v0.1 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '0.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="mailman_django v0.1 documentation" href="index.html" />
<link rel="next" title="Contributions:" href="license.html" />
<link rel="prev" title="Using the Django App - Developers Resource" href="using.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="license.html" title="Contributions:"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="using.html" title="Using the Django App - Developers Resource"
accesskey="P">previous</a> |</li>
<li><a href="index.html">mailman_django v0.1 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="acknowledgements">
<h1>Acknowledgements<a class="headerlink" href="#acknowledgements" title="Permalink to this headline">¶</a></h1>
<div class="section" id="test-server">
<h2>Test Server<a class="headerlink" href="#test-server" title="Permalink to this headline">¶</a></h2>
<p>We’re proud to provide you a development server which is sponsered by XXX #Todo
Feel free to change anything you like, we can simply rest the DB from Time to Time.</p>
</div>
<div class="section" id="missing-functionality">
<h2>Missing Functionality<a class="headerlink" href="#missing-functionality" title="Permalink to this headline">¶</a></h2>
<ul>
<li><dl class="first docutils">
<dt>Delete Domain</dt>
<dd><ul class="first last simple">
<li>missing in REST</li>
<li>implemented in mailman3 a8</li>
</ul>
</dd>
</dl>
</li>
<li><p class="first">Show a List of all subscribed users</p>
</li>
</ul>
</div>
<div class="section" id="acl">
<h2>ACL<a class="headerlink" href="#acl" title="Permalink to this headline">¶</a></h2>
<ul>
<li><p class="first">Middleware</p>
<blockquote>
<p>We don’t have the Middleware which is required to work with users and it’s permissions yet. For this reason we had to tweak some functions to be a hardcoded Demo object.</p>
<ul>
<li><dl class="first docutils">
<dt>Login Check</dt>
<dd><p class="first last">At the moment we’re using a hardcoded List of allowed usernames and Passwords which are all stored in Plain within the AuthBackends Source File.</p>
</dd>
</dl>
</li>
<li><dl class="first docutils">
<dt>has_perm Decorator</dt>
<dd><p class="first last">As we don’t have a middleware to check for users and it’s permissions we do only use one permission at the moment. The permission site domain_admin is hardcoded to user.username == “<a class="reference external" href="mailto:james%40example.com">james<span>@</span>example<span>.</span>com</a>“</p>
</dd>
</dl>
</li>
</ul>
</blockquote>
</li>
</ul>
</div>
<div class="section" id="ideas">
<h2>Ideas<a class="headerlink" href="#ideas" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>ContactPage</li>
<li></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h3><a href="index.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Acknowledgements</a><ul>
<li><a class="reference internal" href="#test-server">Test Server</a></li>
<li><a class="reference internal" href="#missing-functionality">Missing Functionality</a></li>
<li><a class="reference internal" href="#acl">ACL</a></li>
<li><a class="reference internal" href="#ideas">Ideas</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="using.html"
title="previous chapter">Using the Django App - Developers Resource</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="license.html"
title="next chapter">Contributions:</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/acknowledgements.txt"
rel="nofollow">Show Source</a></li>
</ul>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" size="18" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="license.html" title="Contributions:"
>next</a> |</li>
<li class="right" >
<a href="using.html" title="Using the Django App - Developers Resource"
>previous</a> |</li>
<li><a href="index.html">mailman_django v0.1 documentation</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright 2011, Benedict Stein.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
</div>
</body>
</html>