diff --git a/InvenTree/InvenTree/settings.py b/InvenTree/InvenTree/settings.py index cb154229d8..42d9a4b243 100644 --- a/InvenTree/InvenTree/settings.py +++ b/InvenTree/InvenTree/settings.py @@ -213,8 +213,10 @@ USE_TZ = True STATIC_URL = '/static/' +STATIC_ROOT = CONFIG.get('static_root', os.path.join(BASE_DIR, 'static')) + STATICFILES_DIRS = [ - CONFIG.get('static_root', os.path.join(BASE_DIR, 'static')), + os.path.join(BASE_DIR, 'InvenTree', 'static'), ] MEDIA_URL = '/media/' diff --git a/InvenTree/static/css/bootstrap-table-group-by.css b/InvenTree/InvenTree/static/css/bootstrap-table-group-by.css similarity index 100% rename from InvenTree/static/css/bootstrap-table-group-by.css rename to InvenTree/InvenTree/static/css/bootstrap-table-group-by.css diff --git a/InvenTree/static/css/bootstrap-table.css b/InvenTree/InvenTree/static/css/bootstrap-table.css similarity index 100% rename from InvenTree/static/css/bootstrap-table.css rename to InvenTree/InvenTree/static/css/bootstrap-table.css diff --git a/InvenTree/static/css/bootstrap-toggle.css b/InvenTree/InvenTree/static/css/bootstrap-toggle.css similarity index 100% rename from InvenTree/static/css/bootstrap-toggle.css rename to InvenTree/InvenTree/static/css/bootstrap-toggle.css diff --git a/InvenTree/static/css/bootstrap-treeview.css b/InvenTree/InvenTree/static/css/bootstrap-treeview.css similarity index 100% rename from InvenTree/static/css/bootstrap-treeview.css rename to InvenTree/InvenTree/static/css/bootstrap-treeview.css diff --git a/InvenTree/static/css/bootstrap_3.3.7_css_bootstrap.min.css b/InvenTree/InvenTree/static/css/bootstrap_3.3.7_css_bootstrap.min.css similarity index 100% rename from InvenTree/static/css/bootstrap_3.3.7_css_bootstrap.min.css rename to InvenTree/InvenTree/static/css/bootstrap_3.3.7_css_bootstrap.min.css diff --git a/InvenTree/static/css/inventree.css b/InvenTree/InvenTree/static/css/inventree.css similarity index 100% rename from InvenTree/static/css/inventree.css rename to InvenTree/InvenTree/static/css/inventree.css diff --git a/InvenTree/static/css/select2-bootstrap.css b/InvenTree/InvenTree/static/css/select2-bootstrap.css similarity index 100% rename from InvenTree/static/css/select2-bootstrap.css rename to InvenTree/InvenTree/static/css/select2-bootstrap.css diff --git a/InvenTree/static/css/select2.css b/InvenTree/InvenTree/static/css/select2.css similarity index 100% rename from InvenTree/static/css/select2.css rename to InvenTree/InvenTree/static/css/select2.css diff --git a/InvenTree/static/fonts/glyphicons-halflings-regular.eot b/InvenTree/InvenTree/static/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from InvenTree/static/fonts/glyphicons-halflings-regular.eot rename to InvenTree/InvenTree/static/fonts/glyphicons-halflings-regular.eot diff --git a/InvenTree/static/fonts/glyphicons-halflings-regular.svg b/InvenTree/InvenTree/static/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from InvenTree/static/fonts/glyphicons-halflings-regular.svg rename to InvenTree/InvenTree/static/fonts/glyphicons-halflings-regular.svg diff --git a/InvenTree/static/fonts/glyphicons-halflings-regular.ttf b/InvenTree/InvenTree/static/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from InvenTree/static/fonts/glyphicons-halflings-regular.ttf rename to InvenTree/InvenTree/static/fonts/glyphicons-halflings-regular.ttf diff --git a/InvenTree/static/fonts/glyphicons-halflings-regular.woff b/InvenTree/InvenTree/static/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from InvenTree/static/fonts/glyphicons-halflings-regular.woff rename to InvenTree/InvenTree/static/fonts/glyphicons-halflings-regular.woff diff --git a/InvenTree/static/fonts/glyphicons-halflings-regular.woff2 b/InvenTree/InvenTree/static/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from InvenTree/static/fonts/glyphicons-halflings-regular.woff2 rename to InvenTree/InvenTree/static/fonts/glyphicons-halflings-regular.woff2 diff --git a/InvenTree/static/img/blank_image.png b/InvenTree/InvenTree/static/img/blank_image.png similarity index 100% rename from InvenTree/static/img/blank_image.png rename to InvenTree/InvenTree/static/img/blank_image.png diff --git a/InvenTree/static/img/favicon/android-icon-144x144.png b/InvenTree/InvenTree/static/img/favicon/android-icon-144x144.png similarity index 100% rename from InvenTree/static/img/favicon/android-icon-144x144.png rename to InvenTree/InvenTree/static/img/favicon/android-icon-144x144.png diff --git a/InvenTree/static/img/favicon/android-icon-192x192.png b/InvenTree/InvenTree/static/img/favicon/android-icon-192x192.png similarity index 100% rename from InvenTree/static/img/favicon/android-icon-192x192.png rename to InvenTree/InvenTree/static/img/favicon/android-icon-192x192.png diff --git a/InvenTree/static/img/favicon/android-icon-36x36.png b/InvenTree/InvenTree/static/img/favicon/android-icon-36x36.png similarity index 100% rename from InvenTree/static/img/favicon/android-icon-36x36.png rename to InvenTree/InvenTree/static/img/favicon/android-icon-36x36.png diff --git a/InvenTree/static/img/favicon/android-icon-48x48.png b/InvenTree/InvenTree/static/img/favicon/android-icon-48x48.png similarity index 100% rename from InvenTree/static/img/favicon/android-icon-48x48.png rename to InvenTree/InvenTree/static/img/favicon/android-icon-48x48.png diff --git a/InvenTree/static/img/favicon/android-icon-72x72.png b/InvenTree/InvenTree/static/img/favicon/android-icon-72x72.png similarity index 100% rename from InvenTree/static/img/favicon/android-icon-72x72.png rename to InvenTree/InvenTree/static/img/favicon/android-icon-72x72.png diff --git a/InvenTree/static/img/favicon/android-icon-96x96.png b/InvenTree/InvenTree/static/img/favicon/android-icon-96x96.png similarity index 100% rename from InvenTree/static/img/favicon/android-icon-96x96.png rename to InvenTree/InvenTree/static/img/favicon/android-icon-96x96.png diff --git a/InvenTree/static/img/favicon/apple-icon-114x114.png b/InvenTree/InvenTree/static/img/favicon/apple-icon-114x114.png similarity index 100% rename from InvenTree/static/img/favicon/apple-icon-114x114.png rename to InvenTree/InvenTree/static/img/favicon/apple-icon-114x114.png diff --git a/InvenTree/static/img/favicon/apple-icon-120x120.png b/InvenTree/InvenTree/static/img/favicon/apple-icon-120x120.png similarity index 100% rename from InvenTree/static/img/favicon/apple-icon-120x120.png rename to InvenTree/InvenTree/static/img/favicon/apple-icon-120x120.png diff --git a/InvenTree/static/img/favicon/apple-icon-144x144.png b/InvenTree/InvenTree/static/img/favicon/apple-icon-144x144.png similarity index 100% rename from InvenTree/static/img/favicon/apple-icon-144x144.png rename to InvenTree/InvenTree/static/img/favicon/apple-icon-144x144.png diff --git a/InvenTree/static/img/favicon/apple-icon-152x152.png b/InvenTree/InvenTree/static/img/favicon/apple-icon-152x152.png similarity index 100% rename from InvenTree/static/img/favicon/apple-icon-152x152.png rename to InvenTree/InvenTree/static/img/favicon/apple-icon-152x152.png diff --git a/InvenTree/static/img/favicon/apple-icon-180x180.png b/InvenTree/InvenTree/static/img/favicon/apple-icon-180x180.png similarity index 100% rename from InvenTree/static/img/favicon/apple-icon-180x180.png rename to InvenTree/InvenTree/static/img/favicon/apple-icon-180x180.png diff --git a/InvenTree/static/img/favicon/apple-icon-57x57.png b/InvenTree/InvenTree/static/img/favicon/apple-icon-57x57.png similarity index 100% rename from InvenTree/static/img/favicon/apple-icon-57x57.png rename to InvenTree/InvenTree/static/img/favicon/apple-icon-57x57.png diff --git a/InvenTree/static/img/favicon/apple-icon-60x60.png b/InvenTree/InvenTree/static/img/favicon/apple-icon-60x60.png similarity index 100% rename from InvenTree/static/img/favicon/apple-icon-60x60.png rename to InvenTree/InvenTree/static/img/favicon/apple-icon-60x60.png diff --git a/InvenTree/static/img/favicon/apple-icon-72x72.png b/InvenTree/InvenTree/static/img/favicon/apple-icon-72x72.png similarity index 100% rename from InvenTree/static/img/favicon/apple-icon-72x72.png rename to InvenTree/InvenTree/static/img/favicon/apple-icon-72x72.png diff --git a/InvenTree/static/img/favicon/apple-icon-76x76.png b/InvenTree/InvenTree/static/img/favicon/apple-icon-76x76.png similarity index 100% rename from InvenTree/static/img/favicon/apple-icon-76x76.png rename to InvenTree/InvenTree/static/img/favicon/apple-icon-76x76.png diff --git a/InvenTree/static/img/favicon/apple-icon-precomposed.png b/InvenTree/InvenTree/static/img/favicon/apple-icon-precomposed.png similarity index 100% rename from InvenTree/static/img/favicon/apple-icon-precomposed.png rename to InvenTree/InvenTree/static/img/favicon/apple-icon-precomposed.png diff --git a/InvenTree/static/img/favicon/apple-icon.png b/InvenTree/InvenTree/static/img/favicon/apple-icon.png similarity index 100% rename from InvenTree/static/img/favicon/apple-icon.png rename to InvenTree/InvenTree/static/img/favicon/apple-icon.png diff --git a/InvenTree/static/img/favicon/browserconfig.xml b/InvenTree/InvenTree/static/img/favicon/browserconfig.xml similarity index 100% rename from InvenTree/static/img/favicon/browserconfig.xml rename to InvenTree/InvenTree/static/img/favicon/browserconfig.xml diff --git a/InvenTree/static/img/favicon/favicon-16x16.png b/InvenTree/InvenTree/static/img/favicon/favicon-16x16.png similarity index 100% rename from InvenTree/static/img/favicon/favicon-16x16.png rename to InvenTree/InvenTree/static/img/favicon/favicon-16x16.png diff --git a/InvenTree/static/img/favicon/favicon-32x32.png b/InvenTree/InvenTree/static/img/favicon/favicon-32x32.png similarity index 100% rename from InvenTree/static/img/favicon/favicon-32x32.png rename to InvenTree/InvenTree/static/img/favicon/favicon-32x32.png diff --git a/InvenTree/static/img/favicon/favicon-96x96.png b/InvenTree/InvenTree/static/img/favicon/favicon-96x96.png similarity index 100% rename from InvenTree/static/img/favicon/favicon-96x96.png rename to InvenTree/InvenTree/static/img/favicon/favicon-96x96.png diff --git a/InvenTree/static/img/favicon/favicon.ico b/InvenTree/InvenTree/static/img/favicon/favicon.ico similarity index 100% rename from InvenTree/static/img/favicon/favicon.ico rename to InvenTree/InvenTree/static/img/favicon/favicon.ico diff --git a/InvenTree/static/img/favicon/manifest.json b/InvenTree/InvenTree/static/img/favicon/manifest.json similarity index 100% rename from InvenTree/static/img/favicon/manifest.json rename to InvenTree/InvenTree/static/img/favicon/manifest.json diff --git a/InvenTree/static/img/favicon/ms-icon-144x144.png b/InvenTree/InvenTree/static/img/favicon/ms-icon-144x144.png similarity index 100% rename from InvenTree/static/img/favicon/ms-icon-144x144.png rename to InvenTree/InvenTree/static/img/favicon/ms-icon-144x144.png diff --git a/InvenTree/static/img/favicon/ms-icon-150x150.png b/InvenTree/InvenTree/static/img/favicon/ms-icon-150x150.png similarity index 100% rename from InvenTree/static/img/favicon/ms-icon-150x150.png rename to InvenTree/InvenTree/static/img/favicon/ms-icon-150x150.png diff --git a/InvenTree/static/img/favicon/ms-icon-310x310.png b/InvenTree/InvenTree/static/img/favicon/ms-icon-310x310.png similarity index 100% rename from InvenTree/static/img/favicon/ms-icon-310x310.png rename to InvenTree/InvenTree/static/img/favicon/ms-icon-310x310.png diff --git a/InvenTree/static/img/favicon/ms-icon-70x70.png b/InvenTree/InvenTree/static/img/favicon/ms-icon-70x70.png similarity index 100% rename from InvenTree/static/img/favicon/ms-icon-70x70.png rename to InvenTree/InvenTree/static/img/favicon/ms-icon-70x70.png diff --git a/InvenTree/static/img/inventree.png b/InvenTree/InvenTree/static/img/inventree.png similarity index 100% rename from InvenTree/static/img/inventree.png rename to InvenTree/InvenTree/static/img/inventree.png diff --git a/InvenTree/static/script/bootstrap/bootstrap-table-en-US.min.js b/InvenTree/InvenTree/static/script/bootstrap/bootstrap-table-en-US.min.js similarity index 100% rename from InvenTree/static/script/bootstrap/bootstrap-table-en-US.min.js rename to InvenTree/InvenTree/static/script/bootstrap/bootstrap-table-en-US.min.js diff --git a/InvenTree/static/script/bootstrap/bootstrap-table-group-by.js b/InvenTree/InvenTree/static/script/bootstrap/bootstrap-table-group-by.js similarity index 100% rename from InvenTree/static/script/bootstrap/bootstrap-table-group-by.js rename to InvenTree/InvenTree/static/script/bootstrap/bootstrap-table-group-by.js diff --git a/InvenTree/static/script/bootstrap/bootstrap-table.js b/InvenTree/InvenTree/static/script/bootstrap/bootstrap-table.js similarity index 100% rename from InvenTree/static/script/bootstrap/bootstrap-table.js rename to InvenTree/InvenTree/static/script/bootstrap/bootstrap-table.js diff --git a/InvenTree/static/script/bootstrap/bootstrap-toggle.js b/InvenTree/InvenTree/static/script/bootstrap/bootstrap-toggle.js similarity index 100% rename from InvenTree/static/script/bootstrap/bootstrap-toggle.js rename to InvenTree/InvenTree/static/script/bootstrap/bootstrap-toggle.js diff --git a/InvenTree/static/script/bootstrap/bootstrap-treeview.js b/InvenTree/InvenTree/static/script/bootstrap/bootstrap-treeview.js similarity index 100% rename from InvenTree/static/script/bootstrap/bootstrap-treeview.js rename to InvenTree/InvenTree/static/script/bootstrap/bootstrap-treeview.js diff --git a/InvenTree/static/script/bootstrap/bootstrap.min.js b/InvenTree/InvenTree/static/script/bootstrap/bootstrap.min.js similarity index 100% rename from InvenTree/static/script/bootstrap/bootstrap.min.js rename to InvenTree/InvenTree/static/script/bootstrap/bootstrap.min.js diff --git a/InvenTree/static/script/inventree/api.js b/InvenTree/InvenTree/static/script/inventree/api.js similarity index 100% rename from InvenTree/static/script/inventree/api.js rename to InvenTree/InvenTree/static/script/inventree/api.js diff --git a/InvenTree/static/script/inventree/bom.js b/InvenTree/InvenTree/static/script/inventree/bom.js similarity index 100% rename from InvenTree/static/script/inventree/bom.js rename to InvenTree/InvenTree/static/script/inventree/bom.js diff --git a/InvenTree/static/script/inventree/build.js b/InvenTree/InvenTree/static/script/inventree/build.js similarity index 100% rename from InvenTree/static/script/inventree/build.js rename to InvenTree/InvenTree/static/script/inventree/build.js diff --git a/InvenTree/static/script/inventree/delay.js b/InvenTree/InvenTree/static/script/inventree/delay.js similarity index 100% rename from InvenTree/static/script/inventree/delay.js rename to InvenTree/InvenTree/static/script/inventree/delay.js diff --git a/InvenTree/static/script/inventree/inventree.js b/InvenTree/InvenTree/static/script/inventree/inventree.js similarity index 100% rename from InvenTree/static/script/inventree/inventree.js rename to InvenTree/InvenTree/static/script/inventree/inventree.js diff --git a/InvenTree/static/script/inventree/modals.js b/InvenTree/InvenTree/static/script/inventree/modals.js similarity index 100% rename from InvenTree/static/script/inventree/modals.js rename to InvenTree/InvenTree/static/script/inventree/modals.js diff --git a/InvenTree/static/script/inventree/notification.js b/InvenTree/InvenTree/static/script/inventree/notification.js similarity index 100% rename from InvenTree/static/script/inventree/notification.js rename to InvenTree/InvenTree/static/script/inventree/notification.js diff --git a/InvenTree/static/script/inventree/order.js b/InvenTree/InvenTree/static/script/inventree/order.js similarity index 100% rename from InvenTree/static/script/inventree/order.js rename to InvenTree/InvenTree/static/script/inventree/order.js diff --git a/InvenTree/static/script/inventree/part.js b/InvenTree/InvenTree/static/script/inventree/part.js similarity index 100% rename from InvenTree/static/script/inventree/part.js rename to InvenTree/InvenTree/static/script/inventree/part.js diff --git a/InvenTree/static/script/inventree/sidenav.js b/InvenTree/InvenTree/static/script/inventree/sidenav.js similarity index 100% rename from InvenTree/static/script/inventree/sidenav.js rename to InvenTree/InvenTree/static/script/inventree/sidenav.js diff --git a/InvenTree/static/script/inventree/stock.js b/InvenTree/InvenTree/static/script/inventree/stock.js similarity index 100% rename from InvenTree/static/script/inventree/stock.js rename to InvenTree/InvenTree/static/script/inventree/stock.js diff --git a/InvenTree/static/script/inventree/tables.js b/InvenTree/InvenTree/static/script/inventree/tables.js similarity index 100% rename from InvenTree/static/script/inventree/tables.js rename to InvenTree/InvenTree/static/script/inventree/tables.js diff --git a/InvenTree/static/script/jquery.form.min.js b/InvenTree/InvenTree/static/script/jquery.form.min.js similarity index 100% rename from InvenTree/static/script/jquery.form.min.js rename to InvenTree/InvenTree/static/script/jquery.form.min.js diff --git a/InvenTree/static/script/jquery_3.3.1_jquery.min.js b/InvenTree/InvenTree/static/script/jquery_3.3.1_jquery.min.js similarity index 100% rename from InvenTree/static/script/jquery_3.3.1_jquery.min.js rename to InvenTree/InvenTree/static/script/jquery_3.3.1_jquery.min.js diff --git a/InvenTree/static/script/moment.js b/InvenTree/InvenTree/static/script/moment.js similarity index 100% rename from InvenTree/static/script/moment.js rename to InvenTree/InvenTree/static/script/moment.js diff --git a/InvenTree/static/script/select2/i18n/af.js b/InvenTree/InvenTree/static/script/select2/i18n/af.js similarity index 100% rename from InvenTree/static/script/select2/i18n/af.js rename to InvenTree/InvenTree/static/script/select2/i18n/af.js diff --git a/InvenTree/static/script/select2/i18n/ar.js b/InvenTree/InvenTree/static/script/select2/i18n/ar.js similarity index 100% rename from InvenTree/static/script/select2/i18n/ar.js rename to InvenTree/InvenTree/static/script/select2/i18n/ar.js diff --git a/InvenTree/static/script/select2/i18n/az.js b/InvenTree/InvenTree/static/script/select2/i18n/az.js similarity index 100% rename from InvenTree/static/script/select2/i18n/az.js rename to InvenTree/InvenTree/static/script/select2/i18n/az.js diff --git a/InvenTree/static/script/select2/i18n/bg.js b/InvenTree/InvenTree/static/script/select2/i18n/bg.js similarity index 100% rename from InvenTree/static/script/select2/i18n/bg.js rename to InvenTree/InvenTree/static/script/select2/i18n/bg.js diff --git a/InvenTree/static/script/select2/i18n/bs.js b/InvenTree/InvenTree/static/script/select2/i18n/bs.js similarity index 100% rename from InvenTree/static/script/select2/i18n/bs.js rename to InvenTree/InvenTree/static/script/select2/i18n/bs.js diff --git a/InvenTree/static/script/select2/i18n/ca.js b/InvenTree/InvenTree/static/script/select2/i18n/ca.js similarity index 100% rename from InvenTree/static/script/select2/i18n/ca.js rename to InvenTree/InvenTree/static/script/select2/i18n/ca.js diff --git a/InvenTree/static/script/select2/i18n/cs.js b/InvenTree/InvenTree/static/script/select2/i18n/cs.js similarity index 100% rename from InvenTree/static/script/select2/i18n/cs.js rename to InvenTree/InvenTree/static/script/select2/i18n/cs.js diff --git a/InvenTree/static/script/select2/i18n/da.js b/InvenTree/InvenTree/static/script/select2/i18n/da.js similarity index 100% rename from InvenTree/static/script/select2/i18n/da.js rename to InvenTree/InvenTree/static/script/select2/i18n/da.js diff --git a/InvenTree/static/script/select2/i18n/de.js b/InvenTree/InvenTree/static/script/select2/i18n/de.js similarity index 100% rename from InvenTree/static/script/select2/i18n/de.js rename to InvenTree/InvenTree/static/script/select2/i18n/de.js diff --git a/InvenTree/static/script/select2/i18n/dsb.js b/InvenTree/InvenTree/static/script/select2/i18n/dsb.js similarity index 100% rename from InvenTree/static/script/select2/i18n/dsb.js rename to InvenTree/InvenTree/static/script/select2/i18n/dsb.js diff --git a/InvenTree/static/script/select2/i18n/el.js b/InvenTree/InvenTree/static/script/select2/i18n/el.js similarity index 100% rename from InvenTree/static/script/select2/i18n/el.js rename to InvenTree/InvenTree/static/script/select2/i18n/el.js diff --git a/InvenTree/static/script/select2/i18n/en.js b/InvenTree/InvenTree/static/script/select2/i18n/en.js similarity index 100% rename from InvenTree/static/script/select2/i18n/en.js rename to InvenTree/InvenTree/static/script/select2/i18n/en.js diff --git a/InvenTree/static/script/select2/i18n/es.js b/InvenTree/InvenTree/static/script/select2/i18n/es.js similarity index 100% rename from InvenTree/static/script/select2/i18n/es.js rename to InvenTree/InvenTree/static/script/select2/i18n/es.js diff --git a/InvenTree/static/script/select2/i18n/et.js b/InvenTree/InvenTree/static/script/select2/i18n/et.js similarity index 100% rename from InvenTree/static/script/select2/i18n/et.js rename to InvenTree/InvenTree/static/script/select2/i18n/et.js diff --git a/InvenTree/static/script/select2/i18n/eu.js b/InvenTree/InvenTree/static/script/select2/i18n/eu.js similarity index 100% rename from InvenTree/static/script/select2/i18n/eu.js rename to InvenTree/InvenTree/static/script/select2/i18n/eu.js diff --git a/InvenTree/static/script/select2/i18n/fa.js b/InvenTree/InvenTree/static/script/select2/i18n/fa.js similarity index 100% rename from InvenTree/static/script/select2/i18n/fa.js rename to InvenTree/InvenTree/static/script/select2/i18n/fa.js diff --git a/InvenTree/static/script/select2/i18n/fi.js b/InvenTree/InvenTree/static/script/select2/i18n/fi.js similarity index 100% rename from InvenTree/static/script/select2/i18n/fi.js rename to InvenTree/InvenTree/static/script/select2/i18n/fi.js diff --git a/InvenTree/static/script/select2/i18n/fr.js b/InvenTree/InvenTree/static/script/select2/i18n/fr.js similarity index 100% rename from InvenTree/static/script/select2/i18n/fr.js rename to InvenTree/InvenTree/static/script/select2/i18n/fr.js diff --git a/InvenTree/static/script/select2/i18n/gl.js b/InvenTree/InvenTree/static/script/select2/i18n/gl.js similarity index 100% rename from InvenTree/static/script/select2/i18n/gl.js rename to InvenTree/InvenTree/static/script/select2/i18n/gl.js diff --git a/InvenTree/static/script/select2/i18n/he.js b/InvenTree/InvenTree/static/script/select2/i18n/he.js similarity index 100% rename from InvenTree/static/script/select2/i18n/he.js rename to InvenTree/InvenTree/static/script/select2/i18n/he.js diff --git a/InvenTree/static/script/select2/i18n/hi.js b/InvenTree/InvenTree/static/script/select2/i18n/hi.js similarity index 100% rename from InvenTree/static/script/select2/i18n/hi.js rename to InvenTree/InvenTree/static/script/select2/i18n/hi.js diff --git a/InvenTree/static/script/select2/i18n/hr.js b/InvenTree/InvenTree/static/script/select2/i18n/hr.js similarity index 100% rename from InvenTree/static/script/select2/i18n/hr.js rename to InvenTree/InvenTree/static/script/select2/i18n/hr.js diff --git a/InvenTree/static/script/select2/i18n/hsb.js b/InvenTree/InvenTree/static/script/select2/i18n/hsb.js similarity index 100% rename from InvenTree/static/script/select2/i18n/hsb.js rename to InvenTree/InvenTree/static/script/select2/i18n/hsb.js diff --git a/InvenTree/static/script/select2/i18n/hu.js b/InvenTree/InvenTree/static/script/select2/i18n/hu.js similarity index 100% rename from InvenTree/static/script/select2/i18n/hu.js rename to InvenTree/InvenTree/static/script/select2/i18n/hu.js diff --git a/InvenTree/static/script/select2/i18n/hy.js b/InvenTree/InvenTree/static/script/select2/i18n/hy.js similarity index 100% rename from InvenTree/static/script/select2/i18n/hy.js rename to InvenTree/InvenTree/static/script/select2/i18n/hy.js diff --git a/InvenTree/static/script/select2/i18n/id.js b/InvenTree/InvenTree/static/script/select2/i18n/id.js similarity index 100% rename from InvenTree/static/script/select2/i18n/id.js rename to InvenTree/InvenTree/static/script/select2/i18n/id.js diff --git a/InvenTree/static/script/select2/i18n/is.js b/InvenTree/InvenTree/static/script/select2/i18n/is.js similarity index 100% rename from InvenTree/static/script/select2/i18n/is.js rename to InvenTree/InvenTree/static/script/select2/i18n/is.js diff --git a/InvenTree/static/script/select2/i18n/it.js b/InvenTree/InvenTree/static/script/select2/i18n/it.js similarity index 100% rename from InvenTree/static/script/select2/i18n/it.js rename to InvenTree/InvenTree/static/script/select2/i18n/it.js diff --git a/InvenTree/static/script/select2/i18n/ja.js b/InvenTree/InvenTree/static/script/select2/i18n/ja.js similarity index 100% rename from InvenTree/static/script/select2/i18n/ja.js rename to InvenTree/InvenTree/static/script/select2/i18n/ja.js diff --git a/InvenTree/static/script/select2/i18n/km.js b/InvenTree/InvenTree/static/script/select2/i18n/km.js similarity index 100% rename from InvenTree/static/script/select2/i18n/km.js rename to InvenTree/InvenTree/static/script/select2/i18n/km.js diff --git a/InvenTree/static/script/select2/i18n/ko.js b/InvenTree/InvenTree/static/script/select2/i18n/ko.js similarity index 100% rename from InvenTree/static/script/select2/i18n/ko.js rename to InvenTree/InvenTree/static/script/select2/i18n/ko.js diff --git a/InvenTree/static/script/select2/i18n/lt.js b/InvenTree/InvenTree/static/script/select2/i18n/lt.js similarity index 100% rename from InvenTree/static/script/select2/i18n/lt.js rename to InvenTree/InvenTree/static/script/select2/i18n/lt.js diff --git a/InvenTree/static/script/select2/i18n/lv.js b/InvenTree/InvenTree/static/script/select2/i18n/lv.js similarity index 100% rename from InvenTree/static/script/select2/i18n/lv.js rename to InvenTree/InvenTree/static/script/select2/i18n/lv.js diff --git a/InvenTree/static/script/select2/i18n/mk.js b/InvenTree/InvenTree/static/script/select2/i18n/mk.js similarity index 100% rename from InvenTree/static/script/select2/i18n/mk.js rename to InvenTree/InvenTree/static/script/select2/i18n/mk.js diff --git a/InvenTree/static/script/select2/i18n/ms.js b/InvenTree/InvenTree/static/script/select2/i18n/ms.js similarity index 100% rename from InvenTree/static/script/select2/i18n/ms.js rename to InvenTree/InvenTree/static/script/select2/i18n/ms.js diff --git a/InvenTree/static/script/select2/i18n/nb.js b/InvenTree/InvenTree/static/script/select2/i18n/nb.js similarity index 100% rename from InvenTree/static/script/select2/i18n/nb.js rename to InvenTree/InvenTree/static/script/select2/i18n/nb.js diff --git a/InvenTree/static/script/select2/i18n/nl.js b/InvenTree/InvenTree/static/script/select2/i18n/nl.js similarity index 100% rename from InvenTree/static/script/select2/i18n/nl.js rename to InvenTree/InvenTree/static/script/select2/i18n/nl.js diff --git a/InvenTree/static/script/select2/i18n/pl.js b/InvenTree/InvenTree/static/script/select2/i18n/pl.js similarity index 100% rename from InvenTree/static/script/select2/i18n/pl.js rename to InvenTree/InvenTree/static/script/select2/i18n/pl.js diff --git a/InvenTree/static/script/select2/i18n/ps.js b/InvenTree/InvenTree/static/script/select2/i18n/ps.js similarity index 100% rename from InvenTree/static/script/select2/i18n/ps.js rename to InvenTree/InvenTree/static/script/select2/i18n/ps.js diff --git a/InvenTree/static/script/select2/i18n/pt-BR.js b/InvenTree/InvenTree/static/script/select2/i18n/pt-BR.js similarity index 100% rename from InvenTree/static/script/select2/i18n/pt-BR.js rename to InvenTree/InvenTree/static/script/select2/i18n/pt-BR.js diff --git a/InvenTree/static/script/select2/i18n/pt.js b/InvenTree/InvenTree/static/script/select2/i18n/pt.js similarity index 100% rename from InvenTree/static/script/select2/i18n/pt.js rename to InvenTree/InvenTree/static/script/select2/i18n/pt.js diff --git a/InvenTree/static/script/select2/i18n/ro.js b/InvenTree/InvenTree/static/script/select2/i18n/ro.js similarity index 100% rename from InvenTree/static/script/select2/i18n/ro.js rename to InvenTree/InvenTree/static/script/select2/i18n/ro.js diff --git a/InvenTree/static/script/select2/i18n/ru.js b/InvenTree/InvenTree/static/script/select2/i18n/ru.js similarity index 100% rename from InvenTree/static/script/select2/i18n/ru.js rename to InvenTree/InvenTree/static/script/select2/i18n/ru.js diff --git a/InvenTree/static/script/select2/i18n/sk.js b/InvenTree/InvenTree/static/script/select2/i18n/sk.js similarity index 100% rename from InvenTree/static/script/select2/i18n/sk.js rename to InvenTree/InvenTree/static/script/select2/i18n/sk.js diff --git a/InvenTree/static/script/select2/i18n/sl.js b/InvenTree/InvenTree/static/script/select2/i18n/sl.js similarity index 100% rename from InvenTree/static/script/select2/i18n/sl.js rename to InvenTree/InvenTree/static/script/select2/i18n/sl.js diff --git a/InvenTree/static/script/select2/i18n/sr-Cyrl.js b/InvenTree/InvenTree/static/script/select2/i18n/sr-Cyrl.js similarity index 100% rename from InvenTree/static/script/select2/i18n/sr-Cyrl.js rename to InvenTree/InvenTree/static/script/select2/i18n/sr-Cyrl.js diff --git a/InvenTree/static/script/select2/i18n/sr.js b/InvenTree/InvenTree/static/script/select2/i18n/sr.js similarity index 100% rename from InvenTree/static/script/select2/i18n/sr.js rename to InvenTree/InvenTree/static/script/select2/i18n/sr.js diff --git a/InvenTree/static/script/select2/i18n/sv.js b/InvenTree/InvenTree/static/script/select2/i18n/sv.js similarity index 100% rename from InvenTree/static/script/select2/i18n/sv.js rename to InvenTree/InvenTree/static/script/select2/i18n/sv.js diff --git a/InvenTree/static/script/select2/i18n/th.js b/InvenTree/InvenTree/static/script/select2/i18n/th.js similarity index 100% rename from InvenTree/static/script/select2/i18n/th.js rename to InvenTree/InvenTree/static/script/select2/i18n/th.js diff --git a/InvenTree/static/script/select2/i18n/tr.js b/InvenTree/InvenTree/static/script/select2/i18n/tr.js similarity index 100% rename from InvenTree/static/script/select2/i18n/tr.js rename to InvenTree/InvenTree/static/script/select2/i18n/tr.js diff --git a/InvenTree/static/script/select2/i18n/uk.js b/InvenTree/InvenTree/static/script/select2/i18n/uk.js similarity index 100% rename from InvenTree/static/script/select2/i18n/uk.js rename to InvenTree/InvenTree/static/script/select2/i18n/uk.js diff --git a/InvenTree/static/script/select2/i18n/vi.js b/InvenTree/InvenTree/static/script/select2/i18n/vi.js similarity index 100% rename from InvenTree/static/script/select2/i18n/vi.js rename to InvenTree/InvenTree/static/script/select2/i18n/vi.js diff --git a/InvenTree/static/script/select2/i18n/zh-CN.js b/InvenTree/InvenTree/static/script/select2/i18n/zh-CN.js similarity index 100% rename from InvenTree/static/script/select2/i18n/zh-CN.js rename to InvenTree/InvenTree/static/script/select2/i18n/zh-CN.js diff --git a/InvenTree/static/script/select2/i18n/zh-TW.js b/InvenTree/InvenTree/static/script/select2/i18n/zh-TW.js similarity index 100% rename from InvenTree/static/script/select2/i18n/zh-TW.js rename to InvenTree/InvenTree/static/script/select2/i18n/zh-TW.js diff --git a/InvenTree/static/script/select2/select2.full.js b/InvenTree/InvenTree/static/script/select2/select2.full.js similarity index 100% rename from InvenTree/static/script/select2/select2.full.js rename to InvenTree/InvenTree/static/script/select2/select2.full.js diff --git a/InvenTree/static/script/select2/select2.full.min.js b/InvenTree/InvenTree/static/script/select2/select2.full.min.js similarity index 100% rename from InvenTree/static/script/select2/select2.full.min.js rename to InvenTree/InvenTree/static/script/select2/select2.full.min.js diff --git a/InvenTree/static/script/select2/select2.js b/InvenTree/InvenTree/static/script/select2/select2.js similarity index 100% rename from InvenTree/static/script/select2/select2.js rename to InvenTree/InvenTree/static/script/select2/select2.js diff --git a/InvenTree/static/script/select2/select2.min.js b/InvenTree/InvenTree/static/script/select2/select2.min.js similarity index 100% rename from InvenTree/static/script/select2/select2.min.js rename to InvenTree/InvenTree/static/script/select2/select2.min.js