diff --git a/.gitignore b/.gitignore index b2bf940fad..a2d5ef04b8 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,7 @@ config.yaml # Default data file data.json +*.json.tmp # Key file secret_key.txt diff --git a/InvenTree/InvenTree/ready.py b/InvenTree/InvenTree/ready.py index b03dc90bba..ae9ddacdfc 100644 --- a/InvenTree/InvenTree/ready.py +++ b/InvenTree/InvenTree/ready.py @@ -1,5 +1,6 @@ import sys + def canAppAccessDatabase(): """ Returns True if the apps.py file can access database records.