Zend Anwar

Full stack web developer

Month: October 2018

anaconda mysqldb install

Just run following command conda install -c anaconda mysql-python

Read More

How do I create a superuser account in Django

Just run following command $ python manage.py migrate $ python manage.py createsuperuser

Read More

django install with anaconda

Just open anaconda cmd & run following command conda install -c anaconda django

Read More