---
title: "'How-to' guides"
version: 1.9
locale: ja
source: https://docs.djangoproject.com/ja/1.9/howto/
canonical: https://djangodocs.dev/ja/1.9/howto/
---
# "How-to" guides

Here you'll find short answers to "How do I....?" types of questions. These
how-to guides don't cover topics in depth -- you'll find that material in the
[Using Django](/ja/1.9/topics/) and the [API Reference](/ja/1.9/ref/). However, these guides will help
you quickly accomplish common tasks.

- [Authentication using `REMOTE_USER`](/ja/1.9/howto/auth-remote-user/)
- [Writing custom `django-admin` commands](/ja/1.9/howto/custom-management-commands/)
- [Writing custom model fields](/ja/1.9/howto/custom-model-fields/)
- [Custom Lookups](/ja/1.9/howto/custom-lookups/)
- [Custom template tags and filters](/ja/1.9/howto/custom-template-tags/)
- [Writing a custom storage system](/ja/1.9/howto/custom-file-storage/)
- [Deploying Django](/ja/1.9/howto/deployment/)
- [Upgrading Django to a newer version](/ja/1.9/howto/upgrade-version/)
- [Error reporting](/ja/1.9/howto/error-reporting/)
- [Providing initial data for models](/ja/1.9/howto/initial-data/)
- [Running Django on Jython](/ja/1.9/howto/jython/)
- [Integrating Django with a legacy database](/ja/1.9/howto/legacy-databases/)
- [Outputting CSV with Django](/ja/1.9/howto/outputting-csv/)
- [Outputting PDFs with Django](/ja/1.9/howto/outputting-pdf/)
- [Managing static files (e.g. images, JavaScript, CSS)](/ja/1.9/howto/static-files/)
- [Deploying static files](/ja/1.9/howto/static-files/deployment/)
- [How to install Django on Windows](/ja/1.9/howto/windows/)
- [Writing database migrations](/ja/1.9/howto/writing-migrations/)

> **See also**
>
> The [Django community aggregator](https://www.djangoproject.com/community/), where we aggregate content from the
> global Django community. Many writers in the aggregator write this sort of
> how-to material.
