2
0
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:
Oliver
2021-12-31 14:25:22 +11:00
parent e02a2cef1b
commit 02e0ea6e3a
3 changed files with 13 additions and 7 deletions

View File

@ -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
"""