Add Model support for Filestack files
Project description
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
Release history Release notifications | RSS feed
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.3.0.tar.gz
(12.3 kB
view details)
Built Distribution
File details
Details for the file django_filestack-0.3.0.tar.gz
.
File metadata
- Download URL: django_filestack-0.3.0.tar.gz
- Upload date:
- Size: 12.3 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.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c792edb71f7b0320c0c790fc89a8ebed4507d2a621500062181cdc01647b698 |
|
MD5 | dbd2c5a4f9d9cf284a5f31eb641d871c |
|
BLAKE2b-256 | 5e738e954814864b41f778b853158495c144e5c056a45c28dd0c3b216b8e0f67 |
File details
Details for the file django_filestack-0.3.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_filestack-0.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 18.3 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.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e87b4d1f5f9a3a48acecdb11d744773e9d52c50e3f90b9339e6449fb472e4e67 |
|
MD5 | 78a9e913f35c790dc0bbac2b5bd0a6a2 |
|
BLAKE2b-256 | 0fb10456fe91fedf09b592b84c426f5b4b74d105769f7fbb774165aa75cf8fc9 |