Skip to content
Snippets Groups Projects
Commit 03c0d600 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

auto reload dashboard

parent e9dcc6a2
No related branches found
No related tags found
4 merge requests!90Master,!86Master,!85Master,!84Dev nico
...@@ -13,6 +13,6 @@ RUN \ ...@@ -13,6 +13,6 @@ RUN \
apk --purge del .build-deps apk --purge del .build-deps
# run gunicorn # run gunicorn
CMD exec gunicorn atdb.wsgi_docker_sdc:application --bind 0.0.0.0:8000 --workers 3 CMD exec gunicorn atdb.wsgi_docker_sdc:application --bind 0.0.0.0:8000 --workers 4
...@@ -33,5 +33,6 @@ ...@@ -33,5 +33,6 @@
{% include "taskdatabase/modal/modal_script.html" %} {% include "taskdatabase/modal/modal_script.html" %}
{% include "taskdatabase/modal/modal.html" %} {% include "taskdatabase/modal/modal.html" %}
{% include 'taskdatabase/localstorage_scripts.html' %}
{% endblock %} {% endblock %}
\ No newline at end of file
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
{% include 'taskdatabase/pagination.html' %} {% include 'taskdatabase/pagination.html' %}
</div> </div>
</div> </div>
<p class="footer"> Version 1.0.0 (19 mar 2021 - 15:00) <p class="footer"> Version 1.0.0 (25 mar 2021 - 18:00)
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment