default email address for new users can be defined in settings
TWYTHON_DJANGO_DEFAULT_EMAIL
This commit is contained in:
parent
db9f03c4f5
commit
522fa6496a
2 changed files with 3 additions and 1 deletions
|
|
@ -62,6 +62,8 @@ Modify settings.py
|
|||
LOGOUT_URL='/your_url_extension/logout'
|
||||
LOGIN_REDIRECT_URL='/'
|
||||
LOGOUT_REDIRECT_URL='/'
|
||||
|
||||
TWYTHON_DJANGO_DEFAULT_EMAIL = 'test@example.com'
|
||||
|
||||
Need Twython Help?
|
||||
------------------
|
||||
|
|
|
|||
Reference in a new issue