14.3.125. crate_anon.crateweb.manage

crate_anon/crateweb/manage.py


Copyright (C) 2015, University of Cambridge, Department of Psychiatry. Created by Rudolf Cardinal (rnc1001@cam.ac.uk).

This file is part of CRATE.

CRATE is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

CRATE is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with CRATE. If not, see <https://www.gnu.org/licenses/>.


Command-line entry point so we can call Django management commands directly from the command line if we want without the ``crate_django_manage <COMMAND>`` syntax.

class crate_anon.crateweb.manage.DjangoRichHelpFormatter(prog: str, indent_increment: int = 2, max_help_position: int = 24, width: int | None = None)[source]

A rich-based help formatter for django commands.

crate_anon.crateweb.manage.email_rdbm() None[source]

E-mails the RDBM.

Modifies argv and calls main().

crate_anon.crateweb.manage.main(argv: List[str] | None = None) None[source]

Command-line entry point. Calls the Django command-line processor.

crate_anon.crateweb.manage.runcpserver() None[source]

Launch the CherryPy web server.

Modifies argv and calls main().

crate_anon.crateweb.manage.runserver() None[source]

Launch the Django development web server. (Not for proper use.)

Modifies argv and calls main().