mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 21:16:46 +00:00
plugin name nicer
This commit is contained in:
parent
258d159093
commit
9ed502f1ae
@ -13,6 +13,7 @@ class SampleIntegrationPlugin(SettingsMixin, UrlsMixin, NavigationMixin, Integra
|
|||||||
|
|
||||||
PLUGIN_NAME = "SampleIntegrationPlugin"
|
PLUGIN_NAME = "SampleIntegrationPlugin"
|
||||||
PLUGIN_SLUG = "sample"
|
PLUGIN_SLUG = "sample"
|
||||||
|
PLUGIN_TITLE = "Sample Plugin"
|
||||||
|
|
||||||
def view_test(self, request):
|
def view_test(self, request):
|
||||||
"""very basic view"""
|
"""very basic view"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user