Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Owo Sugiana
/
pyramid-linkaja
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit a3afff11
authored
Nov 26, 2020
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Tambah includeme() agar bisa dipasang di file konfigurasi
1 parent
701870d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
CHANGES.txt
pyramid_linkaja/__init__.py
CHANGES.txt
View file @
a3afff1
0.1.2 26-11-2020
----------------
- Tambah includeme() agar bisa dipasang di file konfigurasi
0.1.1 04-11-2020
----------------
- DEBUG log saat response
...
...
pyramid_linkaja/__init__.py
View file @
a3afff1
from
.structure
import
RENDERER
def
includeme
(
config
):
config
.
add_renderer
(
RENDERER
,
'.renderer.Renderer'
)
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