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 084eebf9
authored
Dec 08, 2025
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update README and user CSV; enhance _form_include.pt with additional scripts and styles
1 parent
78940534
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
README.rst
opensipkd/base/scripts/data/users.csv
opensipkd/base/views/templates/_form_include.pt
README.rst
View file @
084eebf
...
@@ -30,7 +30,7 @@ Buat databasenya. Lalu salin file konfigurasi::
...
@@ -30,7 +30,7 @@ Buat databasenya. Lalu salin file konfigurasi::
Sesuaikan database profile dan log file. Lalu buat tabelnya::
Sesuaikan database profile dan log file. Lalu buat tabelnya::
$ ~/env/bin/
initialize_opensipkd_db
live.ini
$ ~/env/bin/
osipkd-db-init
live.ini
Jalankan web server::
Jalankan web server::
...
...
opensipkd/base/scripts/data/users.csv
View file @
084eebf
email,status,user_name,registered_date
email,status,user_name,registered_date
admin@local.host,1,admin,
admin@local.host,1,admin,
guest@local.host,1,guest,
,,,
\ No newline at end of file
\ No newline at end of file
guest@local.host,1,guest,
\ No newline at end of file
\ No newline at end of file
opensipkd/base/views/templates/_form_include.pt
View file @
084eebf
<link href="${home}/static/v3/js/plugin/bootstrap-datepicker/css/bootstrap-datepicker.min.css"
<link href="${home}/deform_static/css/form.css" rel="stylesheet">
rel="stylesheet">
<link href="${home}/static/v3/js/plugin/bootstrap-datepicker/css/bootstrap-datepicker.min.css" rel="stylesheet">
<script src="${home}/deform_static/scripts/deform.js"></script>
<script src="${home}/deform_static/scripts/typeahead.min.js"></script>
<script src="${home}/deform_static/scripts/jquery.maskMoney-3.1.1.min.js"></script>
<script src="${home}/deform_static/tinymce/tinymce.min.js"></script>
<script src="${home}/static/v3/js/plugin/bootstrap-datepicker/js/bootstrap-datepicker.min.js"></script>
<script src="${home}/static/v3/js/plugin/bootstrap-datepicker/js/bootstrap-datepicker.min.js"></script>
<script src="${home}/static/v3/js/plugin/bootstrap-timepicker/bootstrap-timepicker.min.js"></script>
<script src="${home}/static/v3/js/plugin/bootstrap-timepicker/bootstrap-timepicker.min.js"></script>
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