diff options
author | Aaron Bentley <aaron.bentley@utoronto.ca> | 2006-04-10 22:07:54 -0400 |
---|---|---|
committer | Aaron Bentley <aaron.bentley@utoronto.ca> | 2006-04-10 22:07:54 -0400 |
commit | 68df9cb4413c2642bac15a940c26e68f9d1391cb (patch) | |
tree | cb429c57d740d679a467db3034f93f96ea4e2e33 /Bugs-Everywhere-Web/beweb/config.py.example | |
parent | 16ed63b5c8dc2e211a29ba3636cd00b547ceb9aa (diff) | |
download | bugseverywhere-68df9cb4413c2642bac15a940c26e68f9d1391cb.tar.gz |
Updated beweb to use TurboGears 0.9
Diffstat (limited to 'Bugs-Everywhere-Web/beweb/config.py.example')
-rw-r--r-- | Bugs-Everywhere-Web/beweb/config.py.example | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Bugs-Everywhere-Web/beweb/config.py.example b/Bugs-Everywhere-Web/beweb/config.py.example new file mode 100644 index 0000000..8745c6d --- /dev/null +++ b/Bugs-Everywhere-Web/beweb/config.py.example @@ -0,0 +1,10 @@ +# This is an example beweb configuration file. + +# One thing we need is a map of projects. Projects have a beweb ID, a path, +# and a display name. + +# In this example, the 'be' beweb ID is assigned the display name "Bugs +# Everywhere" and the path "/home/abentley/be" + +projects = {"be": ("Bugs Everywhere","/home/abentley/be"), + } |