Trastabuga wrote:
> Can I combine it with Apache so I can serve my static and index.html
> with Apache and the rest with django-admin.py server?
>   
You could make your MEDIA_URL point to a URL that is hosted somewhere
else, like Apache.

I find it easiest to just use the static file view when running the
Django development environment, and turning that off in a production
environment.


Jeff Anderson

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to