{ "info": { "author": "L", "author_email": "lsc20051426@163.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.8", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "==========\nCDN Assets\n==========\n\nThis package help you to use CDN Assets instead of downloading js and css by your self.\n\nQuick start\n-----------\n\n0. Install this package:\n\n pip install cdn_assets\n\n1. Add \"cdn-assets\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'cdn_assets',\n ]\n\n2. Using filter we provide like this::\n\n {% load cdn_assets %}\n\n {% cdn bootcss %}\n {% asset bootstrap 3.3.5 css bootstrap.min css %}\n {% asset jquery 2.2.1 jquery.min js %}\n {% endcdn %}\n\n\n This will output ::\n \n \n\n Explaination ::\n {% cdn bootcss %}\n {% asset jquery 2.2.1 jquery.min js %}\n {% endcdn %}\n The last parameter for asset filter is js, It would generate