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.2.tar.gz (6.7 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: django-aweber-0.2.tar.gz
  • Upload date:
  • Size: 6.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-aweber-0.2.tar.gz
Algorithm Hash digest
SHA256 f230565cc244ae24abd76007382ed1e459f82623636582abf8ca07d77ec37057
MD5 ae656ca71e28bd0915f717db10ab1c1a
BLAKE2b-256 d75c4eb10e6c20b16947927e1ea31b410f3490505be73c4b554fcface78b7101

See more details on using hashes here.

Supported by

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