Changeset a32b33d


Ignore:
Timestamp:
Oct 11, 2009, 3:13:33 AM (15 years ago)
Author:
sipb-www <sipb-www@…>
Branches:
master, debian, mac, no-cups, web
Children:
3388193
Parents:
64ee2c9
git-author:
sipb-www <sipb-www@…> (10/11/09 03:13:33)
git-committer:
sipb-www <sipb-www@…> (10/11/09 03:13:33)
Message:

Make TG stop complaining about cookie secret.

Signed-off-by: sipb-www <sipb-www@…>

Location:
gutenbach-web
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gutenbach-web/SOURCES.txt

    redb8b23 ra32b33d  
    8383sipbmp3web/public/jquery/theme/images/ui-icons_cd0a0a_256x240.png
    8484sipbmp3web/templates/__init__.py
     85sipbmp3web/templates/__init__.pyc
    8586sipbmp3web/templates/about.html
    8687sipbmp3web/templates/debug.html
  • gutenbach-web/app_cfg.py

    r973dd91 ra32b33d  
    3232base_config.sa_auth.permission_class = model.Permission
    3333
     34base_config.sa_auth.cookie_secret = "thisistotallysecretyo"
     35
    3436# override this if you would like to provide a different who plugin for
    3537# managing login and logout of your application
Note: See TracChangeset for help on using the changeset viewer.