a ton of fun happened, refactored alot
This commit is contained in:
@ -1,6 +1,33 @@
|
||||
{
|
||||
"name": "utility",
|
||||
"version": "1.0.0",
|
||||
"description": "General utilities and such",
|
||||
"entry_point": null
|
||||
}
|
||||
"name": "Utility",
|
||||
"version": "0.1.0",
|
||||
"author": "Bryson Shepard <bryson@natureinpots.com>",
|
||||
"description": "Miscellaneous utilities (import/export, tasks).",
|
||||
"module": "plugins.utility",
|
||||
"routes": {
|
||||
"module": "plugins.utility.routes",
|
||||
"blueprint": "bp",
|
||||
"url_prefix": "/utility"
|
||||
},
|
||||
"models": [
|
||||
"plugins.utility.models"
|
||||
],
|
||||
"tasks": {
|
||||
"module": "plugins.utility.tasks",
|
||||
"callable": "init_celery"
|
||||
},
|
||||
"subplugins": [
|
||||
{
|
||||
"name": "Utility Search",
|
||||
"module": "plugins.utility.search",
|
||||
"routes": {
|
||||
"module": "plugins.utility.search.search",
|
||||
"blueprint": "bp",
|
||||
"url_prefix": "/utility/search"
|
||||
},
|
||||
"models": []
|
||||
}
|
||||
],
|
||||
"license": "Proprietary",
|
||||
"repository": "https://github.com/your-org/your-app"
|
||||
}
|
||||
|
Reference in New Issue
Block a user