django压缩静态文件
摘要:# django-compressor 压缩静态文件1. pip install django-compressor2. INSTALLED_APPS 中添加 compressor```pythonINSTALLED_APPS=[ ... 'django.contrib.staticfiles', 'compressor', # 添加compressor...
阅读全文
posted @ 2019-06-17 18:16
浙公网安备 33010602011771号