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.9.tar.gz
(9.5 kB
view hashes)