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.2.4.tar.gz
(12.6 kB
view details)
Built Distribution
File details
Details for the file django_filestack-0.2.4.tar.gz
.
File metadata
- Download URL: django_filestack-0.2.4.tar.gz
- Upload date:
- Size: 12.6 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.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be343cf18588b309709a929713ca8783ac5be347f31074a6e3881ff23782554d |
|
MD5 | 3410052d28c1878e616b2309c622df37 |
|
BLAKE2b-256 | c4cc6397a3dd812a935ab5ee7cea404c204c35f54dec8c7fce2e418c572b806c |
File details
Details for the file django_filestack-0.2.4-py2.py3-none-any.whl
.
File metadata
- Download URL: django_filestack-0.2.4-py2.py3-none-any.whl
- Upload date:
- Size: 16.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.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43c223d2eaec98c95f5993362bdc8d21c5f676baf0cd6f9adb1e7850273ab5fc |
|
MD5 | 2306b10eb1be068721f1780ea160c986 |
|
BLAKE2b-256 | 6504d948a734de456115c3569cecb964eed9e00d1fda7959908de20b024fa7ed |