both of these generate errors of the form:
NoReverseMatch at /favicon.ico
Reverse for 'sections' with arguments '('',)' not found. 1 pattern(s) tried: ['(?P<year>[^/]+)/sections/\\Z']
it's probably something to do with the password protection middleware. Both urls are fine on the non staging site.
both of these generate errors of the form:
it's probably something to do with the password protection middleware. Both urls are fine on the non staging site.