hello django-wsgiserver
Tests
Check the default admin css media service
{% if 1 %}
if static file serving enabled
/static/textfile.txt
/static/htmlfile.txt
from static2/textfile2.txt mapped back to static
static2/substatic2/sub_textfile.txt
/static/../settings.py security test
should not return the settings.py file! (either forbidden or remap to another url)
{% else %}
Staticfiles are not being used
{% endif %}