Merge pull request #1972 from charltonaustin/add_message_of_the_day

Adding in the delete api and the delete and create UI.
This commit is contained in:
Charlton Austin 2016-10-13 13:12:49 -04:00 committed by GitHub
commit 43fd66e2e2
12 changed files with 277 additions and 12 deletions

View file

@ -180,6 +180,8 @@ TEST=true python -m test.test_api_usage -f SuiteName
PYTHONPATH=. alembic upgrade head
# You can also rebuild your local sqlite db image from initdb.py using
# And once you have a migration you should do this and check in the
# changes to share your migration with others.
rm test/data/test.db
python initdb.py
```