Hi,

>Is it possible to serve static media using internal development
>webserver and options like that:

Look into django.views.static for the "serve" view function. That one
allows you to serve files with the dev server.

bye, Georg

Reply via email to