Closed
Bug 724592
Opened 13 years ago
Closed 13 years ago
Disable consumer pages
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P1)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: clouserw, Assigned: andy+bugzilla)
References
Details
We've gotta disable the consumer pages (anything not in /developers/) for the first launch. CCing product in case they want to customize what this page says. Let us know asap please.
Reporter | ||
Updated•13 years ago
|
Priority: -- → P1
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → amckay
Assignee | ||
Comment 1•13 years ago
|
||
Add the following to marketplace settings_local.py file to activate:
MIDDLEWARE_CLASSES += (
'amo.middleware.NoConsumerMiddleware',
)
https://github.com/mozilla/zamboni/commit/309f96
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•