plugs-newsletter 0.2.0
pip install plugs-newsletter
Latest version
Released:
App to manage newsletter subscriptions
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Solo
- Tags plugs-newsletter
Classifiers
- Development Status
- Framework
- Intended Audience
- License
- Natural Language
- Programming Language
Project description
n
Documentation
The full documentation is at https://plugs-newsletter.readthedocs.io.
Quickstart
Install Plugs Newsletter:
pip install plugs-newsletter
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'plugs_newsletter.apps.PlugsNewsletterConfig',
...
)
Add Plugs Newsletter’s URL patterns:
from plugs_newsletter import urls as plugs_newsletter_urls
urlpatterns = [
...
url(r'^', include(plugs_newsletter_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-11)
First release on PyPI.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Solo
- Tags plugs-newsletter
Classifiers
- Development Status
- Framework
- Intended Audience
- License
- Natural Language
- Programming Language
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
Built Distribution
File details
Details for the file plugs-newsletter-0.2.0.tar.gz
.
File metadata
- Download URL: plugs-newsletter-0.2.0.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eca480aa03be5d99bc824e2550ae7cdff84d38565eb95fb56cb30d841eda1be8 |
|
MD5 | 3485dffb502437f19e512caf18c270b3 |
|
BLAKE2b-256 | 40c8011149f3d4ecde6f5c0a774e700c23afc6389e6ea7b768352fae260281de |
File details
Details for the file plugs_newsletter-0.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: plugs_newsletter-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec6c37eda852b1659b98236a9f345a5b120022cfa477704ba69086c208b9ec54 |
|
MD5 | edb738d4f655fd6005c82caae4ed1967 |
|
BLAKE2b-256 | fa7ded85770d0e70feba53f47f04ae4bb880b3de7c6acc040f8f48eb06110d56 |