mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding beta site to test redis.
This commit is contained in:
parent
4fe1c3cb65
commit
2f8ceeb113
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ SINGLE_DAY = 60*60*24
|
|||
@never_cache
|
||||
@render_to('reader/feeds.xhtml')
|
||||
def index(request, **kwargs):
|
||||
if request.method == "GET" and request.subdomain and request.subdomain != 'dev':
|
||||
if request.method == "GET" and request.subdomain and request.subdomain not in ['dev', 'app02', 'www']:
|
||||
username = request.subdomain
|
||||
try:
|
||||
if '.' in username:
|
||||
|
|
Loading…
Add table
Reference in a new issue