Page MenuHomec4science

django_api.management.commands.html
No OneTemporary

File Metadata

Created
Wed, Aug 7, 10:01

django_api.management.commands.html

<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>django_api.management.commands package &mdash; OACCT 0.1 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->
<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>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="index.html" class="icon icon-home"> OACCT
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul>
<li class="toctree-l1"><a class="reference internal" href="modules.html">open-access-compliance-check-tool-oacct</a></li>
<li class="toctree-l1"><a class="reference internal" href="sphinx_howto.html">How to update documentation?</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">OACCT</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html" class="icon icon-home"></a> &raquo;</li>
<li>django_api.management.commands package</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/django_api.management.commands.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section id="django-api-management-commands-package">
<h1>django_api.management.commands package<a class="headerlink" href="#django-api-management-commands-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_api.management.commands.generate_rql_class">
<span id="django-api-management-commands-generate-rql-class-module"></span><h2>django_api.management.commands.generate_rql_class module<a class="headerlink" href="#module-django_api.management.commands.generate_rql_class" title="Permalink to this headline"></a></h2>
<dl class="py class">
<dt class="sig sig-object py" id="django_api.management.commands.generate_rql_class.Command">
<em class="property"><span class="pre">class</span> </em><span class="sig-prename descclassname"><span class="pre">django_api.management.commands.generate_rql_class.</span></span><span class="sig-name descname"><span class="pre">Command</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">stdout</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">stderr</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">no_color</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">False</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">force_color</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">False</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#django_api.management.commands.generate_rql_class.Command" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">django.core.management.base.BaseCommand</span></code></p>
<dl class="py method">
<dt class="sig sig-object py" id="django_api.management.commands.generate_rql_class.Command.add_arguments">
<span class="sig-name descname"><span class="pre">add_arguments</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">parser</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#django_api.management.commands.generate_rql_class.Command.add_arguments" title="Permalink to this definition"></a></dt>
<dd><p>Entry point for subclassed commands to add custom arguments.</p>
</dd></dl>
<dl class="py method">
<dt class="sig sig-object py" id="django_api.management.commands.generate_rql_class.Command.handle">
<span class="sig-name descname"><span class="pre">handle</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="o"><span class="pre">*</span></span><span class="n"><span class="pre">args</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">options</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#django_api.management.commands.generate_rql_class.Command.handle" title="Permalink to this definition"></a></dt>
<dd><p>The actual logic of the command. Subclasses must implement
this method.</p>
</dd></dl>
<dl class="py attribute">
<dt class="sig sig-object py" id="django_api.management.commands.generate_rql_class.Command.help">
<span class="sig-name descname"><span class="pre">help</span></span><em class="property"> <span class="pre">=</span> <span class="pre">'Automatically</span> <span class="pre">generates</span> <span class="pre">a</span> <span class="pre">filter</span> <span class="pre">class</span> <span class="pre">for</span> <span class="pre">a</span> <span class="pre">model</span> <span class="pre">with</span> <span class="pre">all</span> <span class="pre">relations</span> <span class="pre">to</span> <span class="pre">the</span> <span class="pre">specified</span> <span class="pre">depth.'</span></em><a class="headerlink" href="#django_api.management.commands.generate_rql_class.Command.help" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
</section>
<section id="module-django_api.management.commands">
<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-django_api.management.commands" title="Permalink to this headline"></a></h2>
</section>
</section>
</div>
</div>
<footer>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, EPFL + UNIGE.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
</body>
</html>

Event Timeline