-
Notifications
You must be signed in to change notification settings - Fork 23
Tips
Sara Mirzaee edited this page Aug 2, 2019
·
1 revision
To check for disk space:
cd /data
sudo df -h ./postgreDBData
Pylint:
Make your code readable using:
pylint --max-line-length=240 *.py