a ton of fun happened, refactored alot
This commit is contained in:
@ -1,6 +1,17 @@
|
||||
{
|
||||
"name": "submission",
|
||||
"version": "1.0.0",
|
||||
"description": "Plugin to handle user-submitted plant data and images.",
|
||||
"entry_point": null
|
||||
}
|
||||
"name": "Submission",
|
||||
"version": "0.1.0",
|
||||
"author": "Bryson Shepard <bryson@natureinpots.com>",
|
||||
"description": "Handles vendor price submissions and listings.",
|
||||
"module": "plugins.submission",
|
||||
"routes": {
|
||||
"module": "plugins.submission.routes",
|
||||
"blueprint": "bp",
|
||||
"url_prefix": "/submission"
|
||||
},
|
||||
"models": [
|
||||
"plugins.submission.models"
|
||||
],
|
||||
"license": "Proprietary",
|
||||
"repository": "https://github.com/your-org/your-app"
|
||||
}
|
Reference in New Issue
Block a user