How do I create a superuser account in Django admin October 22, 2018 Python 0 Comments Just run following command $ python manage.py migrate $ python manage.py createsuperuser Related Posts How to check python version ? admin April 9, 2017 python -V .. django install with anaconda admin October 22, 2018 Just open anaconda cmd & run following command conda install -c anaconda django ..