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.
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.2.tar.gz
(13.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_filestack-0.4.2.tar.gz.
File metadata
- Download URL: django_filestack-0.4.2.tar.gz
- Upload date:
- Size: 13.7 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.6.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6f4ea8c391a985122ccb025cea254ca1eaa3bc203506603f1a474e4b29c7be4
|
|
| MD5 |
45ef3a9f31886820f01aa037817b54e9
|
|
| BLAKE2b-256 |
6e7fd18c226b410f76e574b28f9a240d49ab7e285de4d02bf3b76407eb8c6e72
|
File details
Details for the file django_filestack-0.4.2-py2.py3-none-any.whl.
File metadata
- Download URL: django_filestack-0.4.2-py2.py3-none-any.whl
- Upload date:
- Size: 20.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.6.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc306b196133be2170bf18f06eebc2edf30201cca5d00db3391b1bc0ecaa7ea7
|
|
| MD5 |
5127facdba1281d727bb2d587c3ae24a
|
|
| BLAKE2b-256 |
78669bc1b95438c2a585e35022b63d612fcd5faeb26b2b9fb98251f705aaa13e
|