django install with anaconda admin October 22, 2018 Python 0 Comments Just open anaconda cmd & run following command conda install -c anaconda django 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 .. Database connection between python & mysql zendnwar November 29, 2015 #!/usr/bin/python import MySQLdb db = MySQLdb.connect(“localhost”,”user” ..