Answers for "tty django"

0

Superuser creation skipped due to not running in a TTY. You can run `manage.py createsuperuser` in your project to create one manually.

winpty python manage.py createsuperuser.
Posted by: Guest on August-17-2020

Browse Popular Code Answers by Language