STATICFILES_DIRS=[ os.path.join(BASE_DIR,"static"), ]
静态文件路径
{% load static %} <script src="{% static "mytest.js" %}"></script>
静态文件的第二种引入方式