Display how many messages are queue

- update the docker-composer to add Redis
- add migrations
This commit is contained in:
Jeremy Benoist
2016-09-13 20:31:32 +02:00
parent 5d002e9bdf
commit e01a3c98d6
5 changed files with 118 additions and 0 deletions

View File

@ -19,6 +19,8 @@
Materialize.toast('{{ flashMessage|trans }}', 4000);
</script>
{% endfor %}
{{ render(controller("WallabagImportBundle:Import:checkQueue")) }}
{% endblock %}
{% block menu %}