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

addscript not appearing on site #217

Closed waltonereed closed 6 years ago

waltonereed commented 6 years ago

I created a Wooey only project per the instructions in the docs. I tried to add a script through the command line, and it appears that it worked.

python manage.py addscript D:\Users\hello.py
Converting D:\Users\hello.py
Converted 1 scripts

It looks like the script was saved under D:\Users\Wooey\WooeyTest\WooeyTest\user_uploads\wooey_scripts\hello.py

However, I cannot see the script when I search for it on the site, and I also don't see it in my Admin view. Am I missing something? Excuse my ignorance, this is my first time experimenting with Django.

Thanks!

waltonereed commented 6 years ago

My apologies--I had to close out old terminal windows.