Andre Meyer wrote:
hi all

is it possible to serve static files from the root of a domain name? these files would either be served by apache or runserver from the static directory as defined in the settings.
Yes this is possible.

You don't want to have django serve static files if its running under apache.
You can make django serve static files.

See: http://www.djangoproject.com/documentation/static_files/

Note the "Big fat disclaimer" near the top


Jeff Anderson

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to