Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/labcodes/django-static-chooser
Simply choose between your local static file or a remote CDN.
https://github.com/labcodes/django-static-chooser
Last synced: 2 months ago
JSON representation
Simply choose between your local static file or a remote CDN.
- Host: GitHub
- URL: https://github.com/labcodes/django-static-chooser
- Owner: labcodes
- License: mit
- Created: 2014-05-30T18:55:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-01T01:04:37.000Z (over 10 years ago)
- Last Synced: 2024-08-04T04:05:28.882Z (6 months ago)
- Language: Python
- Size: 152 KB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - django-static-chooser - Simply choose between your local static file or a remote CDN. (Python)
README
django-static-chooser
=====================Simply choose between your local static file or a remote CDN.
Usage
-----```html
{% load staticfileschooser %}
```