forked from Scifabric/pybossa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation about how to configure email and twitter contact info
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,6 +99,17 @@ name of the file. | |
|
||
.. _LOGO: https://github.com/PyBossa/pybossa/blob/master/settings_local.py.tmpl#L17 | ||
|
||
Adding your Contact Information | ||
=============================== | ||
|
||
By default, PyBossa provides an e-mail and a Twitter handle to contact the | ||
PyBossa infrastructure. If you want, you can change it to your own e-mail and | ||
Twitter account. You can do it, modifying the following variables in the | ||
**settings_local.py** file: | ||
|
||
* **CONTACT_EMAIL** = '[email protected]' | ||
* **CONTACT_TWITTER** = 'yourtwitterhandle' | ||
|
||
Terms of Use | ||
============ | ||
|
||
|