Skip to main content

Add Model support for Filestack files

Project description

https://badge.fury.io/py/django-filestack.svg Requirements Status https://travis-ci.org/exolever/django-filestack.svg?branch=master https://codecov.io/gh/exolever/django-filestack/branch/master/graph/badge.svg https://sonarcloud.io/api/project_badges/measure?project=exolever_django-filestack&metric=alert_status

Add Model support for Filestack files

Documentation

The full documentation is at https://django-filestack.readthedocs.io.

Quickstart

Install Django Filestack:

pip install django-filestack

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'files.apps.FilesConfig',
    ...
)

Add Django Filestack’s URL patterns:

from files import urls as files_urls


urlpatterns = [
    ...
    url(r'^', include(files_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2019-03-24)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_filestack-0.2.5.tar.gz (12.6 kB view details)

Uploaded Source

Built Distribution

django_filestack-0.2.5-py2.py3-none-any.whl (16.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django_filestack-0.2.5.tar.gz.

File metadata

  • Download URL: django_filestack-0.2.5.tar.gz
  • Upload date:
  • Size: 12.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.3

File hashes

Hashes for django_filestack-0.2.5.tar.gz
Algorithm Hash digest
SHA256 3cd1a8fb56d33309baf1bd11cea2e9c5465f382ce27e5ff6119e9619e344fb47
MD5 434e66865d268a85daa2b76f9f03da8f
BLAKE2b-256 39c95279bc15d768918c6da116edc0b2ea9ff82e833e24d228bb2fe01e2d67c4

See more details on using hashes here.

File details

Details for the file django_filestack-0.2.5-py2.py3-none-any.whl.

File metadata

  • Download URL: django_filestack-0.2.5-py2.py3-none-any.whl
  • Upload date:
  • Size: 16.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.3

File hashes

Hashes for django_filestack-0.2.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4a179b5c70f1d349ae977ddecd04006a8c7c3fcc73160f78ffa8856e512faf04
MD5 12d72d59150b31b58b63e068018a4c22
BLAKE2b-256 f934f96a87427329f009f34b6cbff7ef126f639743eab7a96019cf4e5311e1ab

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page