From c21990a8d7bfd363fb885879947e794f4a1fa04b Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 13 Sep 2018 12:13:35 -0600 Subject: 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 57376bd..a33d102 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,6 @@ patchwork/settings/production.py # docker-compose configuration files /.env + +# django-dbbackup files +/.backups -- cgit v1.2.3