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.1.tar.gz
(13.1 kB
view details)
Built Distribution
File details
Details for the file django_filestack-0.4.1.tar.gz
.
File metadata
- Download URL: django_filestack-0.4.1.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.6.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc56b57263f256f87b2b248fd2311fe5d1da874a993eab8efc41177c4c9693d7 |
|
MD5 | 3580fb3316849580538dd3e93b603855 |
|
BLAKE2b-256 | 59d4b413b80a88051e8de12d2e0552ca212111edbafa56697a87028c472adf05 |
File details
Details for the file django_filestack-0.4.1-py2.py3-none-any.whl
.
File metadata
- Download URL: django_filestack-0.4.1-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.6.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cc97f71dea3fbbe302095fbe385940612ec6cb844bd91341f0f0eb262ec02b7 |
|
MD5 | d0e363aa743227de108723ab0299362b |
|
BLAKE2b-256 | 4f9eaebda53072d4e27f453b481c8420fadfcedfc7d9ced92908fd58839f73fb |