06 2019 档案

django压缩静态文件
摘要:# django-compressor 压缩静态文件1. pip install django-compressor2. INSTALLED_APPS 中添加 compressor```pythonINSTALLED_APPS=[ ... 'django.contrib.staticfiles', 'compressor', # 添加compressor... 阅读全文

posted @ 2019-06-17 18:16 ShawSpring 阅读(527) 评论(0) 推荐(0)

导航