diff options
-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. |