Your project description goes here
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.1.4.tar.gz
(8.5 kB
view hashes)
Built Distribution
Close
Hashes for plugs_media-0.1.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad11b849b00bd5427a7ae420fda1db38808d20d8fc0f4e5e0c8c9e9828004823 |
|
MD5 | fb8fca8d78862770ac011b0d635d859c |
|
BLAKE2b-256 | dfe0dfef305cadc98df7c8a4cdff7b47ab55d14131d1a0461d0f018efa9d3039 |