InvenTree/InvenTree
Nigel 561fd6afc1
fix: Q_CLUSTER is using the database for its broker
Q_CLUSTER is using the database as its broker, and adding cache
configuration for it and not using it is pointless.  But rather than
change Q_CLUSTER's configuration to use redis as the broker, lets just
leave it using the database as the database broker has its advantages.
2021-12-05 09:04:54 -07:00
..
InvenTree fix: Q_CLUSTER is using the database for its broker 2021-12-05 09:04:54 -07:00
barcodes removes all lines consisting only of spaces 2021-05-06 12:11:38 +02:00
build use mixin on all serializers whos models use ReferenceIndexingMixin 2021-12-01 23:36:21 +01:00
common [FR] Confirm to W293 2021-11-23 00:28:23 +01:00
company Refactor company buttons 2021-11-30 21:13:55 +11:00
label [FR] Confirm to W293 2021-11-23 00:28:23 +01:00
locale Translations merge (#2395) 2021-12-01 09:20:11 +11:00
order API updates 2021-12-03 20:53:59 +11:00
part First pass at a part-purchase-order table 2021-12-03 20:54:21 +11:00
plugins removes all lines consisting only of spaces 2021-05-06 12:11:38 +02:00
report [FR] Confirm to W293 2021-11-23 00:28:23 +01:00
script script to save the locale stats 2021-08-05 00:44:02 +02:00
stock PEP fixes 2021-12-02 12:13:03 +01:00
templates JS linting 2021-12-03 21:16:58 +11:00
users fix rules 2021-11-28 17:18:46 +01:00
config_template.yaml add aditional provider settings 2021-09-07 23:55:11 +02:00
gunicorn.conf.py PEP fix 2020-12-14 10:44:38 +11:00
manage.py