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

Uploaded Source

Built Distribution

django_filestack-0.2.6-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.6.tar.gz.

File metadata

  • Download URL: django_filestack-0.2.6.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.6.tar.gz
Algorithm Hash digest
SHA256 2e574cbbc92693ee38b2cadff530d0b6315efef3abba86f03ae0aff4fbbd284a
MD5 10a3b16c0e05f46219eb423a953a1862
BLAKE2b-256 4a0e4d555679b794bd40e5d8aac20969fcdbb58532d5b387d96e28d8c4625796

See more details on using hashes here.

File details

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

File metadata

  • Download URL: django_filestack-0.2.6-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.6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 0f2a24005b738a58d9b109c6fffedfc1137e7e2c230c657b80b8ba4db3d8cf43
MD5 84545fbfc702e6bdfeee3df48bf8a025
BLAKE2b-256 e942247fe3991ea01cc0d545a6ef6a87682c38d352feea24aaabc273af1c63c8

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