source: trunk/ShoeBox/config.py @ 5

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