So I\'ve decided to learn Django, which will be challenging if I cannot get it working.
Running Python 3.7.1 (default, Dec 14 2018, 19:28:38) [GCC 7.3.0] :: Anaconda,
You're on Linux so install 'sqlparse' by typing: pip3 install sqlparse. Also you should call python with python3, so that it's not confused with python2.
pip3 install sqlparse
python3
Apparently a python package is missing. You can install it like this:
pip install sqlparse