source: products/quintagroup.gdocs.spreadsheet/trunk/quintagroup/gdocs/spreadsheet/config.py @ 2650

Last change on this file since 2650 was 2646, checked in by liebster, 14 years ago

Add contenttype using paster

File size: 215 bytes
Line 
1"""Common configuration constants
2"""
3
4PROJECTNAME = 'quintagroup.gdocs.spreadsheet'
5
6ADD_PERMISSIONS = {
7    # -*- extra stuff goes here -*-
8    'GSpreadsheet': 'quintagroup.gdocs.spreadsheet: Add GSpreadsheet',
9}
Note: See TracBrowser for help on using the repository browser.