mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 01:55:39 +00:00
PEP fixes
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -47,6 +47,7 @@ config.yaml
|
||||
|
||||
# Default data file
|
||||
data.json
|
||||
*.json.tmp
|
||||
|
||||
# Key file
|
||||
secret_key.txt
|
||||
|
@ -1,5 +1,6 @@
|
||||
import sys
|
||||
|
||||
|
||||
def canAppAccessDatabase():
|
||||
"""
|
||||
Returns True if the apps.py file can access database records.
|
||||
|
Reference in New Issue
Block a user