initial commit
This commit is contained in:
commit
95b8af2360
15 changed files with 1519 additions and 0 deletions
11
config.json
Normal file
11
config.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "Castle Accounting",
|
||||
"short_description": "Double-entry accounting system for collective projects",
|
||||
"tile": "/castle/static/image/castle.png",
|
||||
"contributors": [
|
||||
"Your Name"
|
||||
],
|
||||
"hidden": false,
|
||||
"migration_module": "lnbits.extensions.castle.migrations",
|
||||
"db_name": "ext_castle"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue