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 b175f511
authored
Jun 02, 2025
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
perbaukan project
1 parent
9d5001ab
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
15 deletions
.gitignore
development.ini
pyproject.toml
setup.py → setup.pyx
.gitignore
View file @
b175f51
...
...
@@ -120,3 +120,4 @@ alembic_local.ini
.vs*
activate
development.ini
\ No newline at end of file
development.ini
View file @
b175f51
...
...
@@ -14,9 +14,9 @@ pyramid.debug_notfound = true
pyramid.debug_routematch
=
true
pyramid.debug_templates
=
true
default_locale_name
=
id
sqlalchemy.url
=
postgresql://aagusti:a@localhost:543
3/magelang
;pbb.url = oracle+oracledb://pbb:A@10.8.50.62:1521/simpbb
pbb.url
=
oracle://pbb:A@10.8.50.62:1521/simpbb
sqlalchemy.url
=
postgresql://aagusti:a@localhost:543
2/demo
;
pbb.url = oracle+oracledb://pbb:A@10.8.50.62:1521/simpbb
;
pbb.url = oracle://pbb:A@10.8.50.62:1521/simpbb
lib_dir
=
C:
\a
pp
\i
nstantclient_11_2
temp_dir
=
C:
\t
mp
pbb_pemda
=
32.79
...
...
@@ -28,10 +28,8 @@ pyramid.includes =
pyramid_debugtoolbar
pyramid_rpc.jsonrpc
opensipkd.tools
opensipkd.pjdl.models
opensipkd.pjdl.apps
opensipkd.bphtb.models
opensipkd.bphtb.apps
opensipkd.pbb.models
; opensipkd.pbb.monitoring
pjdl_invoice_sspd
=
99
pjdl_invoice_sptpd
=
1
pjdl_invoice_stpd
=
False
...
...
@@ -42,7 +40,7 @@ session.type = ext:database
session.secret
=
s0s3cr3ts
session.cookie_expires
=
true
session.key
=
WhatEver
session.url
=
postgresql://aagusti:a@localhost:543
3/magelang
session.url
=
postgresql://aagusti:a@localhost:543
2/demo
session.timeout
=
3000
session.lock_dir
=
%(here)s/tmp
;login_tpl = opensipkd.samsat.jabar.views:templates/login.pt
...
...
@@ -65,7 +63,7 @@ localization = English_Australia.1252
;center.email_password =
;center.smtp_server =
;
;#_host = http://localhost:543
3
/demo2
;#_host = http://localhost:543
2
/demo2
;
unoconv_py
=
C:
\P
rogram Files
\L
ibreOffice
\p
rogram
\p
ython.exe
unoconv_bin
=
C:
\p
roduct
\v
env-lates
\S
cripts
\u
noconv
...
...
@@ -170,22 +168,22 @@ format = %(asctime)s %(levelname)-5.5s [%(name)s][%(threadName)s] %(message)s
[alembic_ziggurat]
script_location
=
ziggurat_foundations:migrations
sqlalchemy.url
=
postgresql://aagusti:a@localhost:543
3/magelang
sqlalchemy.url
=
postgresql://aagusti:a@localhost:543
2/demo
# End logging configuration
[alembic_base]
script_location
=
opensipkd.base:alembic
sqlalchemy.url
=
postgresql://aagusti:a@localhost:543
3/magelang
sqlalchemy.url
=
postgresql://aagusti:a@localhost:543
2/demo
[alembic_models]
script_location
=
opensipkd.models:alembic
sqlalchemy.url
=
postgresql://aagusti:a@localhost:543
3/magelang
sqlalchemy.url
=
postgresql://aagusti:a@localhost:543
2/demo
[alembic_pjdl]
script_location
=
opensipkd.pjdl.models:alembic
sqlalchemy.url
=
postgresql://aagusti:a@localhost:543
3/magelang
sqlalchemy.url
=
postgresql://aagusti:a@localhost:543
2/demo
[pytest]
...
...
pyproject.toml
View file @
b175f51
...
...
@@ -2,8 +2,9 @@
requires
=
[
'setuptools
>=
64
'
,
'wheel'
]
build-backend
=
'setuptools.build_meta'
[tool.hatch.build]
dev-mode-dirs
=
["."]
[tool.setuptools]
packages
=
[
"opensipkd"
,
"opensipkd.detable"
,
"opensipkd.base"
]
[tool.mypy]
exclude
=
[
...
...
setup.py
→
setup.py
x
View file @
b175f51
File moved
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