Skip to main content
# django-newsletters

WARNING: This app is in early development (pre-alpha) and may not work as intended, change rapidly or break something. Please wait for a stable release or at least for an alpha or beta release.

Template for reusable django applications.

All following sections are just dummies and may not work as excepted.

## Key features

* Reusable template for new reusable django applications
* ...

## Installation

If you want to install the latest stable release from PyPi:

$ pip install django-newsletters

If you want to install the latest development version from GitHub:

$ pip install -e git://github.com/byteweaver/django-newsletters#egg=django-newsletters

Add `newsletters` to your `INSTALLED_APPS`:

INSTALLED_APPS = (
...
'newsletters',
...
)

Hook this app into your ``urls.py``:

urlpatterns = patterns('',
...
url(r'^your-url/$', include('newsletters.urls', namespace='newsletters')),
...
)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-newsletters-0.0.3.tar.gz (4.8 kB view details)

Uploaded Source

File details

Details for the file django-newsletters-0.0.3.tar.gz.

File metadata

File hashes

Hashes for django-newsletters-0.0.3.tar.gz
Algorithm Hash digest
SHA256 03d006d517bf7af93df5110a865b1933bda3854076a54846806f6704f5a3f30c
MD5 3a86f71e2bee6728cd34519fd8b5d932
BLAKE2b-256 6a9acad45c9df24f6ea004f7f583a0f0d229233ddc21ff86963df159417abae7

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.3 This release

1 file

0.0.2

1 file

0.0.1

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page