django.db.utils.OperationalError: no such table: auth_user admin December 26, 2018 Python 0 Comments just run below command from root directory.>>>python manage.py migrate Related Posts Some sorting example in paython. zendnwar March 6, 2014 >>> sorted(5, 2, 3, 1, 4,8,9,7) output : 1, 2, 3, 4, 5, 7, 8, 9 list.sort() method : & .. django install with anaconda admin October 22, 2018 Just open anaconda cmd & run following command conda install -c anaconda django ..