Added gargoyle switch to enable key deletion

This commit is contained in:
2011-09-02 07:49:36 +01:00
parent 385030ce5d
commit 77c5efe5ee
4 changed files with 16 additions and 9 deletions

View File

@@ -133,6 +133,11 @@ GARGOYLE_SWITCH_DEFAULTS = {
'label': 'EVE Test API Endpoints',
'description': 'Use the Test API endpoints instead of Live.',
},
'eve-keydelete': {
'is_active': False,
'label': 'Allow EVE API Key Delete',
'description': 'Allows API keys to be deleted by th end user.',
},
'api-disableprocessing': {
'is_active': False,
'label': 'Disable API Backend Processing',