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 2f8e7e54
authored
Aug 21, 2022
by
aagusti
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
include locale in setup
1 parent
83c94384
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
opensipkd/models/common.py
setup.py
opensipkd/models/common.py
View file @
2f8e7e5
from
sqlalchemy
import
Column
,
String
,
SmallInteger
,
Integer
,
DateTime
,
ForeignKey
from
sqlalchemy.orm
import
relationship
,
backref
from
ziggurat_foundations.test
s
import
User
from
.user
s
import
User
from
.meta
import
Base
from
.base
import
NamaModel
,
DefaultModel
,
DBSession
,
KodeModel
...
...
setup.py
View file @
2f8e7e5
...
...
@@ -33,7 +33,7 @@ requires = [
'google-api-python-client'
,
'google'
,
'pyjwt'
,
#
'z3c.rml',
'z3c.rml'
,
'opensipkd-tools @git+https://git.opensipkd.com/aa.gusti/opensipkd-tools.git'
,
]
...
...
@@ -71,6 +71,8 @@ setup(
'base/alembic/*.*'
,
'base/alembic/versions/*.*'
,
'base/views/*.tpl'
,
'base/locale/*.*'
,
],
},
data_files
=
[(
'etc'
,
[
'etc/live_opensipkd.tpl'
,
'etc/test_opensipkd.tpl'
,
])],
...
...
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