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 hashes)
Built Distribution
Close
Hashes for plugs_media-0.2.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cadfbf74499775e5c08004924d72db053189b549680a51061076d306a5566e43 |
|
MD5 | e6eda75271333e5f00fcd287598b7db8 |
|
BLAKE2b-256 | 619fd4bd1c51ac8bd583fea5be9d60281a57a5ed7f4d21d550825d657f0476cb |