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 to check python version in linux? zendnwar March 8, 2016 It’s very simple: python –version or python -V .. 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 ..