aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-08-13 11:49:04 +0100
committerMatthew Lemon <matt@matthewlemon.com>2020-08-13 11:49:04 +0100
commit5a955f9796c199338eb3182f1918c4708593a1be (patch)
treeff58dbbf9a68cb6bfef04f11386df088e558f5e9 /README.rst
parentbd7ffed3034f66c16845063667f3bea7cc0a9e9a (diff)
changed description field to funciton in ApplicableSystem
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 3d57989..bf8e5b2 100644
--- a/README.rst
+++ b/README.rst
@@ -48,3 +48,8 @@ Bootstrap
python manage.py createsuperuser
python manager.py runserver
+Beartraps
+#########
+
+* Following a migration after a change to the db scheme, ensure that --reuse-db
+ is switched off in Pytest config, otherwise tests will not pass.