MIsc tweaks

This commit is contained in:
Scot Hacker 2019-04-07 16:11:28 -07:00
parent b6c2227417
commit 8cd169e502
3 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,7 @@
# The integrated mail queue functionality can enable advanced functionality if
# django-autocomplete-light is installed and configured. We can use this module
# to check for other installed dependencies in the future.
HAS_AUTOCOMPLETE = True
try:
import dal