While creating the tutorials pages, none of this should be available on the production environment. Thus, some sort of feature flagging system would be needed to disallow users from seeing these pages. For our sake, it might be okay to just put it as something in the development settings.py.
Since this might be used throughout building this site more, a dedicated feature flipper might be worthwhile.