Skip to main content

Add Model support for Filestack files

Project description

https://badge.fury.io/py/django_filestack.svg https://travis-ci.org/tomasgarzon/django_filestack.svg?branch=master https://codecov.io/gh/tomasgarzon/django_filestack/branch/master/graph/badge.svg

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

Uploaded Source

Built Distribution

django_filestack-0.1.0-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.0.tar.gz.

File metadata

  • Download URL: django_filestack-0.1.0.tar.gz
  • Upload date:
  • Size: 12.8 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.0.tar.gz
Algorithm Hash digest
SHA256 b7c2b575cb30c18f9154f311f5b16a21fc175926bd1fb50d4267fb2b8065a8f4
MD5 827e18a43afbb5286b9ec48e6c57f0bb
BLAKE2b-256 10465a3828fc51ada7b9bbd599d875013561a77feef21d80fdb4e338e934621e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: django_filestack-0.1.0-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.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f68467a134957974197fe16870efe93fcd464eb81f9be71dfdf3e7b44faa4725
MD5 ac0164e01af7c0471030a3cec031e0b3
BLAKE2b-256 6ce4667ea7db9fbf49d8643e3ea5405332b2a48fa1e5ce3e41e06ab7317fcf18

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