diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-08-13 11:49:04 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-08-13 11:49:04 +0100 |
commit | 5a955f9796c199338eb3182f1918c4708593a1be (patch) | |
tree | ff58dbbf9a68cb6bfef04f11386df088e558f5e9 /README.rst | |
parent | bd7ffed3034f66c16845063667f3bea7cc0a9e9a (diff) |
changed description field to funciton in ApplicableSystem
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |