% curl -d "xyku=chico" http://myapi.net/resources/
...
MultiValueDictKeyError at /resources/
Key "appname" not found in QueryDict
...
With empty appname:
% curl -d "appname=" http://myapi.net/resources/
...
DatabaseError at /resources/
(1064, 'You have an error in your SQL syntax; check the manual that corresponds to your
MySQL server version for the right syntax to use near "default character set utf8
default collate utf8_general_ci" at line 1'
...
Samples:
Missing the variable appname:
With empty appname: