Newbie alert... I installed Django and finished the first tutorial. On the second one, I could not log in to the website because I didn't set a superuser. Ultimately, I figured out my problem, but I realized I have no idea where I installed Django. Is there an easy way to find out where the code lives?
I realized I had no idea when the tutorial suggested running this: python /path/to/django/contrib/auth/create_superuser.py -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/9FZCBitFicMJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

