broke out lineup into its own app

This commit is contained in:
2022-06-09 18:05:00 -05:00
parent 1ecd09881f
commit 0c5d6a56ea
19 changed files with 376 additions and 141 deletions

View File

@@ -28,8 +28,6 @@
<!-- Your stuff: Third-party javascript libraries go here -->
<!-- place project specific Javascript in this file -->
<script defer src="{% static 'js/project.js' %}"></script>
<script defer src="{% static 'js/Sortable.js' %}"></script>
<script src="{% static 'js/chart.js' %}"></script>
{% endblock javascript %}