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 Django installed version? admin December 20, 2019 Type the following command in Python shell >>> import django >>> django.get_v .. scrapy version check with CLI mode admin December 24, 2018 It’s very simple, just run below command.>>> scrapy version ..