2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-18 18:56:31 +00:00
Files
InvenTree/docs/docs/extend/plugins/app.md
Oliver 2ffd2354eb Documentation integration (#4653)
* Add documentation under docs/ directory

* Add CI workflow for mkdocs configuration checking

* Add documentation issue template

* update pip-tools?

* Update .gitignore files

* Fix .gitignore rules

* Improve release notes page

* remove references to old repo
2023-04-22 22:40:29 +10:00

618 B

title
title
App Mixin

AppMixin

If this mixin is added to a plugin the directory the plugin class is defined in is added to the list of INSTALLED_APPS in the InvenTree server configuration.

!!! warning "Danger Zone" Only use this mixin if you have an understanding of djangos app system. Plugins with this mixin are deeply integrated into InvenTree and can cause difficult to reproduce or long-running errors. Use the built-in testing functions of django to make sure your code does not cause unwanted behaviour in InvenTree before releasing.