Closed Bug 724592 Opened 13 years ago Closed 13 years ago

Disable consumer pages

Categories

(addons.mozilla.org Graveyard :: Public Pages, defect, P1)

defect

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.
Priority: -- → P1
Assignee: nobody → amckay
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
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.