cygnal/server
Lucas Verney 9d4842b44c Clicking on a report now shows more infos and let users dismiss it
You should update your database by running
```
ALTER TABLE report ADD COLUMN (upvotes INTEGER NOT NULL, downvotes INTEGER NOT NULL)
```

Fix issue #8.
2018-07-06 15:39:35 +02:00
..
__init__.py Initial commit 2018-06-25 18:29:57 +02:00
__main__.py Fix an issue with MySQL dropping connection after some time 2018-06-27 22:11:30 +02:00
jsonapi.py Show the reports as soon as they are added in the db 2018-06-26 11:39:43 +02:00
models.py Clicking on a report now shows more infos and let users dismiss it 2018-07-06 15:39:35 +02:00
routes.py Clicking on a report now shows more infos and let users dismiss it 2018-07-06 15:39:35 +02:00