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.1.tar.gz
(10.9 kB
view hashes)
Built Distribution
Close
Hashes for plugs_media-0.2.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94dc6a0b4281b706d4b46de0aef645431737a21a08c60c7bd8de7c9b3259d8e3 |
|
MD5 | a3124b071d095a80bc00e4159861afba |
|
BLAKE2b-256 | 86a4a04aeddbb08c87b915f3aca80932f56e14d99f33633f680e0328e125afa1 |