КО
Size: a a a
КО
КО
КО
КО
A
L
N
N
N
*(
N
N
DT
N
DT
N
N
*(
N
#settings
STATIC_URL = '/static/'
STATIC_ROOT = BASE_DIR / 'static'
#urls
urlpatterns += static(settings.STATIC_URL,
document_root=settings.STATIC_ROOT)
#template
<script src="{% static 'js/timer.js' %}"></script>