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 details)

Uploaded Source

File details

Details for the file django-aweber-0.3.tar.gz.

File metadata

File hashes

Hashes for django-aweber-0.3.tar.gz
Algorithm Hash digest
SHA256 f7ef0c94f07377bbdfac424669a3a7cd8a06fb93647cbe5a871301932a5eaeaf
MD5 74c69025b1eb1d451cf6b3ecad33e62a
BLAKE2b-256 a79678ab69a4688111d0f4dd668306a7901ee672946c24ad3f66cbad8ab27973

See more details on using hashes here.

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