Reusable APP to deal with file uploads
Project description
Your project description goes here
Documentation
The full documentation is at https://plugs-media.readthedocs.io.
Quickstart
Install Plugs Media:
pip install plugs-media
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'plugs_media.apps.PlugsMediaConfig',
...
)
Add Plugs Media’s URL patterns:
from plugs_media import urls as plugs_media_urls
urlpatterns = [
...
url(r'^', include(plugs_media_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 (2017-01-07)
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
plugs-media-0.2.2.tar.gz
(11.1 kB
view details)
Built Distribution
File details
Details for the file plugs-media-0.2.2.tar.gz
.
File metadata
- Download URL: plugs-media-0.2.2.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.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.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76769daa827ec18b27d7b56ad91b1e38f0117a94dcc553cddc4e7db5275981e1 |
|
MD5 | e6166420609a03563d00d1741d867070 |
|
BLAKE2b-256 | 7644370fd37044c490c1a0da6547cd939ab33e998e4f8554ac9a633a4adbd894 |
File details
Details for the file plugs_media-0.2.2-py2.py3-none-any.whl
.
File metadata
- Download URL: plugs_media-0.2.2-py2.py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.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.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cadfbf74499775e5c08004924d72db053189b549680a51061076d306a5566e43 |
|
MD5 | e6eda75271333e5f00fcd287598b7db8 |
|
BLAKE2b-256 | 619fd4bd1c51ac8bd583fea5be9d60281a57a5ed7f4d21d550825d657f0476cb |