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.4.0.tar.gz
(13.1 kB
view details)
Built Distribution
File details
Details for the file django_filestack-0.4.0.tar.gz
.
File metadata
- Download URL: django_filestack-0.4.0.tar.gz
- Upload date:
- Size: 13.1 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 | d5d43ae89717b18bf0bf9e327191ab9a4dc003d8371ec517addbbcf4d1615c01 |
|
MD5 | a7ddb5ae18d1f8dbfe8ced562f3dba3b |
|
BLAKE2b-256 | 02f3c5bb81e898495b6f8faa20c6ffcf2810729e755a18a813615769a12096fe |
File details
Details for the file django_filestack-0.4.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_filestack-0.4.0-py2.py3-none-any.whl
- Upload date:
- Size: 19.6 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 | 00cd73a09b8ad0a553c765d04b3263c02dda7444be65b13bdf70689023ea8d20 |
|
MD5 | 149d1be207665ccf06fc0fade3a15a40 |
|
BLAKE2b-256 | fbbd557b4f99cd2fafaa22e96a94de31138327e205f57747b16061cb8da0e2f5 |