Page MenuHomec4science

django_app.html
No OneTemporary

File Metadata

Created
Fri, Jul 12, 16:25

django_app.html

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>django_app package &#8212; OACCT 0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="manage module" href="manage.html" />
<link rel="prev" title="django_api package" href="django_api.html" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
</head><body>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<section id="django-app-package">
<h1>django_app package<a class="headerlink" href="#django-app-package" title="Permalink to this headline"></a></h1>
<section id="submodules">
<h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline"></a></h2>
</section>
<section id="module-django_app.asgi">
<span id="django-app-asgi-module"></span><h2>django_app.asgi module<a class="headerlink" href="#module-django_app.asgi" title="Permalink to this headline"></a></h2>
<p>ASGI config for django_api project.</p>
<p>It exposes the ASGI callable as a module-level variable named <code class="docutils literal notranslate"><span class="pre">application</span></code>.</p>
<p>For more information on this file, see
<a class="reference external" href="https://docs.djangoproject.com/en/3.1/howto/deployment/asgi/">https://docs.djangoproject.com/en/3.1/howto/deployment/asgi/</a></p>
</section>
<section id="module-django_app.settings">
<span id="django-app-settings-module"></span><h2>django_app.settings module<a class="headerlink" href="#module-django_app.settings" title="Permalink to this headline"></a></h2>
<p>Django settings for django_api project.</p>
<p>Generated by ‘django-admin startproject’ using Django 3.1.3.</p>
<blockquote>
<div><p>For more information on this file, see
<a class="reference external" href="https://docs.djangoproject.com/en/3.1/topics/settings/">https://docs.djangoproject.com/en/3.1/topics/settings/</a></p>
<p>For the full list of settings and their values, see
<a class="reference external" href="https://docs.djangoproject.com/en/3.1/ref/settings/">https://docs.djangoproject.com/en/3.1/ref/settings/</a></p>
</div></blockquote>
</section>
<section id="module-django_app.settings_dev">
<span id="django-app-settings-dev-module"></span><h2>django_app.settings_dev module<a class="headerlink" href="#module-django_app.settings_dev" title="Permalink to this headline"></a></h2>
</section>
<section id="module-django_app.settings_prod">
<span id="django-app-settings-prod-module"></span><h2>django_app.settings_prod module<a class="headerlink" href="#module-django_app.settings_prod" title="Permalink to this headline"></a></h2>
</section>
<section id="module-django_app.settings_test">
<span id="django-app-settings-test-module"></span><h2>django_app.settings_test module<a class="headerlink" href="#module-django_app.settings_test" title="Permalink to this headline"></a></h2>
</section>
<section id="module-django_app.urls">
<span id="django-app-urls-module"></span><h2>django_app.urls module<a class="headerlink" href="#module-django_app.urls" title="Permalink to this headline"></a></h2>
<p>django_api URL Configuration</p>
<dl class="simple">
<dt>The <cite>urlpatterns</cite> list routes URLs to views. For more information please see:</dt><dd><p><a class="reference external" href="https://docs.djangoproject.com/en/3.1/topics/http/urls/">https://docs.djangoproject.com/en/3.1/topics/http/urls/</a></p>
</dd>
</dl>
<p>Examples:</p>
<dl class="simple">
<dt>Function views</dt><dd><ol class="arabic simple">
<li><p>Add an import: from my_app import views</p></li>
<li><p>Add a URL to urlpatterns: path(‘’, views.home, name=’home’)</p></li>
</ol>
</dd>
<dt>Class-based views</dt><dd><ol class="arabic simple">
<li><p>Add an import: from other_app.views import Home</p></li>
<li><p>Add a URL to urlpatterns: path(‘’, Home.as_view(), name=’home’)</p></li>
</ol>
</dd>
<dt>Including another URLconf</dt><dd><ol class="arabic simple">
<li><p>Import the include() function: from django.urls import include, path</p></li>
<li><p>Add a URL to urlpatterns: path(‘blog/’, include(‘blog.urls’))</p></li>
</ol>
</dd>
</dl>
</section>
<section id="module-django_app.wsgi">
<span id="django-app-wsgi-module"></span><h2>django_app.wsgi module<a class="headerlink" href="#module-django_app.wsgi" title="Permalink to this headline"></a></h2>
<p>WSGI config for django_api project.</p>
<p>It exposes the WSGI callable as a module-level variable named <code class="docutils literal notranslate"><span class="pre">application</span></code>.</p>
<p>For more information on this file, see
<a class="reference external" href="https://docs.djangoproject.com/en/3.1/howto/deployment/wsgi/">https://docs.djangoproject.com/en/3.1/howto/deployment/wsgi/</a></p>
</section>
<section id="module-django_app">
<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-django_app" title="Permalink to this headline"></a></h2>
</section>
</section>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="index.html">OACCT</a></h1>
<h3>Navigation</h3>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal" href="modules.html">open-access-compliance-check-tool-oacct</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="django_api.html">django_api package</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">django_app package</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#submodules">Submodules</a></li>
<li class="toctree-l3"><a class="reference internal" href="#module-django_app.asgi">django_app.asgi module</a></li>
<li class="toctree-l3"><a class="reference internal" href="#module-django_app.settings">django_app.settings module</a></li>
<li class="toctree-l3"><a class="reference internal" href="#module-django_app.settings_dev">django_app.settings_dev module</a></li>
<li class="toctree-l3"><a class="reference internal" href="#module-django_app.settings_prod">django_app.settings_prod module</a></li>
<li class="toctree-l3"><a class="reference internal" href="#module-django_app.settings_test">django_app.settings_test module</a></li>
<li class="toctree-l3"><a class="reference internal" href="#module-django_app.urls">django_app.urls module</a></li>
<li class="toctree-l3"><a class="reference internal" href="#module-django_app.wsgi">django_app.wsgi module</a></li>
<li class="toctree-l3"><a class="reference internal" href="#module-django_app">Module contents</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="manage.html">manage module</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="sphinx_howto.html">How to update documentation?</a></li>
</ul>
<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
<li><a href="modules.html">open-access-compliance-check-tool-oacct</a><ul>
<li>Previous: <a href="django_api.html" title="previous chapter">django_api package</a></li>
<li>Next: <a href="manage.html" title="next chapter">manage module</a></li>
</ul></li>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2021, EPFL + UNIGE.
|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.0.2</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
|
<a href="_sources/django_app.rst.txt"
rel="nofollow">Page source</a>
</div>
</body>
</html>

Event Timeline