Skip to main content

An Aweber based user-signup application for Django

Project description

An Aweber based user-signup application for Django

To use, installed the app.

  1. minimally set the following in your settings file.

AWEBER_EMAIL_ENCODING_SALT = ‘magic1234’ # very important to have a unique string here AWEBER_LIST_NAME = ‘name_of_your_aweber_list’ AWEBER_SUBSCRIBED_CALLBACK_URL = ‘http://example.com/signup/thanks/’ AWEBER_ALREADY_SUBSCRIBED_CALLBACK_URL = ‘http://example.com/signup/thanks-again/

  1. Add aweber to your installed apps.

3. Add aweber to your url # urlpatterns += patterns(‘’, url(r’^signup/’, include(‘aweber.urls’)),)

  1. Create your templates

  1. You are done.

Note: that this app currently works with double opt-in feature of Aweber. Aweber double opt-in is used to activate local django accounts. Killing two birds with one stone.

More to come …

Project details


Download files

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

Source Distribution

django-aweber-0.3.tar.gz (6.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page