Update delete to CBV, add in support for soft deletes.

This commit is contained in:
2012-06-06 18:52:09 +01:00
parent 604124439d
commit 683e193f9a
5 changed files with 47 additions and 20 deletions

View File

@@ -148,7 +148,11 @@ GARGOYLE_SWITCH_DEFAULTS = {
'label': 'Disable API Backend Processing',
'description': 'Disables backend processing for the EVE API, stops Auth hammering the API during outages',
}
'eve-softkeydelete': {
'is_active': False,
'label': 'Soft API Key Deletions',
'description': 'API Keys are not deleted from the database, only removed from the user.',
},
}
LOGGING = {