Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
295a05a2
Commit
295a05a2
authored
Nov 08, 2013
by
Jean Michel Rouly
Browse files
Going to add piwik python api interface.
parent
bd18006a
Changes
1
Hide whitespace changes
Inline
Side-by-side
wsgi/redir.py
View file @
295a05a2
...
@@ -66,6 +66,9 @@ def application(environ, start_response):
...
@@ -66,6 +66,9 @@ def application(environ, start_response):
return
[
response
]
return
[
response
]
else
:
else
:
## incorporate piwik python api thing HERE
status
=
'303 See other'
status
=
'303 See other'
response_headers
=
[(
'Location'
,
url
)]
response_headers
=
[(
'Location'
,
url
)]
start_response
(
status
,
response_headers
)
start_response
(
status
,
response_headers
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment