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 Libraries for data science in Python admin March 15, 2018 Fundamental Libraries for Scientific Computing IPython Notebook NumPy pandas SciPy Math and Sta .. Difference between lamda and def in Python zendnwar March 18, 2016 def can contain multiple expressions whereas lamda is a single expression function def creates ..