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.1.1.tar.gz (13.0 kB view details)

Uploaded Source

Built Distribution

django_filestack-0.1.1-py2.py3-none-any.whl (16.6 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: django_filestack-0.1.1.tar.gz
  • Upload date:
  • Size: 13.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.5.2

File hashes

Hashes for django_filestack-0.1.1.tar.gz
Algorithm Hash digest
SHA256 4d22a84714d0e93d1b587c687460307a9b2e1c9b4229ad075f8022f938aaab60
MD5 15347426e4899e803020fb65597df481
BLAKE2b-256 b2d327df1e300b796f60be97c247559b2ba439423a9a5fd5ac740a97f1094cf5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: django_filestack-0.1.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 16.6 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.5.2

File hashes

Hashes for django_filestack-0.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 312829cea8c2759ceb74d0ac3b8906639b4b317ebc3098c9e224e8275fec8120
MD5 956f204aa47696e2d5e8927c6a749aa7
BLAKE2b-256 5306217b64bfc8327ad6cfb9e69b317f2f4a000f617e1ffee9026b8812e72673

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