diff options
author | Kyle McFarland <tfkyle@gmail.com> | 2018-10-22 07:28:58 -0600 |
---|---|---|
committer | Kyle McFarland <tfkyle@gmail.com> | 2018-10-22 07:28:58 -0600 |
commit | 31db6bcf9c8a3e3c13ec613571de33dab9a7ba65 (patch) | |
tree | 6d860cb6679872c896640f26024ba75044b4bfa4 /NEWS.md | |
parent | 1ad7df976bfff2ed96aee565392421bb5bf66fb3 (diff) | |
download | coding-assignment-31db6bcf9c8a3e3c13ec613571de33dab9a7ba65.zip coding-assignment-31db6bcf9c8a3e3c13ec613571de33dab9a7ba65.tar.gz coding-assignment-31db6bcf9c8a3e3c13ec613571de33dab9a7ba65.tar.bz2 |
Fix a small typo in NEWS.md
Forgot to include procurement in the migrate command, oops
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ $ `python manage.py migrate` or manually specify the newest migration for the procurement system with: -$ `python manage.py migrate 0002_add_representative` +$ `python manage.py migrate procurement 0002_add_representative` To update the database. |