From patchwork Sat Oct 6 21:45:02 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 980002 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42SKth66h9z9s8T for ; Sun, 7 Oct 2018 08:45:48 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=that.guru Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="CWwAR7B4"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 42SKth483qzF3Kp for ; Sun, 7 Oct 2018 08:45:48 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=that.guru Authentication-Results: lists.ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="CWwAR7B4"; dkim-atps=neutral X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=none (mailfrom) smtp.mailfrom=that.guru (client-ip=185.234.75.9; helo=relay002.mxroute.com; envelope-from=stephen@that.guru; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=that.guru Authentication-Results: lists.ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="CWwAR7B4"; dkim-atps=neutral Received: from relay002.mxroute.com (relay002.mxroute.com [185.234.75.9]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 42SKtc1lLqzF3KQ for ; Sun, 7 Oct 2018 08:45:43 +1100 (AEDT) Received: from filter002.mxroute.com (unknown [185.133.192.179]) by relay002.mxroute.com (Postfix) with ESMTP id 950C13F147 for ; Sat, 6 Oct 2018 21:45:10 +0000 (UTC) Received: from one.mxroute.com (one.mxroute.com [195.201.59.211]) by filter002.mxroute.com (Postfix) with ESMTPS id 74A223F0F2 for ; Sat, 6 Oct 2018 21:45:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=that.guru; s=default; h=Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:MIME-Version :Content-Type:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=7+AgKCdmf2cb1HytpdBAxj7pd2WVoqQ3+qc3oIbsS/k=; b=CWwAR7B4HBlnv/AcS+LbIFQ70p AQo9/3+8NhnULPxvMFgu5Kk3Bdm6RWw2QClP9sXwGA1F6upeYzkg1EzH5hbO68aEJkjEycm1HpjSM uuOmukAiCnWWY3zIstrYEYPQ0Nj7SrG0p6kDjiRv0Al+u4/iBHsX7dgSgqS18ak26oLB7HyJlvaM/ EV2w8Vfq4o6bdaC0G7p0rMfI5dqDeAza+3AVtXjQ5fAKDT4UJ9PPs3XurL4jT5/0SQ2cLkmcD/oXc 2D6YXCEC2FXle3rx4WBpjKQPg7RC/jWo2mpgD209wOkzcrL4JfTQRfRvbO31BhnwMih2VU2NtzsWV pJVYXTXg==; From: Stephen Finucane To: patchwork@lists.ozlabs.org Subject: [PATCH 0/4] Add dbbackup, dbrestore commands Date: Sat, 6 Oct 2018 22:45:02 +0100 Message-Id: <20181006214506.22720-1-stephen@that.guru> X-Mailer: git-send-email 2.17.1 X-AuthUser: stephen@that.guru X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" This is a big help when developing and makes tinkering with the DB a far less daunting ordeal. Stephen Finucane (4): docs: Hardcode username, password doc: Cleanup development installation guide Add support for 'django-dbbackup' Remove django-debug-toolbar from test requirements .gitignore | 3 + docs/development/installation.rst | 138 +++++++++++++++--------------- patchwork/settings/dev.py | 41 ++++++--- requirements-dev.txt | 2 + requirements-test.txt | 1 - 5 files changed, 104 insertions(+), 81 deletions(-)