-
With appropriate warnings about changing things once the project is public.
-
One thing that I assume you have in mind is that there is no task to accept new values (they seem to be single or multiple choice etc, but not arbitrary input). I think you should really implement thi…
-
Hi, here I am again already!
So as I said I did manage to login. Three chained ajax requests, the first of which gets the sign_in page and extracts the csrf token. If I try to log in twice in a row t…
-
So I need some help on how to set up the project if you have time at some point. The task at hand presents the user with 2 aerial photographs of the same location for different years. We ask users to …
-
So I am trying to add subjects. I use "text/plain" because really we only store coordinates and we will retrieve the images from a WMS server. (Btw I am storing the coordinates in the metadata, any be…
-
I'm trying to create a user group, but am getting a HTTP Error 415: Unsupported Media Type. Here's my code:
``` python
#!/usr/bin/python
from urllib2 import Request, urlopen
import subprocess
# this…