wooey / Wooey

A Django app that creates automatic web UIs for Python scripts.
http://wooey.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.13k stars 184 forks source link

wooify fails with django 3.0.7 #324

Closed arthur-wxy closed 4 years ago

arthur-wxy commented 4 years ago

wooify -p AutoRelease File "manage.py", line 16 ) from exc ^ SyntaxError: invalid syntax File "manage.py", line 16 ) from exc ^ SyntaxError: invalid syntax File "manage.py", line 16 ) from exc ^ SyntaxError: invalid syntax Please enter the project directory AutoRelease, and run python manage.py createsuperuser and python manage.py runserver to start. The admin can be found at localhost:8000/admin. You may also want to set your DJANGO_SETTINGS_MODULE environment variable to AutoRelease.settings

how to solve this?