I have used pythonanywhere to build a Django App. In the bash console of pythonanywhere, I have installed python 3.5 and Django 2.0, and dj_database_url.
However, when I import dj_database_url in settings.py, I get the following error:
ImportError: No module named 'dj_database_url'.