Onboarding: Featured subreddits API endpoint
commit805a9a4b79e37e7a314df773ee6d65a8dbffe780
authorJoshua Uziel <uzi@reddit.com>
Thu, 17 Mar 2016 23:17:42 +0000 (17 16:17 -0700)
committerBrian Simpson <bsimpson63@gmail.com>
Mon, 20 Jun 2016 23:19:37 +0000 (20 16:19 -0700)
treefab8031875d1554ad70b896aeafb3ba4c225520b
parentc94ea00fd2b8e6e1a0ebe1c24fb70e3de919df8d
Onboarding: Featured subreddits API endpoint

Endpoint for retrieving subreddits to make new
users aware of without actually subscribing
them while doing the onboarding process.

The list of featured subreddits will be managed
separately from the default ones.

For testing purposes, we add a subreddit to show
up via the inject_test_data script.
r2/r2/config/routing.py
r2/r2/controllers/listingcontroller.py
r2/r2/lib/menus.py
r2/r2/lib/pages/pages.py
r2/r2/models/subreddit.py
scripts/inject_test_data.py