html与css分离后样式显示不出来
来源:3-2 配置表单页面
 
			fenghaobin002
2017-11-11


写回答
	2回答
- 
				
				STATIC_URL = '/static/' STATICFILES_DIRS=[ os.path.join(BASE_DIR,'static') ] #在setting中加入此行 122017-11-12
- 
				  fenghaobin002 提问者 2017-11-12 我将<form action="/form/"......>改成<form action="{% url 'go_form' %}"...>之后就正常显示样式了 10
相似问题
