An Aweber based user-signup application for Django
To use, installed the app.
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/’
Add aweber to your installed apps.
3. Add aweber to your url # urlpatterns += patterns(‘’, url(r’^signup/’, include(‘aweber.urls’)),)
Create your templates
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 …
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-aweber-0.3.tar.gz.
File metadata
- Download URL: django-aweber-0.3.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7ef0c94f07377bbdfac424669a3a7cd8a06fb93647cbe5a871301932a5eaeaf
|
|
| MD5 |
74c69025b1eb1d451cf6b3ecad33e62a
|
|
| BLAKE2b-256 |
a79678ab69a4688111d0f4dd668306a7901ee672946c24ad3f66cbad8ab27973
|