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

Last change on this file since 2757 was 2665, checked in by liebster, 14 years ago

Added 'view' for GSpreadsheet content type

File size: 435 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}
10
11ORDER_COLUMNS = ['fddup', 'a', 'xdd', 'lut', 'totalbandwidth', 'country',
12                 'region', 'tdd', 'unpairedbandwidth', 'band', 'licother',
13                 'b', 'pairedbandwidth', 'lic2g', 'fdddown', 'lic3g']
Note: See TracBrowser for help on using the repository browser.