Re: getting errors from my Django app

2020-03-31 Thread Adam Johnson
Hi! I think you've found the wrong mailing list for this post. This mailing list is for discussing the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely

getting errors from my Django app

2020-03-31 Thread Adam Geek
this is what I get when I run: python3 manage.py createsuperuser Traceback (most recent call last): File "manage.py", line 21, in main() File "manage.py", line 17, in main execute_from_command_line(sys.argv) File