mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-14 19:18:11 +01:00
6 lines
139 B
Python
6 lines
139 B
Python
|
import os
|
||
|
|
||
|
# If DISTUTILS_DEBUG is anything other than the empty string, we run in
|
||
|
# debug mode.
|
||
|
DEBUG = os.environ.get('DISTUTILS_DEBUG')
|