The staticfiles app | Django documentation | Django

Django The web framework for perfectionists with deadlines. Overview Download Documentation News Community Code About ♥ Donate Documentation fr es ja Language: en 1.7 1.8 dev Documentation version: 1.9 staticfiles ¶ django.contrib.staticfiles collects static files from each of your applications (and any other places you specify) into a single location that can easily be served in production. See also For an introduction to the static files app and some usage examples, see Managing static files (e.g. images, JavaScript, CSS) . For guidelines on deploying static files, see Deploying static files . ¶ See staticfiles settings for details on the following settings: STATIC_ROOT STATIC_URL STATICFILES_DIRS STATICFILES_STORAGE STATICFILES_FINDERS ¶ django.contrib.staticfiles exposes three management commands. collectstati...

Linked on 2016-05-02 20:56:54 | Similar Links