~daker/loco-team-portal/fix.648296-648293

« back to all changes in this revision

Viewing changes to loco_directory/settings.py

  • Committer: Adnane Belmadiaf
  • Date: 2012-09-08 22:44:15 UTC
  • Revision ID: daker@ubuntu.com-20120908224415-ylzs6vg4f5ruz35h
* Fix python path
* Added required SSO fields

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
OPENID_STRICT_USERNAMES = True
50
50
OPENID_FOLLOW_RENAMES = True
 
51
OPENID_SREG_REQUIRED_FIELDS = ['email', 'nickname']
51
52
 
52
53
VERSION_STRING = utils.get_locodirectory_version(
53
54
            os.path.join(PROJECT_PATH, "version"),