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.0.tar.gz
(13.0 kB
view details)
Built Distribution
File details
Details for the file django_filestack-0.2.0.tar.gz
.
File metadata
- Download URL: django_filestack-0.2.0.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3429616fb57013248e54c0447a4ad72ef936f4f578194a61dc228584cdee9095 |
|
MD5 | 131aa2f18843597c83decacddcf3cb80 |
|
BLAKE2b-256 | ef97ded27467f7b4a3adf6eb259edfc42b9431efacd57926bca4205d58bbf9b0 |
File details
Details for the file django_filestack-0.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_filestack-0.2.0-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.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a881983d1aec45632e1f2d4a3396f963d72214acbc14735d91cb87a52c82e145 |
|
MD5 | d27a3a4c5875062a93936ef128aec452 |
|
BLAKE2b-256 | 005baabd5647f6fb0b830a30270880eec1f3ad01995ca14a2c070bdb04762c57 |