Page MenuHomec4science

hello_webpack.html
No OneTemporary

File Metadata

Created
Thu, Dec 26, 19:03

hello_webpack.html

{% load static %}
<!doctype html>
<html>
<head>
<title>Getting Started with Django and Webpack</title>
</head>
<body>
<script src="{% static 'index-bundle.js' %}"></script>
</body>
</html

Event Timeline