]> git.ipfire.org Git - thirdparty/patchwork.git/commit
Add support for 'django-dbbackup'
authorStephen Finucane <stephen@that.guru>
Thu, 13 Sep 2018 18:13:35 +0000 (12:13 -0600)
committerStephen Finucane <stephen@that.guru>
Wed, 10 Oct 2018 09:17:36 +0000 (10:17 +0100)
commitc21990a8d7bfd363fb885879947e794f4a1fa04b
treead419c57cd61e4f14c5b6f5abbd8e3ed816f1a4d
parentae13c6ead782b7ef285c9d35042614e86c221a9c
Add support for 'django-dbbackup'

'parsemail' and 'parsearchive' are slow. When messing with models and
migrations, it can be very useful to backup the database in its current
state and restore it if/when you mess up. Currently, we've documented
how to do this via some commands run in the shell of the container, but
we can do things easier via an application designed for this purpose:
'django-dbshell'.

Signed-off-by: Stephen Finucane <stephen@that.guru>
.gitignore
patchwork/settings/dev.py
requirements-dev.txt