Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/scriptform/commit/8bd31c2f0470b76e17bf691f025511792dd50d1c?style=split&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Added TODO comments.

pull/7/head
Ferry Boender 10 years ago
parent 4c289f992c
commit 8bd31c2f04
  1. 9
      src/scriptform.py

@ -1,5 +1,14 @@
#!/usr/bin/env python #!/usr/bin/env python
# Todo:
#
# - file uploads should be saved to temp files and passed to the callback.
# - Ignore non-existing temp files in upload cleanup.
# - How does script_raw check the exitcode? Document this.
# - Validate field values properly.
# * Integer/float min, max
# * Uploaded files mime-types/extensions
import sys import sys
import optparse import optparse
import os import os

Loading…
Cancel
Save