mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-01 11:10:54 +00:00
Rename "GlobalSettingsPlugin" -> "SettingsPlugin"
This commit is contained in:
@ -7,7 +7,7 @@ from django.conf.urls import url, include
|
||||
from plugin.urls import PLUGIN_BASE
|
||||
|
||||
|
||||
class GlobalSettingsMixin:
|
||||
class SettingsMixin:
|
||||
"""
|
||||
Mixin that enables global settings for the plugin
|
||||
"""
|
||||
|
Reference in New Issue
Block a user