Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divio/django-storage-url
https://github.com/divio/django-storage-url
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/divio/django-storage-url
- Owner: divio
- License: mit
- Created: 2018-10-30T14:34:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T12:03:08.000Z (5 months ago)
- Last Synced: 2024-11-11T02:12:09.624Z (2 months ago)
- Language: Python
- Size: 62.5 KB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
==================
django-storage-url
==================|pypi| |build| |coverage|
URL-based Django storage configuration management.
An implementation can be viewed on `aldryn-django `_.
.. |pypi| image:: https://badge.fury.io/py/django-storage-url.svg
:target: http://badge.fury.io/py/django-storage-url
.. |build| image:: https://travis-ci.org/divio/django-storage-url.svg?branch=master
:target: https://travis-ci.org/divio/django-storage-url
.. |coverage| image:: https://codecov.io/gh/divio/django-storage-url/branch/master/graph/badge.svg
:target: https://codecov.io/gh/divio/django-storage-url.. |python| image:: https://img.shields.io/badge/python-3.5+-blue.svg
:target: https://pypi.org/project/django-storage-url/
.. |django| image:: https://img.shields.io/badge/django-2.2,%203.0,%203.1-blue.svg
:target: https://www.djangoproject.com/Linting
=======This project uses [divio/lint](https://github.com/divio/lint):
```bash
make lint
```Running tests
=============Tests can be run via ``tox``.