Closed
Bug 940354
Opened 12 years ago
Closed 12 years ago
Convert or remove tastypie_services.services stuff
Categories
(Marketplace Graveyard :: API, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mat, Assigned: mat)
References
Details
(Whiteboard: [qa-])
We have this code:
from tastypie_services.services import (ErrorResource, SettingsResource)
(...)
if settings.ALLOW_TASTYPIE_SERVICES:
services.register(ErrorResource(set_handler=handle_500))
if getattr(settings, 'CLEANSED_SETTINGS_ACCESS', False):
services.register(SettingsResource())
I can't find any trace of CLEANSED_SETTINGS_ACCESS in the settings commited in the repos, however both stage and dev have settings.ALLOW_TASTYPIE_SERVICES set to True. We need to investigate whether we really need this and how this can be converted if we do.
| Assignee | ||
Updated•12 years ago
|
Priority: -- → P2
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → mpillard
| Assignee | ||
Updated•12 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•