Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
opensipkd-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit f4d95e9e
authored
Apr 10, 2026
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update headers
1 parent
f708b6cb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
opensipkd/base/views/base_views.py
opensipkd/base/views/base_views.py
View file @
f4d95e9
...
...
@@ -54,6 +54,9 @@ from pyramid.threadlocal import get_current_registry
class
BaseView
(
object
):
def
__init__
(
self
,
request
):
self
.
req
=
request
for
key
,
value
in
request
.
headers
.
items
():
log
.
debug
(
f
"{key}: {value}"
)
self
.
ses
=
self
.
req
.
session
self
.
db_session
=
DBSession
self
.
base
=
Base
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment