anaconda mysqldb install admin October 22, 2018 Python 0 Comments Just run following command conda install -c anaconda mysql-python Related Posts How do I create a superuser account in Django admin October 22, 2018 Just run following command $ python manage.py migrate $ python manage.py createsuperuser .. How can I get python help from cli admin March 10, 2019 Just run bellow command in your terminal > python manage.py help ..