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 How to download Python zendnwar November 27, 2013 This is very simple to down load. Just go to http://www.python.org/download/ and download as yo .. how to check python version in linux? zendnwar March 8, 2016 It’s very simple: python –version or python -V ..