| Revision 5,
388 bytes
checked in by nigel.sim, 5 years ago
(diff) |
|
|
| Line | |
|---|
| 1 | ## The Project Name |
|---|
| 2 | PROJECTNAME = "ShoeBox" |
|---|
| 3 | |
|---|
| 4 | ## Protocols which are allowed to access |
|---|
| 5 | DIRECTIONS = ['Incoming','Outgoing'] |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | ## The skins dir |
|---|
| 9 | SKINS_DIR = 'skins' |
|---|
| 10 | |
|---|
| 11 | ## Permission for content creation |
|---|
| 12 | ADD_SHOEBOX_PERMISSION = 'ShoeBox: Add ShoeBox' |
|---|
| 13 | ADD_ACCOUNT_PERMISSION = 'ShoeBox: Add Account' |
|---|
| 14 | ADD_ENTRY_PERMISSION = 'ShoeBox: Add Entry' |
|---|
| 15 | |
|---|
| 16 | ## Globals variable |
|---|
| 17 | GLOBALS = globals() |
|---|
| 18 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.